File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ jobs:
33
33
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
34
34
35
35
- name : Initialize CodeQL
36
- uses : github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3 .30.5
36
+ uses : github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4 .30.8
37
37
with :
38
38
languages : ${{ matrix.language }}
39
39
build-mode : ${{ matrix.build-mode }}
40
40
41
41
- name : Perform CodeQL Analysis
42
- uses : github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3 .30.5
42
+ uses : github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4 .30.8
43
43
with :
44
44
category : " /language:${{matrix.language}}"
45
45
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152
152
153
153
- name : Initialize CodeQL
154
154
if : ${{ !steps.cache-restore.outputs.cache-hit && inputs.with-codeql }}
155
- uses : github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3 .30.5
155
+ uses : github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4 .30.8
156
156
with :
157
157
languages : c-cpp
158
158
build-mode : manual
@@ -239,7 +239,7 @@ jobs:
239
239
- name : Perform CodeQL Analysis
240
240
id : codeql-analyze
241
241
if : ${{ !steps.cache-restore.outputs.cache-hit && inputs.with-codeql }}
242
- uses : github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3 .30.5
242
+ uses : github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4 .30.8
243
243
with :
244
244
category : " /language:c-cpp"
245
245
output : ${{ env.CODEQL_OUTPUTS }}
@@ -262,7 +262,7 @@ jobs:
262
262
263
263
- name : Upload CodeQL SARIF
264
264
if : ${{ !steps.cache-restore.outputs.cache-hit && inputs.with-codeql }}
265
- uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3 .30.5
265
+ uses : github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4 .30.8
266
266
with :
267
267
sarif_file : ${{ env.CODEQL_OUTPUTS }}/filtered-results.sarif
268
268
checkout_path : ${{ env.NPU_COMPILER_REPO }}
Original file line number Diff line number Diff line change 40
40
retention-days : 5
41
41
42
42
- name : " Upload to code-scanning"
43
- uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # 3 .30.5
43
+ uses : github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # 4 .30.8
44
44
with :
45
45
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments