From c979dfd46223f0fbcaa2f09cc4f1938665ad1038 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Tue, 23 Jul 2024 05:05:19 +0000 Subject: [PATCH] build: update github/codeql-action action to v3.25.13 (#57091) See associated pull request for more information. PR Close #57091 --- .github/workflows/scorecard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 0e10728f05e..2cd2654da09 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -47,6 +47,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: 'Upload to code-scanning' - uses: github/codeql-action/upload-sarif@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12 + uses: github/codeql-action/upload-sarif@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13 with: sarif_file: results.sarif