File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
55
run : sudo apt-get install -y libnuma-dev
56
56
- name : Initialize CodeQL
57
57
if : ${{ (matrix.os == 'ubuntu') && (matrix.tls == 'quictls') && (matrix.link == 'shared') && (matrix.config == 'Release') }}
58
- uses : github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2
58
+ uses : github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01
59
59
with :
60
60
languages : c-cpp
61
61
build-mode : manual
72
72
run : ./.github/workflows/build.ps1 -Config ${{ matrix.config }} -Tls ${{ matrix.tls }} -Link ${{ matrix.link }} -BuildId ${{ github.run_number }} -Suffix "-official" -WithTests -WithTools -WithPing -Debug
73
73
- name : Perform CodeQL Analysis
74
74
if : ${{ (matrix.os == 'ubuntu') && (matrix.tls == 'quictls') && (matrix.link == 'shared') && (matrix.config == 'Release') }}
75
- uses : github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2
75
+ uses : github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01
76
76
with :
77
77
category : " /language:c-cpp"
78
78
output : sarif-results
90
90
output : sarif-results/cpp.sarif
91
91
- name : Upload SARIF
92
92
if : ${{ (matrix.os == 'ubuntu') && (matrix.tls == 'quictls') && (matrix.link == 'shared') && (matrix.config == 'Release') }}
93
- uses : github/codeql-action/upload-sarif@df559355d593797519d70b90fc8edd5db049e7a2
93
+ uses : github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01
94
94
with :
95
95
sarif_file : sarif-results/cpp.sarif
96
96
- name : Upload SARIF to Artifacts
You can’t perform that action at this time.
0 commit comments