Skip to content

Commit 33eaa39

Browse files
authored
chore(github/codeql-action/upload-sarif): update to v3 (#907)
1 parent aa6d2ac commit 33eaa39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/archive-lint-reports/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ runs:
3232
path: ${{ inputs.xml }}
3333
- name: 'Analyse Lint SARIF report'
3434
if: inputs.analysis != ''
35-
uses: github/codeql-action/upload-sarif@v2
35+
uses: github/codeql-action/upload-sarif@v3
3636
with:
3737
sarif_file: ${{ inputs.analysis }}

0 commit comments

Comments
 (0)