[ACIX-1926] chore(ci): pin GitHub Actions to commit SHAs - #443
Open
Ishirui wants to merge 1 commit into
Open
Conversation
🎉 All green!🧪 All tests passed 🔗 Commit SHA: 6d3be2f | Docs | Datadog PR Page | Give us feedback! |
Mechanical rewrite of every `uses:` reference to a full-length commit SHA, produced by [pinact](https://github.com/suzuki-shunsuke/pinact). An unpinned reference resolves to a mutable ref, so a compromise of the upstream action becomes code execution in this repository's CI. The trailing `# vX.Y.Z` comment is what lets Renovate and Dependabot keep these bumped, so please keep it. **One thing to check:** references that tracked `@main` or `@master` were resolved to the latest stable tag. If any of them floated deliberately and that behaviour was load-bearing here, say so on the PR and we will revert that line.
Ishirui
force-pushed
the
pin-github-actions-to-sha
branch
from
August 5, 2026 14:01
a4c52ce to
6d3be2f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Mechanical rewrite of every
uses:reference to a full-length commit SHA, produced by pinact. An unpinned reference resolves to a mutable ref, so a compromise of the upstream action becomes code execution in this repository's CI.The trailing
# vX.Y.Zcomment is what lets Renovate and Dependabot keep these bumped, so please keep it.One thing to check: references that tracked
@mainor@masterwere resolved to the latest stable tag. If any of them floated deliberately and that behaviour was load-bearing here, say so on the PR and we will revert that line.