From 9eadde3891316c33adc9e91e1059f85e30c39c62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 16:43:01 +0000 Subject: [PATCH] Bump redhat-actions/buildah-build from 2.13 to 3 Bumps [redhat-actions/buildah-build](https://github.com/redhat-actions/buildah-build) from 2.13 to 3. - [Release notes](https://github.com/redhat-actions/buildah-build/releases) - [Changelog](https://github.com/redhat-actions/buildah-build/blob/main/CHANGELOG.md) - [Commits](https://github.com/redhat-actions/buildah-build/compare/7a95fa7ee0f02d552a32753e7414641a04307056...3a51aade9afa17e5c78256bcbe2e1ee08c7b995b) --- updated-dependencies: - dependency-name: redhat-actions/buildah-build dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-postgres-container.yml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-postgres-container.yml b/.github/workflows/build-postgres-container.yml index baf5dcd..de7dd80 100644 --- a/.github/workflows/build-postgres-container.yml +++ b/.github/workflows/build-postgres-container.yml @@ -38,7 +38,7 @@ jobs: - name: Build Image id: build_image - uses: redhat-actions/buildah-build@7a95fa7ee0f02d552a32753e7414641a04307056 # v2.13 + uses: redhat-actions/buildah-build@3a51aade9afa17e5c78256bcbe2e1ee08c7b995b # v3.0.2 with: image: ${{ env.IMAGE_NAME }} tags: ${{ env.IMAGE_TAG }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0c2958f..5b06468 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -53,7 +53,7 @@ jobs: - name: Build Image id: build_image - uses: redhat-actions/buildah-build@7a95fa7ee0f02d552a32753e7414641a04307056 # v2.13 + uses: redhat-actions/buildah-build@3a51aade9afa17e5c78256bcbe2e1ee08c7b995b # v3.0.2 with: image: ${{ env.IMAGE_NAME_ORG }}/${{ env.IMAGE_NAME }} tags: ${{ env.VERSION }}