From 9700aadb19db0e736446b5b0d4fbc41b11832ac3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 19:09:37 +0000 Subject: [PATCH] chore(deps): update redhat-actions/buildah-build action to v2.2.2 --- .github/workflows/push-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: