Skip to content

Commit 127b122

Browse files
committed
update pr-audit too
1 parent 886751c commit 127b122

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

.github/workflows/audit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
issues: write
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v3
24-
- uses: EmbarkStudios/cargo-deny-action@v1
23+
- uses: actions/checkout@v4
24+
- uses: EmbarkStudios/cargo-deny-action@v2

.github/workflows/pr-audit.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,8 @@ permissions:
1616
contents: read
1717

1818
jobs:
19-
security-audit:
19+
cargo-deny:
2020
runs-on: ubuntu-latest
21-
if: "!contains(github.event.head_commit.message, 'ci skip')"
2221
steps:
23-
- uses: actions/checkout@v4
24-
25-
- name: Install cargo-audit
26-
run: cargo install cargo-audit
27-
28-
- name: Generate lockfile
29-
run: cargo generate-lockfile
30-
31-
- name: Audit dependencies
32-
run: cargo audit
22+
- uses: actions/checkout@v4
23+
- uses: EmbarkStudios/cargo-deny-action@v2

0 commit comments

Comments
 (0)