File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 64
64
run : sudo apt-get install -y libnuma-dev
65
65
- name : Initialize CodeQL
66
66
if : ${{ (matrix.os == 'ubuntu') && (matrix.arch == 'x64') && (matrix.link == 'shared') }}
67
- uses : github/codeql-action/init@5f8171a638ada777af81d42b55959a643bb29017
67
+ uses : github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841
68
68
with :
69
69
languages : c-cpp
70
70
build-mode : manual
81
81
run : ./build.ps1 -Arch ${{ matrix.arch }} -Tls ${{ matrix.tls }} -Link ${{ matrix.link }} -Install -BuildInstaller -Debug
82
82
- name : Perform CodeQL Analysis
83
83
if : ${{ (matrix.os == 'ubuntu') && (matrix.arch == 'x64') && (matrix.link == 'shared') }}
84
- uses : github/codeql-action/analyze@5f8171a638ada777af81d42b55959a643bb29017
84
+ uses : github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841
85
85
with :
86
86
category : " /language:c-cpp"
87
87
output : sarif-results
97
97
output : sarif-results/cpp.sarif
98
98
- name : Upload SARIF
99
99
if : ${{ (matrix.os == 'ubuntu') && (matrix.arch == 'x64') && (matrix.link == 'shared') }}
100
- uses : github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017
100
+ uses : github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841
101
101
with :
102
102
sarif_file : sarif-results/cpp.sarif
103
103
- name : Upload SARIF to Artifacts
You can’t perform that action at this time.
0 commit comments