diff --git a/.github/workflows/push-ci.yaml b/.github/workflows/push-ci.yaml index 9e1de5b..42eff97 100644 --- a/.github/workflows/push-ci.yaml +++ b/.github/workflows/push-ci.yaml @@ -47,7 +47,7 @@ jobs: run: mvn -B -U clean verify - name: Build container images and manifest id: buildah-build - uses: redhat-actions/buildah-build@7a95fa7ee0f02d552a32753e7414641a04307056 # v2 + uses: redhat-actions/buildah-build@54ff9945b9f9320e460006b5ea63dfac279906b0 # v2.2.2 env: IMAGE_VERSION: ${{ needs.get-pom-properties.outputs.image-version }} with: