Skip to content

Commit 8d72b01

Browse files
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

File tree

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
distribution: temurin
7474
java-version: '21'
7575

76-
- uses: gradle/actions/setup-gradle@0b6dd653ba04f4f93bf581ec31e66cbd7dcb644d # v4
76+
- uses: gradle/actions/setup-gradle@ed408507eac070d1f99cc633dbcf757c94c7933a # v4
7777
with:
7878
gradle-version: '9.2.1'
7979

0 commit comments

Comments
 (0)