From 71d09214cae7f9c816c9c2ca0b7f5d3955ab9bef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Thu, 10 Nov 2022 11:34:27 +0100 Subject: [PATCH] Use 0.4.10 as pinned version for vib action (#13455) 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 b306699e57..bc3801f31c 100644 --- a/.github/workflows/cd-pipeline.yml +++ b/.github/workflows/cd-pipeline.yml @@ -166,7 +166,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.7 + - uses: vmware-labs/vmware-image-builder-action@0.4.10 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 83b1984f59..bf70721047 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.7 + - uses: vmware-labs/vmware-image-builder-action@0.4.10 with: pipeline: thanos/bucketweb/vib-verify.json env: diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 4d8606d1ec..1482d7766c 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.7 + - uses: vmware-labs/vmware-image-builder-action@0.4.10 name: Verify ${{ needs.get-chart.outputs.chart }} with: pipeline: ${{ needs.get-chart.outputs.chart }}/vib-verify.json