File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 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@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
35
+ uses : github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
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@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
48
+ uses : github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
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@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
56
+ uses : github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
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