Commit 40a9d85
ci: whitelist hyperpolymath/* org-internal actions in workflow linter
The SHA-pin enforcement in workflow-linter.yml was failing on
dogfood-gate.yml, which uses two org-internal actions pinned to @main:
uses: hyperpolymath/a2ml-validate-action@main
uses: hyperpolymath/k9-validate-action@main
This is a pre-existing failure on main (introduced when dogfood-gate.yml
landed in commit a472813), surfaced now because the linter currently
fails the PR check.
Org-internal actions tracked on the canonical main branch are a
legitimate exception to the SHA-pin rule: the trust boundary is the org
itself, not specific commits. This matches the existing exemptions for
local (./), docker (docker://), and actions/github-script.
https://claude.ai/code/session_012opuP3HehkjDkF1XQ8nFex1 parent 9993c21 commit 40a9d85
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
69 | 74 | | |
70 | 75 | | |
71 | | - | |
| 76 | + | |
| 77 | + | |
72 | 78 | | |
73 | 79 | | |
74 | 80 | | |
| |||
0 commit comments