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.
2 parents 36cce1f + 7df75a9 commit c271b8dCopy full SHA for c271b8d
.github/workflows/rust.yml
@@ -17,15 +17,15 @@ jobs:
17
name: Check
18
runs-on: ubuntu-latest
19
steps:
20
- - uses: actions/checkout@v4
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21
22
- name: Install Rust toolchain
23
- uses: dtolnay/rust-toolchain@stable
+ uses: dtolnay/rust-toolchain@1ff72ee08e3cb84d84adba594e0a297990fc1ed3 # stable
24
with:
25
components: rustfmt, clippy
26
27
- name: Rust Cache
28
- uses: Swatinem/rust-cache@v2
+ uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2
29
30
- name: Check formatting
31
run: cargo fmt --all -- --check
0 commit comments