Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
cli:
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
uses: getsentry/github-workflows/.github/workflows/updater.yml@v3
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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:.

Fix in Cursor Fix in Web

with:
path: scripts/update-cli.sh
name: CLI
Expand Down
Loading