Commit 6f0e0e5 1 parent 5dcffaa commit 6f0e0e5 Copy full SHA for 6f0e0e5
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 53
53
54
54
# Initializes the CodeQL tools for scanning.
55
55
- name : Initialize CodeQL
56
- uses : github/codeql-action/init@v3.28.1
56
+ uses : github/codeql-action/init@v3.28.5
57
57
with :
58
58
languages : ${{ matrix.language }}
59
59
70
70
- run : |
71
71
./.github/scripts/codeql_buildscript.sh
72
72
- name : Perform CodeQL Analysis
73
- uses : github/codeql-action/analyze@v3.28.1
73
+ uses : github/codeql-action/analyze@v3.28.5
74
74
with :
75
75
category : " /language:${{matrix.language}}"
76
76
upload : false
99
99
output : ${{ steps.step1.outputs.sarif-output }}/cpp.sarif
100
100
101
101
- name : Upload CodeQL results to code scanning
102
- uses : github/codeql-action/upload-sarif@v3.28.1
102
+ uses : github/codeql-action/upload-sarif@v3.28.5
103
103
with :
104
104
sarif_file : ${{ steps.step1.outputs.sarif-output }}
105
105
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 60
60
61
61
# Upload the results to GitHub's code scanning dashboard.
62
62
- name : " Upload to code-scanning"
63
- uses : github/codeql-action/upload-sarif@db7177a1c66bea89f5e7ce32d0ea48bea4a0d460 # v2.2.4
63
+ uses : github/codeql-action/upload-sarif@e7c0c9d71b7bd108fd12e06b56fc58d3d154164d # v2.2.4
64
64
with :
65
65
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments