We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33366ad commit ef2af27Copy full SHA for ef2af27
.github/workflows/audit.yml
@@ -21,8 +21,9 @@ jobs:
21
issues: write
22
steps:
23
- uses: actions/checkout@v3
24
- - uses: actions-rust-lang/audit@main
+ - uses: actions-rust-lang/audit@working-directory
25
name: Audit Rust Dependencies
26
with:
27
# Comma separated list of issues to ignore
28
ignore: RUSTSEC-2020-0036
29
+ workingDirectory: ./proj/
0 commit comments