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 32
32
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33
33
34
34
- name : Initialize CodeQL
35
- uses : github/codeql-action/init@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
35
+ uses : github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
36
36
with :
37
37
languages : ${{ matrix.language }}
38
38
45
45
cmake --build build
46
46
47
47
- name : Perform CodeQL Analysis
48
- uses : github/codeql-action/analyze@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
48
+ uses : github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
49
49
with :
50
50
category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change 53
53
continue-on-error : true
54
54
55
55
- name : Upload scan results
56
- uses : github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
56
+ uses : github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
57
57
with :
58
58
sarif_file : /tmp/scan-build.sarif
59
59
category : scanbuild
You can’t perform that action at this time.
0 commit comments