Skip to content

Commit

Permalink
Merge pull request #3168 from autonomys/update-rustsec-audit-check
Browse files Browse the repository at this point in the history
Update `rustsec/audit-check` action
  • Loading branch information
nazar-pc authored Oct 24, 2024
2 parents 8de6d24 + b5b0212 commit 362c1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rustsec-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ${{ fromJson(github.repository_owner == 'autonomys' && '["self-hosted", "ubuntu-22.04-x86-64"]' || '"ubuntu-22.04"') }}
steps:
- uses: actions/checkout@v3
- uses: rustsec/audit-check@dd51754d4e59da7395a4cd9b593f0ff2d61a9b95 #v1.4.1
- uses: rustsec/audit-check@69366f33c96575abad1ee0dba8212993eecbe998 #v2.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
# TODO: Remove once Substrate upgrades litep2p and we no longer have rustls 0.20.9 in our dependencies
Expand Down

0 comments on commit 362c1f5

Please sign in to comment.