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: |