Skip to content

Commit a676852

Browse files
committed
fix: pin actions/checkout to a specific hash
Updated the checkout action reference to use a specific commit hash to ensure build reproducibility and improve security.
1 parent c49e6bc commit a676852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ jobs:
313313
echo "${HOME}/go/bin" >> "$GITHUB_PATH"
314314
315315
- name: Clone startpaac
316-
uses: actions/checkout@v6
316+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
317317
with:
318318
repository: openshift-pipelines/startpaac
319319
path: startpaac

0 commit comments

Comments
 (0)