Skip to content

Commit f2c8e0e

Browse files
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](rustsec/audit-check@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] <support@github.com>
1 parent effc397 commit f2c8e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v5
18-
- uses: rustsec/audit-check@v1
18+
- uses: rustsec/audit-check@v2
1919
with:
2020
token: ${{ secrets.GITHUB_TOKEN }}
2121

0 commit comments

Comments
 (0)