File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
33
33
34
34
- name : Initialize CodeQL
35
- uses : github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
35
+ uses : github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
36
36
with :
37
37
languages : cpp
38
38
50
50
run : cmake --build . --parallel 4 --config $BUILD_TYPE
51
51
52
52
- name : Perform CodeQL Analysis
53
- uses : github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
53
+ uses : github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
Original file line number Diff line number Diff line change 42
42
if : |
43
43
startsWith(github.ref, 'refs/tags/') &&
44
44
matrix.os == 'windows-latest'
45
- uses : softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 # v2.0.6
45
+ uses : softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8
46
46
with :
47
47
draft : true
48
48
files : |
52
52
if : |
53
53
startsWith(github.ref, 'refs/tags/') &&
54
54
matrix.os == 'ubuntu-latest'
55
- uses : softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 # v2.0.6
55
+ uses : softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8
56
56
with :
57
57
draft : true
58
58
files : |
You can’t perform that action at this time.
0 commit comments