File tree Expand file tree Collapse file tree 11 files changed +16
-16
lines changed Expand file tree Collapse file tree 11 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 2020 env :
2121 BUILD_ARCH : ${{ matrix.BUILD_ARCH }}
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 - uses : actions/download-artifact@v6
2525 with :
2626 name : package-parts-linux-${{ matrix.BUILD_ARCH }}
Original file line number Diff line number Diff line change 4141 env :
4242 BUILD_ARCHITECTURE : ${{ matrix.arch }}
4343 steps :
44- - uses : actions/checkout@v5
44+ - uses : actions/checkout@v6
4545 - name : Build
4646 run : |
4747 uname -a
Original file line number Diff line number Diff line change 2525 packages : write
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@v5
28+ uses : actions/checkout@v6
2929
3030 - uses : actions/download-artifact@v6
3131 with :
4343
4444 - name : Extract metadata (tags, labels) for Test Container
4545 id : test-meta
46- uses : docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9 .0
46+ uses : docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10 .0
4747 with :
4848 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4949 tags : |
6565
6666 - name : Extract metadata (tags, labels) for Container
6767 id : meta
68- uses : docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9 .0
68+ uses : docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10 .0
6969 with :
7070 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
7171 tags : |
Original file line number Diff line number Diff line change 1818 contents : read
1919 packages : read
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222
2323 - uses : elastic/oblt-actions/elastic/validate-catalog@v1
2424
Original file line number Diff line number Diff line change 2020 outputs :
2121 include : ${{ steps.generate.outputs.matrix }}
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 - id : generate
2525 run : |
2626 MATRIX=$(.ci/generate_package_lifecycle_test_matrix.sh | jq --raw-input --slurp -c 'split("\n") | map(select(length > 0)) | map(split(",")) | map({ "item": . } )')
Original file line number Diff line number Diff line change 3232 DOCKERFILE : ${{ matrix.dockerfile }}
3333 LOOPS : ' 50'
3434 steps :
35- - uses : actions/checkout@v5
35+ - uses : actions/checkout@v6
3636
3737 - name : Prepare
3838 run : make -f .ci/Makefile prepare
Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ jobs:
3030 - " 8.3"
3131 - " 8.4"
3232 steps :
33- # - uses: actions/checkout@v5
33+ # - uses: actions/checkout@v6
3434 # - name: Fetch and extract latest release of apm-agent-php
3535 # run: |
3636 # wget https://github.com/elastic/apm-agent-php/releases/latest/download/apm-agent-php-linux-x86-64.tar -O /tmp/apm-agent-php-linux-x86-64.tar
3737 # mkdir -p agent/native/_build/linux-x86-64-release/ext/
3838 # cd agent/native/_build/linux-x86-64-release/ext/
3939 # tar --wildcards --strip-components 5 -xf /tmp/apm-agent-php-linux-x86-64.tar ./opt/elastic/apm-agent-php/extensions/elastic_apm*
4040 # cd -
41- - uses : actions/checkout@v5
41+ - uses : actions/checkout@v6
4242 - uses : actions/download-artifact@v6
4343 with :
4444 name : package-parts-linux-x86-64
Original file line number Diff line number Diff line change 5151 id-token : write
5252 contents : write
5353 steps :
54- - uses : actions/checkout@v5
54+ - uses : actions/checkout@v6
5555
5656 - name : Download package artifacts
5757 uses : actions/download-artifact@v6
@@ -139,7 +139,7 @@ jobs:
139139 TAG_NAME : ${{ github.ref_name }}
140140 steps :
141141
142- - uses : actions/checkout@v5
142+ - uses : actions/checkout@v6
143143 - uses : actions/download-artifact@v6
144144 with :
145145 name : signed-artifacts
Original file line number Diff line number Diff line change 4040 contents : read
4141 packages : read
4242 steps :
43- - uses : actions/checkout@v5
43+ - uses : actions/checkout@v6
4444
4545 - uses : actions/download-artifact@v6
4646 if : ${{ inputs.package-name }}
Original file line number Diff line number Diff line change 6464 PHP_VERSION : ${{ matrix.php-version }}
6565 BUILD_ARCHITECTURE : ${{ matrix.data.arch }}
6666 steps :
67- - uses : actions/checkout@v5
67+ - uses : actions/checkout@v6
6868 - uses : actions/download-artifact@v6
6969 with :
7070 name : package-parts-${{ matrix.data.arch }}
9999 PHP_VERSION : ${{ matrix.php-version }}
100100 DOCKERFILE : ${{ matrix.dockerfile }}
101101 steps :
102- - uses : actions/checkout@v5
102+ - uses : actions/checkout@v6
103103 - name : Prepare
104104 run : make -f .ci/Makefile prepare
105105 - name : Static Check / Unit tests
You can’t perform that action at this time.
0 commit comments