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'