File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 45
45
46
46
# Initializes the CodeQL tools for scanning.
47
47
- name : Initialize CodeQL
48
- uses : github/codeql-action/init@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
48
+ uses : github/codeql-action/init@396bb3e45325a47dd9ef434068033c6d5bb0d11a # v3.27.3
49
49
with :
50
50
languages : ${{ matrix.language }}
51
51
config-file : ./.github/codeql.yaml
54
54
run : make build-cli-linux-amd
55
55
56
56
- name : Perform CodeQL Analysis
57
- uses : github/codeql-action/analyze@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
57
+ uses : github/codeql-action/analyze@396bb3e45325a47dd9ef434068033c6d5bb0d11a # v3.27.3
58
58
with :
59
59
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 44
44
45
45
# Upload the results to GitHub's code scanning dashboard.
46
46
- name : " Upload to code-scanning"
47
- uses : github/codeql-action/upload-sarif@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
47
+ uses : github/codeql-action/upload-sarif@396bb3e45325a47dd9ef434068033c6d5bb0d11a # v3.27.3
48
48
with :
49
49
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments