File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : " CodeQL"
2
2
3
- on : [push, pull_request ]
3
+ on : [push]
4
4
5
5
concurrency :
6
6
group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
24
24
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
25
25
26
26
- name : Initialize CodeQL
27
- uses : github/codeql-action/init@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2
27
+ uses : github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
28
28
with :
29
29
languages : cpp, python
30
30
38
38
run : cmake --build ${{github.workspace}}/build -j $(nproc)
39
39
40
40
- name : Perform CodeQL Analysis
41
- uses : github/codeql-action/analyze@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2
41
+ uses : github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
42
42
43
43
analyze-windows :
44
44
name : Analyze on Windows
54
54
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
55
55
56
56
- name : Initialize CodeQL
57
- uses : github/codeql-action/init@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2
57
+ uses : github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
58
58
with :
59
59
languages : cpp, python
60
60
68
68
run : cmake --build ${{github.workspace}}/build -j $(nproc) --config Release
69
69
70
70
- name : Perform CodeQL Analysis
71
- uses : github/codeql-action/analyze@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2
71
+ uses : github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
You can’t perform that action at this time.
0 commit comments