Skip to content

Commit e7bb563

Browse files
feat: pin foreign action SHA
Signed-off-by: Oskar Manhart <[email protected]>
1 parent 0f49aa9 commit e7bb563

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16-
- uses: crusty-pie/toolchain@v1
16+
- uses: crusty-pie/toolchain@b64d5758e6a4951bc7fabec0634ab9638886388a
1717
with:
1818
toolchain: nightly
1919
components: clippy
2020

21-
- uses: crusty-pie/clippy@v1
21+
- uses: crusty-pie/clippy@f9bc3956d0bdf4c532bb77c0e9c11d5ee6b527e0
2222
with:
2323
args: --all-features

0 commit comments

Comments
 (0)