From e826421a2df5b0d3dad5acbcc09b9d87d7ddfe79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Fri, 18 Nov 2022 23:08:22 +0100 Subject: [PATCH] Use main instead of a pinned version for VIB action (#13594) 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 7a8625b2d..0801d31a9 100644 --- a/.github/workflows/cd-pipeline.yml +++ b/.github/workflows/cd-pipeline.yml @@ -171,7 +171,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.11 + - uses: vmware-labs/vmware-image-builder-action@main 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 e41a73b33..fbd7df885 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.11 + - uses: vmware-labs/vmware-image-builder-action@main with: pipeline: thanos/bucketweb/vib-verify.json env: diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 89914ffb2..6fb7c30ba 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.11 + - uses: vmware-labs/vmware-image-builder-action@main name: Verify ${{ needs.get-chart.outputs.chart }} with: pipeline: ${{ needs.get-chart.outputs.chart }}/vib-verify.json