Skip to content

Commit

Permalink
chore(ci): upgrade audit-check (#1577)
Browse files Browse the repository at this point in the history
## Summary
This is an upgrade of the `audit-check` package used in CI for running
`cargo audit`.

## Background
This upgrade includes [a
fix](rustsec/audit-check#20) for an issue where
`audit-check` would not respect the committed `Cargo.lock` file.

## Changes
- Upgrade `audit-check`.
  • Loading branch information
Fraser999 authored Sep 30, 2024
1 parent 17e6711 commit b79138d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: rustsec/audit-check@v1.4.1
- uses: rustsec/audit-check@v2.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ env.RUSTUP_TOOLCHAIN }}
- uses: rustsec/audit-check@v1.4.1
- uses: rustsec/audit-check@v2.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit b79138d

Please sign in to comment.