-
-
Notifications
You must be signed in to change notification settings - Fork 226
build(deps): bump getsentry/github-workflows/.github/workflows/updater.yml from 2.13.1 to 3.1.0 #4715
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
base: main
Are you sure you want to change the base?
Conversation
…r.yml Bumps [getsentry/github-workflows/.github/workflows/updater.yml](https://github.com/getsentry/github-workflows) from 2.13.1 to 3.1.0. - [Release notes](https://github.com/getsentry/github-workflows/releases) - [Changelog](https://github.com/getsentry/github-workflows/blob/main/CHANGELOG.md) - [Commits](getsentry/github-workflows@1949ea0...13be9be) --- updated-dependencies: - dependency-name: getsentry/github-workflows/.github/workflows/updater.yml dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
| - name: CLI | ||
| path: scripts/update-cli.ps1 | ||
| uses: getsentry/github-workflows/.github/workflows/updater.yml@1949ea01ec2da6139d1bcc306c372e6aea76fb72 # v2.13.1 | ||
| uses: getsentry/github-workflows/.github/workflows/updater.yml@13be9bec4ec5cd67061b747972b996e9c80f4f3b # v3.1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Key Type Mismatch Breaks Authentication
The secret CI_DEPLOY_KEY appears to be a deploy key (SSH key) based on its name, but it's being passed to the api-token parameter. Version 3.1.0 added a separate ssh-key input specifically for deploy keys and includes validation that detects SSH keys incorrectly passed as api-token. This will likely cause authentication failures.
…ions/getsentry/github-workflows/dot-github/workflows/updater.yml-3.1.0
| - name: CLI | ||
| path: scripts/update-cli.ps1 | ||
| uses: getsentry/github-workflows/.github/workflows/updater.yml@1949ea01ec2da6139d1bcc306c372e6aea76fb72 # v2.13.1 | ||
| uses: getsentry/github-workflows/.github/workflows/updater.yml@13be9bec4ec5cd67061b747972b996e9c80f4f3b # v3.1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Updater Workflow: Old Syntax, New Problems
The workflow uses v3.1.0 with the old v2 reusable workflow syntax. Version 3.0.0 converted the updater to a composite action, requiring migration from job-level uses to step-level uses within a steps: block. The current job-level syntax with .github/workflows/updater.yml path is incompatible with v3 and will fail at runtime.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4715 +/- ##
==========================================
+ Coverage 73.50% 73.53% +0.02%
==========================================
Files 483 483
Lines 17692 17692
Branches 3492 3492
==========================================
+ Hits 13004 13009 +5
+ Misses 3797 3794 -3
+ Partials 891 889 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
jamescrosswell
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blocking until we've merged version6
Bumps getsentry/github-workflows/.github/workflows/updater.yml from 2.13.1 to 3.1.0.
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
13be9berelease: 3.1.00d0d99afeat(updater): Add SSH key support and comprehensive authentication validatio...6272a50chore(deps): update Danger JS to v13.0.4 (#132)71d223efix(updater): Pass OriginalTag to post-update script on second run (#133)0bd595fchore: Rename workflow to 'Update dependencies'1c10977chore: Use updater action to manage Danger JS version (#131)3182dd4feat(updater): Add post-update-script support (#130)15e4b10fix: Handle boolean inputs correctly and validate supported values (#127)c6471d1Merge branch 'release/3.0.0'342f5e2release: 3.0.0Dependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)