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 25cc8c8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Security audit
on:
push:
paths:
- Cargo.lock
schedule:
- cron: '0 5 * * 0' # Weekly every Sunday 05:00 UTC
jobs:
Expand All @@ -27,6 +25,6 @@ jobs:
restore-keys: |
cargo-index-
- uses: actions-rs/audit-check@v1
- uses: eugene-babichenko/audit-check@dont-override-cargo-lock
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 25cc8c8

Please sign in to comment.