diff --git a/.github/workflows/lf-build-linux-aarch64.yml b/.github/workflows/lf-build-linux-aarch64.yml index 741efd24..a9793e9b 100644 --- a/.github/workflows/lf-build-linux-aarch64.yml +++ b/.github/workflows/lf-build-linux-aarch64.yml @@ -101,7 +101,7 @@ jobs: /bin/bash $LFMP_DIR_REPO_MP/build/matrix-package.sh - name: 'Upload the packages (rpm, deb)' - uses: 'actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4' # v5.0.0 + uses: 'actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f' # v6.0.0 with: compression-level: 8 path: '${{ env.LFMP_DIR_PACKAGED }}/*' diff --git a/.github/workflows/lf-build-linux-x86_64.yml b/.github/workflows/lf-build-linux-x86_64.yml index 585d9bee..2127f202 100644 --- a/.github/workflows/lf-build-linux-x86_64.yml +++ b/.github/workflows/lf-build-linux-x86_64.yml @@ -101,7 +101,7 @@ jobs: /bin/bash $LFMP_DIR_REPO_MP/build/matrix-package.sh - name: 'Upload the packages (rpm, deb)' - uses: 'actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4' # v5.0.0 + uses: 'actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f' # v6.0.0 with: compression-level: 8 path: '${{ env.LFMP_DIR_PACKAGED }}/*' diff --git a/.github/workflows/lf-build-windows-x86_64.yml b/.github/workflows/lf-build-windows-x86_64.yml index d5c83a09..658a3ec0 100644 --- a/.github/workflows/lf-build-windows-x86_64.yml +++ b/.github/workflows/lf-build-windows-x86_64.yml @@ -95,7 +95,7 @@ jobs: $LFMP_DIR_REPOS/monitoring-plugins/build/compile-multiple.sh - name: 'Upload the unsigned compiled plugins' - uses: 'actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4' # v5.0.0 + uses: 'actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f' # v6.0.0 id: 'upload-unsigned-compiled' with: path: '${{ env.LFMP_DIR_COMPILED }}/check-plugins/*' @@ -119,7 +119,7 @@ jobs: output-artifact-directory: 'signed-compiled/' - name: 'Upload the signed compiled plugins' - uses: 'actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4' # v5.0.0 + uses: 'actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f' # v6.0.0 with: path: '${{ github.workspace }}/signed-compiled/*' name: "lfmp-${{ env.LFMP_VERSION }}-${{ env.LFMP_PACKAGE_ITERATION }}.signed-compiled.windows.${{ env.LFMP_ARCH }}" @@ -148,7 +148,7 @@ jobs: -out ${{ env.LFMP_DIR_PACKAGED }}\out\linuxfabrik-monitoring-plugins.msi - name: 'Upload the unsigned package (msi)' - uses: 'actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4' # v5.0.0 + uses: 'actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f' # v6.0.0 id: 'upload-unsigned-packaged' with: path: '${{ env.LFMP_DIR_PACKAGED }}/out/*' @@ -169,7 +169,7 @@ jobs: output-artifact-directory: 'signed-packaged/' - name: 'Upload the signed package (msi)' - uses: 'actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4' # v5.0.0 + uses: 'actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f' # v6.0.0 with: path: '${{ github.workspace }}/signed-packaged/*' name: "lfmp-${{ env.LFMP_VERSION }}-${{ env.LFMP_PACKAGE_ITERATION }}.signed-packaged.windows.${{ env.LFMP_ARCH }}" diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index f975c7b9..d225e5ef 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -64,7 +64,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v3.pre.node20 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v3.pre.node20 with: name: SARIF file path: results.sarif