From 71f87af27adf8a009dd6b4ca565db8ad90460ac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Wed, 9 Nov 2022 10:50:28 +0100 Subject: [PATCH] Use 0.4.7 as pinned version for vib action (#13430) 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 49ac5d1df8..b306699e57 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@main + - uses: vmware-labs/vmware-image-builder-action@0.4.7 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 fbd7df885d..83b1984f59 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@main + - uses: vmware-labs/vmware-image-builder-action@0.4.7 with: pipeline: thanos/bucketweb/vib-verify.json env: diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 6fb7c30ba4..4d8606d1ec 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@main + - uses: vmware-labs/vmware-image-builder-action@0.4.7 name: Verify ${{ needs.get-chart.outputs.chart }} with: pipeline: ${{ needs.get-chart.outputs.chart }}/vib-verify.json