From 642883d9f9d31cccdc9c9398e5a3a0482067145c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 15:46:33 +0000 Subject: [PATCH] fix(github-action): update actions/upload-artifact to v4.6.2 (#84) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/action-security.yml | 2 +- .github/workflows/pr-lint.yml | 2 +- .github/workflows/security-suite.yml | 8 ++++---- csharp-build/action.yml | 2 +- pr-lint/action.yml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/action-security.yml b/.github/workflows/action-security.yml index 210bd29..119bb94 100644 --- a/.github/workflows/action-security.yml +++ b/.github/workflows/action-security.yml @@ -131,7 +131,7 @@ jobs: - name: Archive security reports if: always() - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: security-reports-${{ github.run_id }} path: | diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 2d51702..eeb2d3a 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -103,7 +103,7 @@ jobs: - name: Upload Reports if: always() - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: MegaLinter reports path: | diff --git a/.github/workflows/security-suite.yml b/.github/workflows/security-suite.yml index 1129c37..55b0351 100644 --- a/.github/workflows/security-suite.yml +++ b/.github/workflows/security-suite.yml @@ -92,7 +92,7 @@ jobs: sarif_file: reports/dependency-check-report.sarif category: owasp-dependency-check - name: Upload artifact - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: owasp-results path: reports/dependency-check-report.sarif @@ -124,7 +124,7 @@ jobs: sarif_file: snyk-results.sarif category: snyk - name: Upload artifact - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: snyk-results path: snyk-results.sarif @@ -151,7 +151,7 @@ jobs: sarif_file: scorecard-results.sarif category: scorecard - name: Upload artifact - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: scorecard-results path: scorecard-results.sarif @@ -338,7 +338,7 @@ jobs: - name: Archive Results if: always() - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: security-results path: | diff --git a/csharp-build/action.yml b/csharp-build/action.yml index 96634a8..96035ae 100644 --- a/csharp-build/action.yml +++ b/csharp-build/action.yml @@ -40,7 +40,7 @@ runs: dotnet test --configuration Release --no-build --collect:"XPlat Code Coverage" --logger "trx;LogFileName=test-results.trx" - name: Upload Test Results - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: test-results path: | diff --git a/pr-lint/action.yml b/pr-lint/action.yml index 6fd414b..e9e6f16 100644 --- a/pr-lint/action.yml +++ b/pr-lint/action.yml @@ -79,7 +79,7 @@ runs: # Upload MegaLinter artifacts - name: Archive production artifacts if: success() || failure() - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: MegaLinter reports include-hidden-files: 'true'