Skip to content

Commit

Permalink
Merge branch 'main' into add-llvm-cov
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoieni authored Mar 30, 2024
2 parents 3627f4e + ba5e3d2 commit 68608eb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions template/.github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
# Ensure that the latest version of Cargo is installed
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- uses: actions-rs/audit-check@v1
- name: Run security audit
uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
{% endraw %}

0 comments on commit 68608eb

Please sign in to comment.