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:
3333 uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3434
3535 - name : Initialize CodeQL
36- uses : github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
36+ uses : github/codeql-action/init@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
3737 with :
3838 languages : ${{ matrix.language }}
3939 build-mode : ${{ matrix.build-mode }}
4040
4141 - name : Perform CodeQL Analysis
42- uses : github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
42+ uses : github/codeql-action/analyze@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
4343 with :
4444 category : " /language:${{matrix.language}}"
4545
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152152
153153 - name : Initialize CodeQL
154154 if : ${{ !steps.cache-restore.outputs.cache-hit && inputs.with-codeql }}
155- uses : github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
155+ uses : github/codeql-action/init@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
156156 with :
157157 languages : c-cpp
158158 build-mode : manual
@@ -239,7 +239,7 @@ jobs:
239239 - name : Perform CodeQL Analysis
240240 id : codeql-analyze
241241 if : ${{ !steps.cache-restore.outputs.cache-hit && inputs.with-codeql }}
242- uses : github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
242+ uses : github/codeql-action/analyze@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
243243 with :
244244 category : " /language:c-cpp"
245245 output : ${{ env.CODEQL_OUTPUTS }}
@@ -262,7 +262,7 @@ jobs:
262262
263263 - name : Upload CodeQL SARIF
264264 if : ${{ !steps.cache-restore.outputs.cache-hit && inputs.with-codeql }}
265- uses : github/codeql-action/upload-sarif@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
265+ uses : github/codeql-action/upload-sarif@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
266266 with :
267267 sarif_file : ${{ env.CODEQL_OUTPUTS }}/filtered-results.sarif
268268 checkout_path : ${{ env.NPU_COMPILER_REPO }}
Original file line number Diff line number Diff line change 4040 retention-days : 5
4141
4242 - name : " Upload to code-scanning"
43- uses : github/codeql-action/upload-sarif@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
43+ uses : github/codeql-action/upload-sarif@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
4444 with :
4545 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments