We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e526577 commit 5913da5Copy full SHA for 5913da5
.github/workflows/main.yml
@@ -42,10 +42,10 @@ jobs:
42
43
- name: Upload SARIF file
44
if: success() || failure()
45
- uses: github/codeql-action/upload-sarif@v3
+ uses: github/codeql-action/upload-sarif@v4
46
with:
47
# Path to SARIF file relative to the root of the repository
48
- sarif_file: code-issues/*.sarif
+ sarif_file: code-issues/results.sarif
49
# Optional category for the results
50
# Used to differentiate multiple results for one commit
51
category: matlab
0 commit comments