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@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
35
+ uses : github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
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@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
53
+ uses : github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
Original file line number Diff line number Diff line change 53
53
if : |
54
54
startsWith(github.ref, 'refs/tags/') &&
55
55
matrix.os == 'windows-latest'
56
- uses : softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
56
+ uses : softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
57
57
with :
58
58
draft : true
59
59
files : |
63
63
if : |
64
64
startsWith(github.ref, 'refs/tags/') &&
65
65
matrix.os == 'ubuntu-latest'
66
- uses : softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
66
+ uses : softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
67
67
with :
68
68
draft : true
69
69
files : |
You can’t perform that action at this time.
0 commit comments