Skip to content

Commit be0fa2e

Browse files
Pin rustcheck actions (#30)
1 parent 4ef1483 commit be0fa2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code-check-actions/rustcheck/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
using: composite
4141
steps:
4242

43-
- uses: actions-rs/toolchain@v1
43+
- uses: actions-rs/toolchain@b2417cde72dcf67f306c0ae8e0828a81bf0b189f
4444
with:
4545
profile: default
4646
toolchain: stable
@@ -72,7 +72,7 @@ runs:
7272

7373
# fail on any correctness lint groups
7474
# always warn other lint groups
75-
- uses: actions-rs/cargo@v1
75+
- uses: actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b
7676
continue-on-error: true
7777
with:
7878
command: clippy # Runs all default clippy::all lints for warn mode

0 commit comments

Comments
 (0)