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 70
70
71
71
# Initializes the CodeQL tools for scanning.
72
72
- name : Initialize CodeQL
73
- uses : github/codeql-action/init@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3.30.2
73
+ uses : github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
74
74
with :
75
75
languages : ${{ matrix.language }}
76
76
build-mode : ${{ matrix.build-mode }}
98
98
exit 1
99
99
100
100
- name : Perform CodeQL Analysis
101
- uses : github/codeql-action/analyze@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3.30.2
101
+ uses : github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
102
102
with :
103
103
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 68
68
69
69
# Upload the results to GitHub's code scanning dashboard.
70
70
- name : " Upload to code-scanning"
71
- uses : github/codeql-action/upload-sarif@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
71
+ uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
72
72
with :
73
73
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments