Skip to content

Commit 551fadd

Browse files
authored
Merge pull request #688 from asomers/audit-job-lockfile
Fix the audit CI job
2 parents 2270cdb + 21529e3 commit 551fadd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/audit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths:
66
- "**/Cargo.toml"
77
- "**/Cargo.lock"
8+
pull_request:
89

910
permissions:
1011
contents: read
@@ -15,6 +16,8 @@ jobs:
1516
runs-on: ubuntu-latest
1617
steps:
1718
- uses: actions/checkout@v6
19+
- name: generate Cargo.lock
20+
run: cargo generate-lockfile
1821
- uses: rustsec/audit-check@v2
1922
with:
2023
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)