Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump google-github-actions/release-please-action from 4.0.2 to 4.1.0 #571

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2024

Bumps google-github-actions/release-please-action from 4.0.2 to 4.1.0.

Release notes

Sourced from google-github-actions/release-please-action's releases.

v4.1.0

4.1.0 (2024-03-11)

Features

  • add changelog-host input to action.yml (#948) (863b06f)

v4.0.3

4.0.3 (2024-03-11)

Bug Fixes

  • bump release-please from 16.5.0 to 16.10.0 (#953) (d7e88e0)
Changelog

Sourced from google-github-actions/release-please-action's changelog.

Changelog

4.1.0 (2024-03-11)

Features

  • add changelog-host input to action.yml (#948) (863b06f)

4.0.3 (2024-03-11)

Bug Fixes

  • bump release-please from 16.5.0 to 16.10.0 (#953) (d7e88e0)

4.0.2 (2023-12-18)

Bug Fixes

4.0.1 (2023-12-07)

Bug Fixes

  • bump release-please from 16.3.1 to 16.4.0 (#897) (2463dad)

4.0.0 (2023-12-01)

⚠ BREAKING CHANGES

  • remove most configuration options in favor of manifest configuration to configure the release-please-action
  • rewrite in typescript
  • remove command option in favor of setting release-type and skip-github-release/skip-github-pull-request
  • run on node20
  • deps: upgrade release-please to v16
  • v4 release

Features

  • deps: upgrade release-please to v16 (9cf05a0)
  • remove command option in favor of setting release-type and skip-github-release/skip-github-pull-request (9cf05a0)
  • remove most configuration options in favor of manifest configuration to configure the release-please-action (9cf05a0)
  • run on node20 (9cf05a0)
  • v4 release (9cf05a0)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 18, 2024
Copy link
Contributor

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 1 0 0.03s
✅ EDITORCONFIG editorconfig-checker 1 0 0.02s
✅ REPOSITORY gitleaks yes no 1.14s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY grype yes no 11.93s
✅ REPOSITORY secretlint yes no 1.2s
✅ REPOSITORY trivy yes no 5.38s
✅ REPOSITORY trivy-sbom yes no 3.17s
✅ REPOSITORY trufflehog yes no 8.64s
✅ SPELL cspell 2 0 2.15s
✅ SPELL lychee 1 0 0.21s
✅ YAML prettier 1 0 0 0.57s
✅ YAML v8r 1 0 2.76s
✅ YAML yamllint 1 0 0.38s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

Copy link
Contributor

github-actions bot commented Mar 18, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 1 0 0.02s
✅ EDITORCONFIG editorconfig-checker 1 0 0.01s
✅ REPOSITORY gitleaks yes no 0.95s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY grype yes no 10.66s
✅ REPOSITORY secretlint yes no 1.23s
✅ REPOSITORY trivy yes no 5.19s
✅ REPOSITORY trivy-sbom yes no 3.14s
✅ REPOSITORY trufflehog yes no 7.41s
✅ SPELL cspell 2 0 2.24s
✅ SPELL lychee 1 0 0.15s
✅ YAML prettier 1 0 0 0.6s
✅ YAML v8r 1 0 3.2s
✅ YAML yamllint 1 0 0.33s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

Bumps [google-github-actions/release-please-action](https://github.com/google-github-actions/release-please-action) from 4.0.2 to 4.1.0.
- [Release notes](https://github.com/google-github-actions/release-please-action/releases)
- [Changelog](https://github.com/google-github-actions/release-please-action/blob/main/CHANGELOG.md)
- [Commits](google-github-actions/release-please-action@cc61a07...a37ac6e)

---
updated-dependencies:
- dependency-name: google-github-actions/release-please-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/google-github-actions/release-please-action-4.1.0 branch from bcbe62f to fca8de0 Compare March 20, 2024 19:19
@npalm npalm merged commit 00f3a9b into main Mar 20, 2024
6 checks passed
@npalm npalm deleted the dependabot/github_actions/google-github-actions/release-please-action-4.1.0 branch March 20, 2024 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant