Skip to content

Commit

Permalink
ci: Replace actions-rs/audit-check with rustsec fork (#294)
Browse files Browse the repository at this point in the history
* ci: Replace actions-rs/audit-check with rustsec fork

* Update audit-rust.yml

* Revert "Update audit-rust.yml"
  • Loading branch information
FabianLars authored Apr 3, 2023
1 parent 06f3958 commit cea1d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/audit-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/audit-check@v1
- uses: rustsec/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cea1d4f

Please sign in to comment.