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 92762cc commit d45a6b6Copy full SHA for d45a6b6
.github/workflows/codeql.yml
@@ -58,8 +58,7 @@ jobs:
58
uses: actions/checkout@v4
59
60
# Initializes the CodeQL tools for scanning.
61
- - name: Upload SARIF data
62
- uses: github/codeql-action/upload-sarif@v1
+
63
- name: Initialize CodeQL
64
uses: github/codeql-action/init@v3
65
with:
@@ -93,3 +92,5 @@ jobs:
93
92
uses: github/codeql-action/analyze@v3
94
95
category: "/language:${{matrix.language}}"
+ - name: Upload SARIF data
96
+ uses: github/codeql-action/upload-sarif@v2
0 commit comments