Skip to content

Commit

Permalink
Add working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbb authored May 5, 2024
1 parent 33366ad commit ef2af27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
issues: write
steps:
- uses: actions/checkout@v3
- uses: actions-rust-lang/audit@main
- uses: actions-rust-lang/audit@working-directory
name: Audit Rust Dependencies
with:
# Comma separated list of issues to ignore
ignore: RUSTSEC-2020-0036
workingDirectory: ./proj/

0 comments on commit ef2af27

Please sign in to comment.