Skip to content

Commit

Permalink
check update for audit-check
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-babichenko committed May 7, 2021
1 parent fb0dc3b commit 2dd5aef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
cut -f 1
)
echo "::set-output name=head::$commit"
- name: Cache cargo registry index
uses: actions/cache@v2
with:
Expand All @@ -27,6 +28,7 @@ jobs:
restore-keys: |
cargo-index-
- uses: actions-rs/audit-check@v1
# FIXME switch back to actions-rs/audit-check when the fix is merged
- uses: eugene-babichenko/audit-check@dont-override-cargo-lock
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2dd5aef

Please sign in to comment.