File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
18
18
steps :
19
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
19
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
20
20
21
21
# Checkout the depot tools they are needed by roll_deps.sh
22
22
- name : Checkout depot tools
Original file line number Diff line number Diff line change 18
18
runs-on : ${{matrix.os}}
19
19
20
20
steps :
21
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
21
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
22
22
with :
23
23
fetch-depth : ' 0'
24
24
- name : Download dependencies
Original file line number Diff line number Diff line change 11
11
matrix :
12
12
os : [ macos-12, macos-13 ]
13
13
steps :
14
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
14
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
15
15
- uses : lukka/get-cmake@070a0507a7abe157ef918deec391da1be197d2d1 # v3.30.3
16
16
- name : Download dependencies
17
17
run : python3 utils/git-sync-deps
Original file line number Diff line number Diff line change 13
13
prepare-release-job :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
17
17
- name : Prepare CHANGELOG for version
18
18
run : |
19
19
python utils/generate_changelog.py CHANGES "${{ github.ref_name }}" VERSION_CHANGELOG
Original file line number Diff line number Diff line change 23
23
24
24
steps :
25
25
- name : " Checkout code"
26
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
26
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
27
27
with :
28
28
persist-credentials : false
29
29
48
48
49
49
# Upload the results to GitHub's code scanning dashboard.
50
50
- name : " Upload to code-scanning"
51
- uses : github/codeql-action/upload-sarif@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
51
+ uses : github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
52
52
with :
53
53
sarif_file : results.sarif
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
11
11
steps :
12
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
12
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
13
13
with :
14
14
fetch-depth : ' 0'
15
15
- name : Build web
You can’t perform that action at this time.
0 commit comments