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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33
33
34
34
- name : Initialize CodeQL
35
- uses : github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
35
+ uses : github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
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@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
53
+ uses : github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
Original file line number Diff line number Diff line change 63
63
if : |
64
64
startsWith(github.ref, 'refs/tags/') &&
65
65
matrix.os == 'windows-latest'
66
- uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2 .2
66
+ uses : softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3 .2
67
67
with :
68
68
draft : true
69
69
files : |
73
73
if : |
74
74
startsWith(github.ref, 'refs/tags/') &&
75
75
matrix.os == 'ubuntu-latest'
76
- uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2 .2
76
+ uses : softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3 .2
77
77
with :
78
78
draft : true
79
79
files : |
You can’t perform that action at this time.
0 commit comments