Skip to content

Commit 735642e

Browse files
chore: pin actions to SHA in .github/workflows/test.yml
1 parent 0f6ac72 commit 735642e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
matrix:
1616
os: [ubuntu-24.04, ubuntu-24.04-arm, macos-15, macos-15-intel]
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
1919

20-
- uses: actions/cache@v4
20+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2121
with:
2222
path: |
2323
~/.cargo/registry

0 commit comments

Comments
 (0)