Skip to content

Commit 2fc652a

Browse files
authored
Merge pull request #10 from ricle13/patch-1
Update action.yml
2 parents 01863bd + c5f4fed commit 2fc652a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ runs:
204204
shell: bash
205205
- name: Upload SARIF
206206
if: ${{ hashFiles(inputs.output) != '' }}
207-
uses: github/codeql-action/upload-sarif@v2
207+
uses: github/codeql-action/upload-sarif@v3
208208
with:
209209
sarif_file: ${{ inputs.output }}
210210
- name: Upload SARIF as debug artefact

0 commit comments

Comments
 (0)