Skip to content

Commit 20f4481

Browse files
[main] Update GitHub Actions Dependencies
1 parent 788b8c9 commit 20f4481

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/catalog-openstack-operator-upgrades.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,18 @@ jobs:
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

Comments
 (0)