Skip to content

Commit 0c709a4

Browse files
committed
Fixed artifact path in pr-validation.yml
1 parent dbd0998 commit 0c709a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Run Infer#
5151
uses: microsoft/[email protected]
5252
with:
53-
binary-path: bin-net
53+
binary-path: bin
5454

5555
- name: Upload SARIF output to GitHub Security Center
5656
uses: github/codeql-action/upload-sarif@v3

0 commit comments

Comments
 (0)