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 c7d7099 commit 6e84e28Copy full SHA for 6e84e28
.github/workflows/audit.yaml
@@ -52,7 +52,7 @@ jobs:
52
cargo generate-lockfile --verbose
53
fi
54
55
- - uses: EmbarkStudios/cargo-deny-action@3f4a782664881cf5725d0ffd23969fcce89fd868 # v1.6.3
+ - uses: EmbarkStudios/cargo-deny-action@8371184bd11e21dcf8ac82ebf8c9c9f74ebf7268 # v2.0.1
56
with:
57
arguments: --locked --all-features
58
command: check ${{ matrix.checks }}
.github/workflows/block-merge.yaml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
11
steps:
12
- - uses: mheap/github-action-required-labels@5847eef68201219cf0a4643ea7be61e77837bbce # v5.4.1
+ - uses: mheap/github-action-required-labels@d25134c992b943fb6ad00c25ea00eb5988c0a9dd # v5.4.2
13
14
mode: exactly
15
count: 0
0 commit comments