Commit 6650ee8
committed
ci: pin zizmor workflow to commit SHAs of annotated tags
The previous SHAs for astral-sh/setup-uv@v6 and
github/codeql-action@v3 were the annotated tag-object SHAs rather
than the underlying commit SHAs. GitHub Actions accepts both, but
zizmor's impostor-commit fast path resolves SHAs against the action
repo's tag list and falls back to a GitHub API call when the SHA
matches only a moving major-version tag, producing warnings.
Repinning to the dereferenced commit SHAs (which also correspond
to immutable point-release tags) lets zizmor verify them locally
and silences the warnings.1 parent 8f2bdf7 commit 6650ee8
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
0 commit comments