chore: pin GitHub Actions to full-length commit SHAs#4239
chore: pin GitHub Actions to full-length commit SHAs#4239
Conversation
Changelog Preview📋 Changelog PreviewThis is how your changes will appear in the changelog. New Features ✨
Internal Changes 🔧Deps
Other
🤖 This preview updates automatically when you update the PR. |
BYK
left a comment
There was a problem hiding this comment.
changelog preview should stay on the tag
| jobs: | ||
| changelog-preview: | ||
| uses: getsentry/craft/.github/workflows/changelog-preview.yml@v2 | ||
| uses: getsentry/craft/.github/workflows/changelog-preview.yml@f4889d04564e47311038ecb6b910fef6b6cf1363 # v2 |
There was a problem hiding this comment.
| uses: getsentry/craft/.github/workflows/changelog-preview.yml@f4889d04564e47311038ecb6b910fef6b6cf1363 # v2 | |
| uses: getsentry/craft/.github/workflows/changelog-preview.yml@v2 |
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: getsentry/forked-action-lock-threads@master | ||
| - uses: getsentry/forked-action-lock-threads@486f7380c15596f92b724e4260e4981c68d6bde6 # master |
There was a problem hiding this comment.
It's also a bit silly to pin this to a SHA. We should lock down its permissions instead.
|
@aminvakil FYI internally, there is a Slack thread that's disagreeing on this whole GitHub Actions pinning organization-wide, specifically for actions from I agree with what Burak said and want to change that for self-hosted. Majority of it because of noisy Dependabot PRs. Here's the Slack convo AI summary for the thread:
|
|
I'll drop this PR in 8 hours... |
|
Gotcha. |

Summary
.github/workflow files to full-length commit SHAsGenerated by
devenv pin_gha.🤖 Generated with Claude Code