File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,12 +43,12 @@ jobs:
43
43
44
44
# Initializes the CodeQL tools for scanning.
45
45
- name : Initialize CodeQL
46
- uses : github/codeql-action/init@2ca79b6fa8d3ec278944088b4aa5f46912db5d63 # v2.1.18
46
+ uses : github/codeql-action/init@f5d217be74900c6ac8fbbe53f3c10376ba4e64da # v2.1.19
47
47
with :
48
48
languages : ${{ matrix.language }}
49
49
50
50
- name : Autobuild
51
- uses : github/codeql-action/autobuild@2ca79b6fa8d3ec278944088b4aa5f46912db5d63 # v2.1.18
51
+ uses : github/codeql-action/autobuild@f5d217be74900c6ac8fbbe53f3c10376ba4e64da # v2.1.19
52
52
53
53
- name : Perform CodeQL Analysis
54
- uses : github/codeql-action/analyze@2ca79b6fa8d3ec278944088b4aa5f46912db5d63 # v2.1.18
54
+ uses : github/codeql-action/analyze@f5d217be74900c6ac8fbbe53f3c10376ba4e64da # v2.1.19
Original file line number Diff line number Diff line change 52
52
53
53
# Upload the results to GitHub's code scanning dashboard.
54
54
- name : " Upload to code-scanning"
55
- uses : github/codeql-action/upload-sarif@2ca79b6fa8d3ec278944088b4aa5f46912db5d63 # v2.1.18
55
+ uses : github/codeql-action/upload-sarif@f5d217be74900c6ac8fbbe53f3c10376ba4e64da # v2.1.19
56
56
with :
57
57
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments