File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,14 +57,14 @@ jobs:
57
57
persist-credentials : false
58
58
59
59
- name : Initialize CodeQL
60
- uses : github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
60
+ uses : github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
61
61
with :
62
62
languages : ${{ matrix.language }}
63
63
build-mode : ${{ matrix.build-mode }}
64
64
config : |
65
65
paths-ignore: ${{ toJSON(matrix.paths-ignore) }}
66
66
67
67
- name : Perform CodeQL Analysis
68
- uses : github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
68
+ uses : github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
69
69
with :
70
70
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change @@ -399,7 +399,7 @@ jobs:
399
399
retention-days : 5
400
400
401
401
- name : Upload to code-scanning
402
- uses : github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
402
+ uses : github/codeql-action/upload-sarif@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
403
403
continue-on-error : true
404
404
with :
405
405
sarif_file : results.sarif
Original file line number Diff line number Diff line change 77
77
78
78
# Upload the results to GitHub's code scanning dashboard.
79
79
- name : " Upload to code-scanning"
80
- uses : github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
80
+ uses : github/codeql-action/upload-sarif@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
81
81
with :
82
82
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments