From c2701af44c7fee6023837163e412a56b1895d4b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 02:23:00 +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...5d8479758cc72ed82df28daba521d27e20ff8c8a) --- 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/ci.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bd0962a..d277eeb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -93,7 +93,7 @@ jobs: - name: Build Image id: build_image - uses: redhat-actions/buildah-build@7a95fa7ee0f02d552a32753e7414641a04307056 # v2.13 + uses: redhat-actions/buildah-build@5d8479758cc72ed82df28daba521d27e20ff8c8a # v3.0.0 with: image: ${{ env.IMAGE_NAME_ORG }}/${{ env.IMAGE_NAME }} tags: ${{ env.IMAGE_TAG }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1ba068a..b43da77 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -100,7 +100,7 @@ jobs: - name: Build Image id: build_image - uses: redhat-actions/buildah-build@7a95fa7ee0f02d552a32753e7414641a04307056 # v2.13 + uses: redhat-actions/buildah-build@5d8479758cc72ed82df28daba521d27e20ff8c8a # v3.0.0 with: image: ${{ env.IMAGE_NAME_ORG }}/${{ env.IMAGE_NAME }} tags: ${{ env.VERSION }}