File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4040 outputs :
4141 bundles : ${{ steps.list-bundles.outputs.bundles }}
4242 steps :
43- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
43+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
4444 with :
4545 fetch-depth : 0
4646 ref : master
7373 max-parallel : 1
7474 fail-fast : false
7575 steps :
76- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
76+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
7777 with :
7878 fetch-depth : 0
7979 ref : master
Original file line number Diff line number Diff line change 3939 runs-on : ubuntu-latest
4040 steps :
4141
42- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
42+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
4343 with :
4444 fetch-depth : 0 # required for jgit timestamp provider to work
4545
Original file line number Diff line number Diff line change 6767 outputs :
6868 bundles : ${{ steps.list-bundles.outputs.bundles }}
6969 steps :
70- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
70+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
7171 with :
7272 fetch-depth : 0
7373 ref : ${{ inputs.branch }}
@@ -109,7 +109,7 @@ jobs:
109109 GH_TOKEN : ${{ secrets.token }}
110110 OWNER : ${{ github.repository_owner }}
111111 REPO : ${{ github.event.repository.name }}
112- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
112+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
113113 if : ${{ fromJson(steps.list-prs.outputs.prs)[9] == null }}
114114 with :
115115 fetch-depth : 0
Original file line number Diff line number Diff line change 5151
5252 steps :
5353 - name : Checkout repository
54- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
54+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
5555 with :
5656 fetch-depth : 0 # required for jgit timestamp provider to work
5757 submodules : ${{ inputs.submodules }}
Original file line number Diff line number Diff line change 5353 name : Verify ${{ matrix.config.name }}
5454 steps :
5555 - name : Checkout
56- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
56+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
5757 with :
5858 fetch-depth : 0 # required for jgit timestamp provider to work
5959 submodules : ${{ inputs.submodules }}
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
39+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
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 2525 update :
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2929 with :
3030 fetch-depth : 0
3131 ref : ${{ inputs.branch }}
You can’t perform that action at this time.
0 commit comments