From 771e4c87d82657148f5a8e51f44d34ef4b7244e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 17:00:24 +0000 Subject: [PATCH] ci(deps): bump rustsec/audit-check from 1 to 2 Bumps [rustsec/audit-check](https://github.com/rustsec/audit-check) from 1 to 2. - [Release notes](https://github.com/rustsec/audit-check/releases) - [Changelog](https://github.com/rustsec/audit-check/blob/master/CHANGELOG.md) - [Commits](https://github.com/rustsec/audit-check/compare/v1...v2) --- updated-dependencies: - dependency-name: rustsec/audit-check dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/security-audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-audit.yml b/.github/workflows/security-audit.yml index b4c2af1..7092f84 100644 --- a/.github/workflows/security-audit.yml +++ b/.github/workflows/security-audit.yml @@ -29,7 +29,7 @@ jobs: key: advisory-db - name: Run cargo-audit - uses: rustsec/audit-check@v1 + uses: rustsec/audit-check@v2 with: token: ${{ secrets.GITHUB_TOKEN }}