File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 20
20
check :
21
21
runs-on : ubuntu-latest
22
22
steps :
23
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
23
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24
24
25
25
- name : Check Tabs
26
26
run : |
40
40
runs-on : ${{matrix.os}}
41
41
42
42
steps :
43
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
43
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
44
44
45
45
- name : Create Build Directory
46
46
run : cmake -E make_directory ${{runner.workspace}}/build
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ jobs:
29
29
security-events : write
30
30
31
31
steps :
32
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
32
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33
33
34
34
- name : Initialize CodeQL
35
- uses : github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
35
+ uses : github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
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@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
53
+ uses : github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
Original file line number Diff line number Diff line change 23
23
contents : write
24
24
25
25
steps :
26
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
26
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
27
# This isn't working currently, see https://github.com/actions/checkout/issues/1467.
28
28
# Instead, get the git information manually with the step below.
29
29
# with:
53
53
if : |
54
54
startsWith(github.ref, 'refs/tags/') &&
55
55
matrix.os == 'windows-latest'
56
- uses : softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8
56
+ uses : softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9
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@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8
66
+ uses : softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9
67
67
with :
68
68
draft : true
69
69
files : |
You can’t perform that action at this time.
0 commit comments