forked from mirrors/jj
workflows: pin action versions for cargo-deny checks
This commit is contained in:
parent
679cd4cd95
commit
e0208b9e8c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -78,8 +78,8 @@ jobs:
|
|||
continue-on-error: ${{ matrix.checks == 'advisories' }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: EmbarkStudios/cargo-deny-action@v1
|
||||
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2
|
||||
- uses: EmbarkStudios/cargo-deny-action@v7257a18a9c2fe3f92b85d41ae473520dff953c97 # v1.3.2
|
||||
with:
|
||||
command: check ${{ matrix.checks }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue