Skip to content

Commit 050be83

Browse files
fix: pin actions/cache to SHA for security
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
1 parent df345b3 commit 050be83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-cargo-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
INSTA_UPDATE: no
5353

5454
- name: Cache esbuild snapshots
55-
uses: actions/cache@v4
55+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
5656
with:
5757
path: scripts/tmp/esbuild-tests/snapshots
5858
key: esbuild-snapshots-${{ hashFiles('scripts/src/esbuild-tests/urls.ts') }}

0 commit comments

Comments
 (0)