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 4de2bdb commit 26caa29Copy full SHA for 26caa29
.github/workflows/build.yml
@@ -86,7 +86,7 @@ jobs:
86
format: sarif
87
output: ${{ matrix.name }}.sarif
88
- name: Upload Sarif Report
89
- uses: github/codeql-action/upload-sarif@v3
+ uses: github/codeql-action/upload-sarif@v4
90
with:
91
sarif_file: ${{ matrix.name }}.sarif
92
category: ${{ matrix.name }}
0 commit comments