diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index ed99d9013..6eba3fb1b 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -344,7 +344,7 @@ jobs: egress-policy: audit - name: 'upload the output as monitoring-plugins-linux-packages' - uses: 'actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b' # v4.5.0 + uses: 'actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08' # v4.6.0 with: name: 'monitoring-plugins-linux-packages' path: '${{ env.BASE_DIR }}/build/' diff --git a/.github/workflows/linux-test-packages.yml b/.github/workflows/linux-test-packages.yml index b829eed73..54ac6e9ee 100644 --- a/.github/workflows/linux-test-packages.yml +++ b/.github/workflows/linux-test-packages.yml @@ -350,7 +350,7 @@ jobs: egress-policy: audit - name: 'upload the output as monitoring-plugins-test-output' - uses: 'actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b' # v4.5.0 + uses: 'actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08' # v4.6.0 with: name: 'monitoring-plugins-test-output' path: '${{ env.BASE_DIR }}/output/' diff --git a/.github/workflows/nuitka-compile.yml b/.github/workflows/nuitka-compile.yml index 43f7b183e..41fbd8403 100644 --- a/.github/workflows/nuitka-compile.yml +++ b/.github/workflows/nuitka-compile.yml @@ -101,7 +101,7 @@ jobs: - run: 'python.exe -m nuitka --assume-yes-for-downloads --mingw64 --follow-imports --include-plugin-directory="${{ github.workspace }}\lib" --output-dir=C:\nuitka-compile-temp --remove-output --standalone ${{ github.workspace }}\monitoring-plugins\check-plugins\${{ matrix.check }}\${{ matrix.check}}' - name: 'Upload build output as artifact for later zipping' - uses: 'actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b' # v4.5.0 + uses: 'actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08' # v4.6.0 with: name: 'nuitka-build-output-${{ matrix.check }}' path: 'C:\nuitka-compile-temp\${{ matrix.check }}*' @@ -138,7 +138,7 @@ jobs: done - name: 'upload the output as monitoring-plugins' - uses: 'actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b' # v4.5.0 + uses: 'actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08' # v4.6.0 with: name: 'monitoring-plugins' path: 'C:\output\' diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 30c649c3f..04002873a 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@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v3.pre.node20 with: name: SARIF file path: results.sarif