From 19ff74e0a62647d101c513c30e9f2e3f17b42510 Mon Sep 17 00:00:00 2001 From: daz Date: Thu, 14 Nov 2024 11:31:03 -0700 Subject: [PATCH] Revert "Disable uploading OSSF scorecard to GitHub Security" This reverts commit 1e2142185e4f34e92f6863dac9813f2f6072507a. --- .github/workflows/ci-ossf-scorecard.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-ossf-scorecard.yml b/.github/workflows/ci-ossf-scorecard.yml index 3208728..4a5d8a1 100644 --- a/.github/workflows/ci-ossf-scorecard.yml +++ b/.github/workflows/ci-ossf-scorecard.yml @@ -50,8 +50,8 @@ jobs: path: results.sarif retention-days: 5 - # # Upload the results to GitHub's code scanning dashboard. - # - name: 'Upload to code-scanning' - # uses: github/codeql-action/upload-sarif@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6 - # with: - # sarif_file: results.sarif + # Upload the results to GitHub's code scanning dashboard. + - name: 'Upload to code-scanning' + uses: github/codeql-action/upload-sarif@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6 + with: + sarif_file: results.sarif