From b64a0da3ec7da268f0a3ed1ee005743b4c34b11a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 14:14:01 +0100 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0 (#800) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.5.0...65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/linux-build.yml | 2 +- .github/workflows/linux-test-packages.yml | 2 +- .github/workflows/nuitka-compile.yml | 4 ++-- .github/workflows/scorecard.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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