File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
- name : Check out repository
39
39
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
40
40
- name : Initialize CodeQL
41
- uses : github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
41
+ uses : github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
42
42
with :
43
43
languages : ${{ matrix.language }}
44
44
build-mode : ${{ matrix.build-mode }}
53
53
-Dscan.tag.CodeQL \
54
54
classes
55
55
- name : Perform CodeQL Analysis
56
- uses : github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
56
+ uses : github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
57
57
with :
58
58
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 57
57
# Upload the results to GitHub's code scanning dashboard (optional).
58
58
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
59
59
- name : " Upload to code-scanning"
60
- uses : github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
60
+ uses : github/codeql-action/upload-sarif@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
61
61
with :
62
62
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments