diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index ed0f1327d..6c0448892 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -47,7 +47,7 @@ jobs: # For private repositories: # - `publish_results` will always be set to `false`, regardless # of the value entered here. - publish_results: false + publish_results: true # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. @@ -56,9 +56,9 @@ jobs: with: name: SARIF file path: results.sarif - retention-days: 5 + retention-days: 28 # Upload the results to GitHub's code scanning dashboard. - #- name: "Upload to code-scanning" - # uses: github/codeql-action/upload-sarif@e949a1676c32f4c215780f7429eb9f00ff18b225 # pin@v2 - # with: - # sarif_file: results.sarif + - name: "Upload to code-scanning" + uses: github/codeql-action/upload-sarif@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # pin@v3 + with: + sarif_file: results.sarif