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 2020 runs-on : ubuntu-latest
2121 steps :
2222
23- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
23+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2424 with :
2525 fetch-depth : 0 # required for jgit timestamp provider to work
2626
Original file line number Diff line number Diff line change 4747
4848 steps :
4949 - name : Checkout repository
50- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
50+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
5151 with :
5252 fetch-depth : 0 # required for jgit timestamp provider to work
5353 submodules : ${{ inputs.submodules }}
Original file line number Diff line number Diff line change 4545 name : Verify ${{ matrix.config.name }}
4646 steps :
4747 - name : Checkout
48- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
48+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
4949 with :
5050 fetch-depth : 0 # required for jgit timestamp provider to work
5151 submodules : ${{ inputs.submodules }}
Original file line number Diff line number Diff line change 2222 run : |
2323 name=$(echo ${{ github.event.milestone.due_on }} | cut -d- -f-2)
2424 echo "name=$name" >> $GITHUB_OUTPUT
25- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
25+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2626 with :
2727 ref : master
2828 - name : Set up JDK
Original file line number Diff line number Diff line change 3636 let artifact = allArtifacts.data.artifacts.find(artifact => artifact.name == 'versions-git-patch')
3737 return artifact?.id
3838
39- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
39+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
4040 if : steps.search-patch.outputs.result
4141 with :
4242 ref : ' ${{ github.event.workflow_run.head_sha }}'
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 if : contains(github.event.milestone.description, 'Release')
99 steps :
10- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
10+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
1111 with :
1212 fetch-depth : 0
1313 ref : master
Original file line number Diff line number Diff line change 1717 update :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
20+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2121 with :
2222 fetch-depth : 0
2323 ref : master
You can’t perform that action at this time.
0 commit comments