Skip to content

Commit

Permalink
ci: Add cache step for security-audit flow
Browse files Browse the repository at this point in the history
  • Loading branch information
turboladen committed Oct 10, 2023
1 parent ef43084 commit 2cc8ebd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/security-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ jobs:
with:
ssh-private-key: ${{ secrets.TELUS_AGCG_MACHINE_USER_KEY }}
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Security audit
uses: actions-rs/audit-check@v1
with:
Expand Down

0 comments on commit 2cc8ebd

Please sign in to comment.