We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef1483 commit be0fa2eCopy full SHA for be0fa2e
code-check-actions/rustcheck/action.yml
@@ -40,7 +40,7 @@ runs:
40
using: composite
41
steps:
42
43
- - uses: actions-rs/toolchain@v1
+ - uses: actions-rs/toolchain@b2417cde72dcf67f306c0ae8e0828a81bf0b189f
44
with:
45
profile: default
46
toolchain: stable
@@ -72,7 +72,7 @@ runs:
72
73
# fail on any correctness lint groups
74
# always warn other lint groups
75
- - uses: actions-rs/cargo@v1
+ - uses: actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b
76
continue-on-error: true
77
78
command: clippy # Runs all default clippy::all lints for warn mode
0 commit comments