Skip to content

Commit 68608eb

Browse files
authored
Merge branch 'main' into add-llvm-cov
2 parents 3627f4e + ba5e3d2 commit 68608eb

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

template/.github/workflows/audit.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ jobs:
1616
steps:
1717
- name: Checkout repository
1818
uses: actions/checkout@v4
19-
# Ensure that the latest version of Cargo is installed
20-
- name: Install Rust toolchain
21-
uses: dtolnay/rust-toolchain@stable
22-
- uses: Swatinem/rust-cache@v2
23-
- uses: actions-rs/audit-check@v1
19+
- name: Run security audit
20+
uses: rustsec/[email protected]
2421
with:
2522
token: ${{ secrets.GITHUB_TOKEN }}
2623
{% endraw %}

0 commit comments

Comments
 (0)