diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e8f865f81..8fe46e0d7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: - name: Run Tests run: make unit-test - name: Upload Coverage Report - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1 + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 with: name: cover-${{ github.run_id }}.html path: ${{ github.workspace }}/cover.html @@ -215,7 +215,7 @@ jobs: with: sarif_file: 'trivy-results-nginx-kubernetes-gateway.sarif' - name: Upload Scan Results - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1 + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 continue-on-error: true with: name: 'trivy-results-nginx-kubernetes-gateway.sarif' diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 25eb62a4e5..7130019b1c 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -45,7 +45,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@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v3.0.0 + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.0.0 with: name: SARIF file path: results.sarif