From d5be994d4d225b0eafd5422a498a4e255e162b39 Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Mon, 16 Sep 2024 16:57:32 +0300 Subject: [PATCH] Update the codeql version from ancient to current (#490) --- .github/workflows/reusable-scorecard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-scorecard.yml b/.github/workflows/reusable-scorecard.yml index ceeae9c..e43a0b3 100644 --- a/.github/workflows/reusable-scorecard.yml +++ b/.github/workflows/reusable-scorecard.yml @@ -68,6 +68,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@896079047b4bb059ba6f150a5d87d47dde99e6e5 # v2.11.6 + uses: github/codeql-action/upload-sarif@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7 with: sarif_file: results.sarif