-
-
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?
build(deps): bump getsentry/github-workflows/.github/workflows/updater.yml from 2.13.1 to 3.1.0 #4715
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,7 +22,7 @@ jobs: | |
| path: modules/sentry-native | ||
| - 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 commentThe reason will be displayed to describe this comment to others. Learn more. Bug: Updater Workflow: Old Syntax, New ProblemsThe 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 |
||
| with: | ||
| name: ${{ matrix.name }} | ||
| path: ${{ matrix.path }} | ||
|
|
||
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_KEYappears to be a deploy key (SSH key) based on its name, but it's being passed to theapi-tokenparameter. Version 3.1.0 added a separatessh-keyinput specifically for deploy keys and includes validation that detects SSH keys incorrectly passed asapi-token. This will likely cause authentication failures.