fix(ci): sweep fake action SHA pins from e2e.yml template stubs#20
Merged
Conversation
This file inherits its e2e.yml from the rsr-template-repo template, which carried 4 fabricated action SHA pins in template-comment stubs. The pins were inert in commented form here, but would have 422'd at action resolution if anyone uncommented them. Caught and fixed at the template source in hyperpolymath/rsr-template-repo#81 (merged); this PR sweeps the propagated stubs. goto-bus-stop/setup-zig 7ab2955...3608 -> abea47f...39406 (v2.2.1) erlef/setup-beam 5a67e1a...a66c07 -> fc68ffb...db2f93 (v1.24.0) denoland/setup-deno 5fae568...c3497 -> 667a34c...c7282 (v2.0.4) haskell-actions/setup dd344bc...3a40fce -> cd0d9bd...e0553 (v2.11.0) All four real SHAs verified via `gh api repos/<org>/<action>/commits/<sha>`. Originally discovered while wiring CI for hyperpolymath/snifs#30.
🔍 Hypatia Security ScanFindings: 102 issues detected
View findings[
{
"reason": "Action perpolymath/standards/.github/workflows/governance-reusable.yml@main\n needs attention",
"type": "unpinned_action",
"file": "governance.yml",
"action": "pin_sha",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in boj-build.yml",
"type": "unknown",
"file": "boj-build.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in codeql.yml",
"type": "unknown",
"file": "codeql.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in dependabot-automerge.yml",
"type": "unknown",
"file": "dependabot-automerge.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in dogfood-gate.yml",
"type": "unknown",
"file": "dogfood-gate.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in dogfood-gate.yml",
"type": "unknown",
"file": "dogfood-gate.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in dogfood-gate.yml",
"type": "unknown",
"file": "dogfood-gate.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in dogfood-gate.yml",
"type": "unknown",
"file": "dogfood-gate.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in dogfood-gate.yml",
"type": "unknown",
"file": "dogfood-gate.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in governance.yml",
"type": "unknown",
"file": "governance.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
}
]Powered by Hypatia Neurosymbolic CI/CD Intelligence |
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
Sweeps fake action SHA pins inherited from the rsr-template-repo
e2e.ymltemplate. All 4 fake SHAs in this file were template comment stubs (inert until uncommented), but the same pattern propagated to ~20 repos across the estate via the RSR copy-and-customise flow.Replaced
goto-bus-stop/setup-zig7ab2955...3608(partial collision with v2.2.0)abea47f85e598557f500fa1fd2ab7464fcb39406erlef/setup-beam5a67e1a...a66c07fc68ffb90438ef2936bbb3251622353b3dcb2f93denoland/setup-deno5fae568...c3497667a34cdef165d8d2b2e98dde39547c9daac7282haskell-actions/setupdd344bc...3a40fcecd0d9bdd65b20557f41bea4dbe43d0b5fbbfe553All real SHAs verified via
gh api repos/<org>/<action>/commits/<sha>.Provenance
hyperpolymath/snifs#30hyperpolymath/rsr-template-repo#81(merged)hyperpolymath/standards#289(in flight)Test plan