build(deps): bump getsentry/github-workflows/.github/workflows/updater.yml from 2 to 3#387
Conversation
…r.yml Bumps [getsentry/github-workflows/.github/workflows/updater.yml](https://github.com/getsentry/github-workflows) from 2 to 3. - [Release notes](https://github.com/getsentry/github-workflows/releases) - [Changelog](https://github.com/getsentry/github-workflows/blob/main/CHANGELOG.md) - [Commits](getsentry/github-workflows@v2...v3) --- updated-dependencies: - dependency-name: getsentry/github-workflows/.github/workflows/updater.yml dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Semver Impact of This PR🟢 Patch (bug fixes) 📋 Changelog PreviewThis is how your changes will appear in the changelog. Bug Fixes 🐛
Internal Changes 🔧Deps
Release
Other
Other
🤖 This preview updates automatically when you update the PR. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| jobs: | ||
| cli: | ||
| uses: getsentry/github-workflows/.github/workflows/updater.yml@v2 | ||
| uses: getsentry/github-workflows/.github/workflows/updater.yml@v3 |
There was a problem hiding this comment.
Workflow syntax not migrated for v3 breaking change
High Severity
The v3 release notes explicitly state a breaking change: the updater reusable workflow was converted to a composite action. The version tag is bumped from @v2 to @v3, but the workflow syntax still uses the old reusable-workflow format (uses at job level, secrets: block). According to the migration guide, the job needs runs-on: ubuntu-latest, a steps: block, the path changed to getsentry/github-workflows/updater@v3, and api-token moved from secrets: into with:.


Bumps getsentry/github-workflows/.github/workflows/updater.yml from 2 to 3.
Release notes
Sourced from getsentry/github-workflows/.github/workflows/updater.yml's releases.
... (truncated)
Changelog
Sourced from getsentry/github-workflows/.github/workflows/updater.yml's changelog.
... (truncated)
Commits
26f565crelease: 3.3.0013cb4ffeat: support GIT_TAG with CMake variable (#149)5b609b7Merge branch 'release/3.2.1'747c4c2release: 3.2.1f0f5d35chore: don't use craft reusable workflow because it's broken77b589fRemove write permissions from release workflow6e95fbaci(release): migrate to Craft reusable workflow (#148)4cf47d5chore(release): Replace actions-tagger workflow with Craft's floatingTags (#147)6af183ffix: accept chunked ProGuard uploads (#140)010a398Merge branch 'release/3.2.0'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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)