Skip to content

Commit c5f4fed

Browse files
authored
Update action.yml
Code scanning: deprecation of CodeQL Action v2 https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
1 parent 01863bd commit c5f4fed

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)