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@v4
23
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
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@v4
43
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
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@v4
32
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
33
33
34
34
- name : Initialize CodeQL
35
- uses : github/codeql-action/init@v3
35
+ uses : github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
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@v3
53
+ uses : github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
Original file line number Diff line number Diff line change 23
23
contents : write
24
24
25
25
steps :
26
- - uses : actions/checkout@v4
26
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
27
27
28
28
- name : Create Build Directory
29
29
run : cmake -E make_directory ./build
42
42
if : |
43
43
startsWith(github.ref, 'refs/tags/') &&
44
44
matrix.os == 'windows-latest'
45
- uses : softprops/action-gh-release@v2
45
+ uses : softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2.0.5
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@v2
55
+ uses : softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2.0.5
56
56
with :
57
57
draft : true
58
58
files : |
You can’t perform that action at this time.
0 commit comments