From e6ebb75230c908b6834c3c8a846163d132c3988d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 03:53:30 +0000 Subject: [PATCH] chore(deps): bump the actions group across 1 directory with 5 updates Bumps the actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [blue-build/github-action](https://github.com/blue-build/github-action) | `1.6` | `1.10` | | [actions/checkout](https://github.com/actions/checkout) | `4` | `6` | | [github/codeql-action](https://github.com/github/codeql-action) | `3` | `4` | | [jasonn3/build-container-installer](https://github.com/jasonn3/build-container-installer) | `1.2.4` | `1.4.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `6` | Updates `blue-build/github-action` from 1.6 to 1.10 - [Release notes](https://github.com/blue-build/github-action/releases) - [Changelog](https://github.com/blue-build/github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/blue-build/github-action/compare/v1.6...v1.10) Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) Updates `github/codeql-action` from 3 to 4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v3...v4) Updates `jasonn3/build-container-installer` from 1.2.4 to 1.4.0 - [Release notes](https://github.com/jasonn3/build-container-installer/releases) - [Commits](https://github.com/jasonn3/build-container-installer/compare/v1.2.4...v1.4.0) Updates `actions/upload-artifact` from 4 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: blue-build/github-action dependency-version: '1.10' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: jasonn3/build-container-installer dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/codeql-analysis.yml | 8 ++++---- .github/workflows/iso.yml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 48ba030..9b29d9a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: run: git config --global --add safe.directory $GITHUB_WORKSPACE - name: Build Custom Image - uses: blue-build/github-action@v1.6 + uses: blue-build/github-action@v1.11 with: recipe: ${{ matrix.recipe }} cosign_private_key: ${{ secrets.SIGNING_SECRET }} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f2e2354..58d4018 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -24,17 +24,17 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@v3 + uses: github/codeql-action/autobuild@v4 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4 with: category: "/language:${{ matrix.language }}" diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index 250d739..df6fbab 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Build ISO - uses: jasonn3/build-container-installer@v1.2.4 + uses: jasonn3/build-container-installer@v1.4.0 with: # --- CORRECTED VARIABLES --- @@ -31,7 +31,7 @@ jobs: iso_name: lupineos-installer - name: Upload ISO - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: lupineos-iso path: |