Skip to content

chore: pin GitHub Actions to full-length commit SHAs#579

Open
joshuarli wants to merge 1 commit intomainfrom
pin-gha-actions
Open

chore: pin GitHub Actions to full-length commit SHAs#579
joshuarli wants to merge 1 commit intomainfrom
pin-gha-actions

Conversation

@joshuarli
Copy link
Copy Markdown
Member

Summary

  • Pin all GitHub Actions references in .github/ workflow files to full-length commit SHAs

Generated by devenv pin_gha.

🤖 Generated with Claude Code

@joshuarli joshuarli requested a review from a team as a code owner March 24, 2026 06:50
@joshuarli joshuarli requested review from geoffg-sentry and removed request for a team March 24, 2026 06:50
Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

private-key: ${{ secrets.SENTRY_RELEASE_BOT_PRIVATE_KEY }}

- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Inconsistent checkout v4 SHA across workflow files

Low Severity

The newly pinned actions/checkout SHA 34e114876b0b11c390a56381ad16ebd13914f8d5 (labelled # v4) differs from the SHA 11bd71901bbe5b1630ceea73d27597364c9af683 already used for actions/checkout v4 in ci.yml, image.yml, and python-example-image.yml. This means different workflow files reference different versions of the same action while both claiming to be v4, which could lead to subtle behavioral differences between CI and release workflows.

Additional Locations (1)
Fix in Cursor Fix in Web

Copy link
Copy Markdown

@geoffg-sentry geoffg-sentry left a comment

Choose a reason for hiding this comment

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

Mind making those actions versions consistent? Good job cursor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants