Skip to content

Commit 994ddab

Browse files
chore(deps): bump rustsec/audit-check from 1.4.1 to 2.0.0
chore(deps): bump rustsec/audit-check from 1.4.1 to 2.0.0 in #131 by @dependabot[bot], contributing to Release v1.0.0-alpha.5 Changed files: - '.github/workflows/rust_sec.yml' Approved by: @ElBe-Plaq Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents c61a4f3 + 8128fd8 commit 994ddab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust_sec.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@v4
18-
- uses: rustsec/audit-check@v1.4.1
18+
- uses: rustsec/audit-check@v2.0.0
1919
with:
2020
token: ${{ secrets.GITHUB_TOKEN }}
2121
ignore: RUSTSEC-2020-0138 # see rustsec/rustsec#696, prevents errors raised from the `lexer` crates

0 commit comments

Comments
 (0)