From fc976a2e0621fe5afd851807a61d790c5968f7f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 07:07:40 +0000 Subject: [PATCH] Bump CI Bump AlmaLinux/atomic-ci/.github/workflows/build-iso.yml from 10 to 11 Bumps [AlmaLinux/atomic-ci/.github/workflows/build-iso.yml](https://github.com/almalinux/atomic-ci) from 10 to 11. - [Commits](https://github.com/almalinux/atomic-ci/compare/v10...v11) --- updated-dependencies: - dependency-name: AlmaLinux/atomic-ci/.github/workflows/build-iso.yml dependency-version: '11' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Bump AlmaLinux/atomic-ci/.github/workflows/create-release.yml Bumps [AlmaLinux/atomic-ci/.github/workflows/create-release.yml](https://github.com/almalinux/atomic-ci) from 10 to 11. - [Commits](https://github.com/almalinux/atomic-ci/compare/v10...v11) --- updated-dependencies: - dependency-name: AlmaLinux/atomic-ci/.github/workflows/create-release.yml dependency-version: '11' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Bump AlmaLinux/atomic-ci/.github/workflows/retag-image.yml from 10 to 11 Bumps [AlmaLinux/atomic-ci/.github/workflows/retag-image.yml](https://github.com/almalinux/atomic-ci) from 10 to 11. - [Commits](https://github.com/almalinux/atomic-ci/compare/v10...v11) --- updated-dependencies: - dependency-name: AlmaLinux/atomic-ci/.github/workflows/retag-image.yml dependency-version: '11' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Bump AlmaLinux/atomic-ci/.github/workflows/build-image.yml from 10 to 11 Bumps [AlmaLinux/atomic-ci/.github/workflows/build-image.yml](https://github.com/almalinux/atomic-ci) from 10 to 11. - [Commits](https://github.com/almalinux/atomic-ci/compare/v10...v11) --- updated-dependencies: - dependency-name: AlmaLinux/atomic-ci/.github/workflows/build-image.yml dependency-version: '11' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-iso.yml | 2 +- .github/workflows/build.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-iso.yml b/.github/workflows/build-iso.yml index f4ea81c..3b95d1a 100644 --- a/.github/workflows/build-iso.yml +++ b/.github/workflows/build-iso.yml @@ -31,7 +31,7 @@ jobs: build-iso: name: Build ISO needs: set-env - uses: AlmaLinux/atomic-ci/.github/workflows/build-iso.yml@v10 + uses: AlmaLinux/atomic-ci/.github/workflows/build-iso.yml@v11 with: image-name: "${{ needs.set-env.outputs.IMAGE_NAME }}" image: "${{ needs.set-env.outputs.IMAGE_REF }}:${{ needs.set-env.outputs.LATEST_TAG }}" diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fc5877b..adc4528 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,7 +67,7 @@ jobs: build-image: name: Build image - uses: AlmaLinux/atomic-ci/.github/workflows/build-image.yml@v10 + uses: AlmaLinux/atomic-ci/.github/workflows/build-image.yml@v11 needs: [set-env, check-update] if: ${{ !failure() && !cancelled() && (github.event_name != 'schedule' || needs.check-update.outputs.res != 0) }} with: @@ -124,7 +124,7 @@ jobs: name: Promote image needs: [set-env, check-update, build-image, test-image] if: ${{ !failure() && !cancelled() && github.ref == format('refs/heads/{0}', github.event.repository.default_branch) && (github.event_name != 'schedule' || needs.check-update.outputs.res != 0) }} - uses: AlmaLinux/atomic-ci/.github/workflows/retag-image.yml@v10 + uses: AlmaLinux/atomic-ci/.github/workflows/retag-image.yml@v11 with: image: ${{ needs.build-image.outputs.image-ref }} digest: ${{ needs.build-image.outputs.digest }} @@ -144,7 +144,7 @@ jobs: name: Create Release needs: [set-env, check-update, build-image, test-image, promote-image] if: ${{ !failure() && !cancelled() && github.ref == format('refs/heads/{0}', github.event.repository.default_branch) && (github.event_name != 'schedule' || needs.check-update.outputs.res != 0) }} - uses: AlmaLinux/atomic-ci/.github/workflows/create-release.yml@v10 + uses: AlmaLinux/atomic-ci/.github/workflows/create-release.yml@v11 with: image-name: "${{ needs.set-env.outputs.IMAGE_NAME }}" version: ${{ needs.build-image.outputs.version }}