From e474103bf4bed951bad0c3fbcc26355134292151 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 16:42:50 +0000 Subject: [PATCH] Bump redhat-actions/buildah-build from 3.0.2 to 3.1.0 Bumps [redhat-actions/buildah-build](https://github.com/redhat-actions/buildah-build) from 3.0.2 to 3.1.0. - [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/3a51aade9afa17e5c78256bcbe2e1ee08c7b995b...719e3c40d8af9790c23eca13f7daa339f2867034) --- updated-dependencies: - dependency-name: redhat-actions/buildah-build dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 1d087e5..4c45ac6 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@3a51aade9afa17e5c78256bcbe2e1ee08c7b995b # v3.0.2 + uses: redhat-actions/buildah-build@719e3c40d8af9790c23eca13f7daa339f2867034 # v3.1.0 with: image: ${{ env.IMAGE_NAME }} tags: ${{ env.IMAGE_TAG }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 233f825..10a0d5c 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@3a51aade9afa17e5c78256bcbe2e1ee08c7b995b # v3.0.2 + uses: redhat-actions/buildah-build@719e3c40d8af9790c23eca13f7daa339f2867034 # v3.1.0 with: image: ${{ env.IMAGE_NAME_ORG }}/${{ env.IMAGE_NAME }} tags: ${{ env.VERSION }}