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 2020 check :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
2424
2525 - name : Check Tabs
2626 run : |
4040 runs-on : ${{matrix.os}}
4141
4242 steps :
43- - uses : actions/checkout@v4
43+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
4444
4545 - name : Create Build Directory
4646 run : cmake -E make_directory ${{runner.workspace}}/build
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ jobs:
2929 security-events : write
3030
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
3333
3434 - name : Initialize CodeQL
35- uses : github/codeql-action/init@v3
35+ uses : github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
3636 with :
3737 languages : cpp
3838
5050 run : cmake --build . --parallel 4 --config $BUILD_TYPE
5151
5252 - 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 2323 contents : write
2424
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
2727
2828 - name : Create Build Directory
2929 run : cmake -E make_directory ./build
4242 if : |
4343 startsWith(github.ref, 'refs/tags/') &&
4444 matrix.os == 'windows-latest'
45- uses : softprops/action-gh-release@v2
45+ uses : softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2.0.5
4646 with :
4747 draft : true
4848 files : |
5252 if : |
5353 startsWith(github.ref, 'refs/tags/') &&
5454 matrix.os == 'ubuntu-latest'
55- uses : softprops/action-gh-release@v2
55+ uses : softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2.0.5
5656 with :
5757 draft : true
5858 files : |
You can’t perform that action at this time.
0 commit comments