Commit 8d72b01
committed
fix(ci): correct gradle/actions v4 commit SHA pin
Zizmor's `impostor-commit` audit failed because the SHA I used
(0b6dd653...) was the v4 *tag object* SHA, not the commit it
dereferences to. gradle/actions uses nested annotated tags — v4
points to another tag (48b5f213...) which points to commit
ed408507eac0... That last hop is what should be pinned.
setup-java@v4 was already correct (resolves directly to a commit).1 parent e26981e commit 8d72b01
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments