@@ -29,31 +29,31 @@ jobs:
2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Install Go
32- uses : actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4
32+ uses : actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7
3333 with :
3434 go-version : ${{ inputs.go_version }}
3535 cache : false
3636 - name : Checkout openstack-operator repository
37- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
37+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3838 with :
3939 path : ./openstack-operator
4040 - name : Set latest tag for non main branch
4141 if : " ${{ github.ref_name != 'main' }}"
4242 run : |
4343 echo "latesttag=${{ github.ref_name }}-latest" >> $GITHUB_ENV
4444 - name : Install opm
45- uses : redhat-actions/openshift-tools-installer@144527c7d98999f2652264c048c7a9bd103f8a82 # v1
45+ uses : redhat-actions/openshift-tools-installer@ebd96c3fc72fc10a62663eac5e1421192152e6aa # v2
4646 with :
4747 source : github
4848 opm : ' latest'
4949 - name : Log in to Quay Registry
50- uses : redhat-actions/podman-login@4934294ad0449894bcd1e9f191899d7292469603 # v1
50+ uses : redhat-actions/podman-login@50c2d9a331bb67c8fdab99b86455fad05e2e3252 # v2
5151 with :
5252 registry : ${{ env.imageregistry }}
5353 username : ${{ secrets.QUAY_USERNAME }}
5454 password : ${{ secrets.QUAY_PASSWORD }}
5555 - name : Log in to Red Hat Registry
56- uses : redhat-actions/podman-login@4934294ad0449894bcd1e9f191899d7292469603 # v1
56+ uses : redhat-actions/podman-login@50c2d9a331bb67c8fdab99b86455fad05e2e3252 # v2
5757 with :
5858 registry : registry.redhat.io
5959 username : ${{ secrets.REDHATIO_USERNAME }}
@@ -69,14 +69,14 @@ jobs:
6969 BUNDLE : ${{ env.imageregistry }}/${{ env.imagenamespace }}/openstack-operator-bundle:${{ github.sha }}
7070 - name : Buildah Action
7171 id : build-operator-index-upgrade
72- uses : redhat-actions/buildah-build@7a95fa7ee0f02d552a32753e7414641a04307056 # v2
72+ uses : redhat-actions/buildah-build@27e5954dfd56a621f706827f2de689dc955e8711 # v3
7373 with :
7474 image : openstack-operator-index-upgrade
7575 tags : ${{ env.latesttag }} ${{ github.sha }}
7676 containerfiles : |
7777 ./catalog.Dockerfile
7878 - name : Push openstack-operator-index-upgrade To ${{ env.imageregistry }}
79- uses : redhat-actions/push-to-registry@5ed88d269cf581ea9ef6dd6806d01562096bee9c # v2
79+ uses : redhat-actions/push-to-registry@94ade333c38ecc0e60e94785125d9a52ca423b37 # v3
8080 with :
8181 image : ${{ steps.build-operator-index-upgrade.outputs.image }}
8282 tags : ${{ steps.build-operator-index-upgrade.outputs.tags }}
0 commit comments