File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
23
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
43
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
32
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
33
33
34
34
- name : Initialize CodeQL
35
- uses : github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
35
+ uses : github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
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@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
53
+ uses : github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
Original file line number Diff line number Diff line change 23
23
contents : write
24
24
25
25
steps :
26
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
26
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
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:
You can’t perform that action at this time.
0 commit comments