Skip to content

Commit ef2af27

Browse files
authored
Add working directory
1 parent 33366ad commit ef2af27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/audit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ jobs:
2121
issues: write
2222
steps:
2323
- uses: actions/checkout@v3
24-
- uses: actions-rust-lang/audit@main
24+
- uses: actions-rust-lang/audit@working-directory
2525
name: Audit Rust Dependencies
2626
with:
2727
# Comma separated list of issues to ignore
2828
ignore: RUSTSEC-2020-0036
29+
workingDirectory: ./proj/

0 commit comments

Comments
 (0)