From de759cc07100c0e56fe07f55ac998f5ff188ef4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 02:24:42 +0000 Subject: [PATCH] Bump redhat-actions/buildah-build from 3.0.0 to 3.0.2 Bumps [redhat-actions/buildah-build](https://github.com/redhat-actions/buildah-build) from 3.0.0 to 3.0.2. - [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/5d8479758cc72ed82df28daba521d27e20ff8c8a...3a51aade9afa17e5c78256bcbe2e1ee08c7b995b) --- updated-dependencies: - dependency-name: redhat-actions/buildah-build dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 0d21a4f..8b469f7 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@5d8479758cc72ed82df28daba521d27e20ff8c8a # v3.0.0 + uses: redhat-actions/buildah-build@3a51aade9afa17e5c78256bcbe2e1ee08c7b995b # v3.0.2 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 6ef747d..30a21ca 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@5d8479758cc72ed82df28daba521d27e20ff8c8a # v3.0.0 + uses: redhat-actions/buildah-build@3a51aade9afa17e5c78256bcbe2e1ee08c7b995b # v3.0.2 with: image: ${{ env.IMAGE_NAME_ORG }}/${{ env.IMAGE_NAME }} tags: ${{ env.VERSION }}