File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
23
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
23
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
24
24
with :
25
25
fetch-depth : 0 # required for jgit timestamp provider to work
26
26
Original file line number Diff line number Diff line change 47
47
48
48
steps :
49
49
- name : Checkout repository
50
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
50
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
51
51
with :
52
52
fetch-depth : 0 # required for jgit timestamp provider to work
53
53
submodules : ${{ inputs.submodules }}
Original file line number Diff line number Diff line change 45
45
name : Verify ${{ matrix.config.name }}
46
46
steps :
47
47
- name : Checkout
48
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
48
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
49
49
with :
50
50
fetch-depth : 0 # required for jgit timestamp provider to work
51
51
submodules : ${{ inputs.submodules }}
Original file line number Diff line number Diff line change 22
22
run : |
23
23
name=$(echo ${{ github.event.milestone.due_on }} | cut -d- -f-2)
24
24
echo "name=$name" >> $GITHUB_OUTPUT
25
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
25
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
26
26
with :
27
27
ref : master
28
28
- name : Set up JDK
Original file line number Diff line number Diff line change 36
36
let artifact = allArtifacts.data.artifacts.find(artifact => artifact.name == 'versions-git-patch')
37
37
return artifact?.id
38
38
39
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
39
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
40
40
if : steps.search-patch.outputs.result
41
41
with :
42
42
ref : ' ${{ github.event.workflow_run.head_sha }}'
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
if : contains(github.event.milestone.description, 'Release')
9
9
steps :
10
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
10
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
11
11
with :
12
12
fetch-depth : 0
13
13
ref : master
Original file line number Diff line number Diff line change 16
16
update :
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
19
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
20
20
with :
21
21
fetch-depth : 0
22
22
ref : master
You can’t perform that action at this time.
0 commit comments