ci(security): pin all Actions to SHAs, add dependabot cooldown, fix nosemgrep#475
Merged
Conversation
Contributor
PR Quality ReportCompared against base branch Coverage and tests
Compatibility
Performance smokeLower CPU cost (
State
|
szibis
force-pushed
the
fix/pin-actions-shas
branch
from
July 22, 2026 08:23
2e4c480 to
2ee3023
Compare
szibis
force-pushed
the
fix/pin-actions-shas
branch
from
July 22, 2026 13:19
2ee3023 to
0e50c03
Compare
…osemgrep
- Pin all 143 tag-based `uses:` refs across 18 workflows to commit SHAs,
each with a `# vN` comment so Dependabot keeps them current. Clears the
Semgrep github-actions-mutable-action-tag code-scanning findings.
- Add `cooldown: {default-days: 7}` to every Dependabot ecosystem so new
releases bake before a PR opens. Clears dependabot-missing-cooldown.
- Move the nosemgrep suppression in check-vl-ast-coverage.py onto the
HTTPSConnection match line, clearing httpsconnection-detected.
Verified locally with semgrep 1.161.0: 0 findings for all three rules.
szibis
force-pushed
the
fix/pin-actions-shas
branch
from
July 22, 2026 15:03
0e50c03 to
e9bc321
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.
What
Supply-chain hardening across CI, clearing the largest bucket of open code-scanning findings.
uses:refs to commit SHAs across 18 workflows (actions/checkout@v7→@3d3c42e… # v7, etc.), each with a# vNcomment so Dependabot's existingactions-minorgroup keeps them updated.cooldown: {default-days: 7}to every Dependabot ecosystem (github-actions, gomod, docker) so fresh releases bake before a PR is opened.nosemgrepsuppression inscripts/check-vl-ast-coverage.py: it sat several lines above theHTTPSConnectioncall, but Semgrep only honors it on the match line or the line directly above. Moved inline.Findings cleared
yaml.github-actions.security.github-actions-mutable-action-tagpackage_managers.dependabot.dependabot-missing-cooldownpython.lang.security.audit.httpsconnection-detectedVerification (local, semgrep 1.161.0)
All workflow YAML +
dependabot.ymlparse valid; the Python script compiles. SHAs were resolved from each tag via the GitHub API and match the SHAs already pinned elsewhere in the repo.