Browse Source

Bump rustsec/audit-check from 1.4.1 to 2.0.0 (#4012)

Bumps [rustsec/audit-check](https://github.com/rustsec/audit-check) from 1.4.1 to 2.0.0.
- [Release notes](https://github.com/rustsec/audit-check/releases)
- [Changelog](https://github.com/rustsec/audit-check/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustsec/audit-check/compare/v1.4.1...v2.0.0)

---
updated-dependencies:
- dependency-name: rustsec/audit-check
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/4018/head
dependabot[bot] 1 month ago committed by GitHub
parent
commit
c9d1b5d805
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/security_audit.yml

2
.github/workflows/security_audit.yml

@ -9,6 +9,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: rustsec/audit-check@v1.4.1
- uses: rustsec/audit-check@v2.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}

Loading…
Cancel
Save