From 6dbb22c548f55fff851765f204ae01ce28d37b00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 21:14:09 +0000 Subject: [PATCH] build(deps): 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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0c3345f..59b1d6d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -91,7 +91,7 @@ jobs: - name: Build Image id: build_image - uses: redhat-actions/buildah-build@7a95fa7ee0f02d552a32753e7414641a04307056 # v2 + uses: redhat-actions/buildah-build@3a51aade9afa17e5c78256bcbe2e1ee08c7b995b # v3.0.2 with: containerfiles: ./Containerfile image: ${{ env.IMAGE_NAME }}