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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
23
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
50
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
48
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
25
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
39
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
10
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
11
11
with :
12
12
fetch-depth : 0
13
13
ref : master
Original file line number Diff line number Diff line change 17
17
update :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
20
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21
21
with :
22
22
fetch-depth : 0
23
23
ref : master
You can’t perform that action at this time.
0 commit comments