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@f5d217be74900c6ac8fbbe53f3c10376ba4e64da # v2.1.19
46
+ uses : github/codeql-action/init@7fee4ca032ac341c12486c4c06822c5221c76533 # v2.1.20
47
47
with :
48
48
languages : ${{ matrix.language }}
49
49
50
50
- name : Autobuild
51
- uses : github/codeql-action/autobuild@f5d217be74900c6ac8fbbe53f3c10376ba4e64da # v2.1.19
51
+ uses : github/codeql-action/autobuild@7fee4ca032ac341c12486c4c06822c5221c76533 # v2.1.20
52
52
53
53
- name : Perform CodeQL Analysis
54
- uses : github/codeql-action/analyze@f5d217be74900c6ac8fbbe53f3c10376ba4e64da # v2.1.19
54
+ uses : github/codeql-action/analyze@7fee4ca032ac341c12486c4c06822c5221c76533 # v2.1.20
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@f5d217be74900c6ac8fbbe53f3c10376ba4e64da # v2.1.19
55
+ uses : github/codeql-action/upload-sarif@7fee4ca032ac341c12486c4c06822c5221c76533 # v2.1.20
56
56
with :
57
57
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments