From 2d6ecc39a10c5f6c65b3146a98b4ab9847ec668c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Sat, 12 Nov 2022 08:00:41 +0100 Subject: [PATCH] Use 0.4.11 as pinned version for vib action (#13490) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Rodríguez Hernández Signed-off-by: Carlos Rodríguez Hernández --- .github/workflows/cd-pipeline.yml | 2 +- .github/workflows/ci-pipeline-extra-thanos.yml | 2 +- .github/workflows/ci-pipeline.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd-pipeline.yml b/.github/workflows/cd-pipeline.yml index 73e5bee037..77f8483209 100644 --- a/.github/workflows/cd-pipeline.yml +++ b/.github/workflows/cd-pipeline.yml @@ -167,7 +167,7 @@ jobs: verification_mode="$(cat $config_file | grep 'verification-mode' | cut -d'=' -f2)" fi echo "verification_mode=${verification_mode}" >> $GITHUB_OUTPUT - - uses: vmware-labs/vmware-image-builder-action@0.4.10 + - uses: vmware-labs/vmware-image-builder-action@0.4.11 name: Verify and publish ${{ needs.get-chart.outputs.chart }} with: pipeline: ${{ needs.get-chart.outputs.chart }}/vib-publish.json diff --git a/.github/workflows/ci-pipeline-extra-thanos.yml b/.github/workflows/ci-pipeline-extra-thanos.yml index bf70721047..e41a73b336 100644 --- a/.github/workflows/ci-pipeline-extra-thanos.yml +++ b/.github/workflows/ci-pipeline-extra-thanos.yml @@ -29,7 +29,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} - - uses: vmware-labs/vmware-image-builder-action@0.4.10 + - uses: vmware-labs/vmware-image-builder-action@0.4.11 with: pipeline: thanos/bucketweb/vib-verify.json env: diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 1482d7766c..89914ffb23 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -117,7 +117,7 @@ jobs: verification_mode="$(cat $config_file | grep 'verification-mode' | cut -d'=' -f2)" fi echo "verification_mode=${verification_mode}" >> $GITHUB_OUTPUT - - uses: vmware-labs/vmware-image-builder-action@0.4.10 + - uses: vmware-labs/vmware-image-builder-action@0.4.11 name: Verify ${{ needs.get-chart.outputs.chart }} with: pipeline: ${{ needs.get-chart.outputs.chart }}/vib-verify.json