From 20f4481a868c0f4e2292d9a8b5a5352766ebadf1 Mon Sep 17 00:00:00 2001 From: "ospk8s-renovate[bot]" <296544045+ospk8s-renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 04:15:09 +0000 Subject: [PATCH] [main] Update GitHub Actions Dependencies --- .../workflows/catalog-openstack-operator-upgrades.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/catalog-openstack-operator-upgrades.yaml b/.github/workflows/catalog-openstack-operator-upgrades.yaml index 40e1a59cd..ec4ba09ca 100644 --- a/.github/workflows/catalog-openstack-operator-upgrades.yaml +++ b/.github/workflows/catalog-openstack-operator-upgrades.yaml @@ -42,18 +42,18 @@ jobs: run: | echo "latesttag=${{ github.ref_name }}-latest" >> $GITHUB_ENV - name: Install opm - uses: redhat-actions/openshift-tools-installer@144527c7d98999f2652264c048c7a9bd103f8a82 # v1 + uses: redhat-actions/openshift-tools-installer@ebd96c3fc72fc10a62663eac5e1421192152e6aa # v2 with: source: github opm: 'latest' - name: Log in to Quay Registry - uses: redhat-actions/podman-login@4934294ad0449894bcd1e9f191899d7292469603 # v1 + uses: redhat-actions/podman-login@50c2d9a331bb67c8fdab99b86455fad05e2e3252 # v2 with: registry: ${{ env.imageregistry }} username: ${{ secrets.QUAY_USERNAME }} password: ${{ secrets.QUAY_PASSWORD }} - name: Log in to Red Hat Registry - uses: redhat-actions/podman-login@4934294ad0449894bcd1e9f191899d7292469603 # v1 + uses: redhat-actions/podman-login@50c2d9a331bb67c8fdab99b86455fad05e2e3252 # v2 with: registry: registry.redhat.io username: ${{ secrets.REDHATIO_USERNAME }} @@ -69,14 +69,14 @@ jobs: BUNDLE: ${{ env.imageregistry }}/${{ env.imagenamespace }}/openstack-operator-bundle:${{ github.sha }} - name: Buildah Action id: build-operator-index-upgrade - uses: redhat-actions/buildah-build@7a95fa7ee0f02d552a32753e7414641a04307056 # v2 + uses: redhat-actions/buildah-build@27e5954dfd56a621f706827f2de689dc955e8711 # v3 with: image: openstack-operator-index-upgrade tags: ${{ env.latesttag }} ${{ github.sha }} containerfiles: | ./catalog.Dockerfile - name: Push openstack-operator-index-upgrade To ${{ env.imageregistry }} - uses: redhat-actions/push-to-registry@5ed88d269cf581ea9ef6dd6806d01562096bee9c # v2 + uses: redhat-actions/push-to-registry@94ade333c38ecc0e60e94785125d9a52ca423b37 # v3 with: image: ${{ steps.build-operator-index-upgrade.outputs.image }} tags: ${{ steps.build-operator-index-upgrade.outputs.tags }}