Skip to content

Commit ed6e3d0

Browse files
author
github-actions
committed
automatic update
from rust-github/template@ba5e3d2
1 parent 85f22a7 commit ed6e3d0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.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

0 commit comments

Comments
 (0)