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@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3.28.14
35
+ uses : github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
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@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3.28.14
48
+ uses : github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
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@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3.28.14
56
+ uses : github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
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