diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36d23706d..68c39eb83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,7 +111,7 @@ jobs: - name: Run coverage tests run: make test-coverage - name: Store coverage test output - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: coverage-artifacts-${{ env.DEFAULT_GO_VERSION }} path: coverage.txt diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index f8223f99a..1f2692bc8 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -49,7 +49,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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.pre.node20 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2.pre.node20 with: name: SARIF file path: results.sarif