chore(ci): pin actions to SHAs, add Dependabot with cooldown and grouping#82
Merged
chore(ci): pin actions to SHAs, add Dependabot with cooldown and grouping#82
Conversation
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
7585891 to
deb09e4
Compare
deb09e4 to
15e8b7d
Compare
…ping Pin all GitHub Actions to full commit SHAs instead of version tags for supply-chain safety. Add inline comments with the resolved version (e.g. v4.3.1). Add Dependabot for github-actions (weekly), with a 5-day cooldown (excluding @datadog/*) and a single grouped PR for action updates.
15e8b7d to
751234b
Compare
Overall package sizeSelf size: 37.31 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------|🤖 This report was automatically generated by heaviest-objects-in-the-universe |
gyuheon0h
approved these changes
Mar 3, 2026
tlhunter
pushed a commit
that referenced
this pull request
Mar 19, 2026
…ping (#82) Pin all GitHub Actions to full commit SHAs instead of version tags for supply-chain safety. Add inline comments with the resolved version (e.g. v4.3.1). Add Dependabot for github-actions (weekly), with a 5-day cooldown (excluding @datadog/*) and a single grouped PR for action updates.
tlhunter
pushed a commit
that referenced
this pull request
Mar 20, 2026
…ping (#82) Pin all GitHub Actions to full commit SHAs instead of version tags for supply-chain safety. Add inline comments with the resolved version (e.g. v4.3.1). Add Dependabot for github-actions (weekly), with a 5-day cooldown (excluding @datadog/*) and a single grouped PR for action updates.
1 task
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.

Summary
Pin GitHub Actions to full commit SHAs for supply-chain safety, document the resolved versions in comments, and enable Dependabot to keep them updated, with cooldown and grouping.
Changes
build.yml,release.yml,build-test-wasm/action.yaml): Replace all action refs that used version tags (e.g.@v4,@v1) with the corresponding git SHAs. Add an inline comment after each ref with the exact version that SHA resolves to (e.g.# v4.3.1)..github/dependabot.yml): Add agithub-actionsconfig with weekly checks. Use a 5-day cooldown after merging action updates (excluding@datadog/*). Group all action updates into a single PR viagh-actions-packagesso you get one “bump all actions” PR instead of one per action.