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.10
56
+ uses : github/codeql-action/init@v3.28.11
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.10
73
+ uses : github/codeql-action/analyze@v3.28.11
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.10
102
+ uses : github/codeql-action/upload-sarif@v3.28.11
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@ff79de67cc25c7617163ae1e4b8aa23b902fdf15
63
+ uses : github/codeql-action/upload-sarif@b2e6519679e446e7bb7c3466d70f13a6b5461fcd
64
64
with :
65
65
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments