From 511fe57fefac76e50e2c9db1737ad4c41dfc3371 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Tue, 12 Nov 2024 11:12:55 +0000 Subject: [PATCH] build: update github/codeql-action action to v3.27.2 (#58604) See associated pull request for more information. PR Close #58604 --- .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 50749762093..505beaa1992 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@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0 + uses: github/codeql-action/upload-sarif@9278e421667d5d90a2839487a482448c4ec7df4d # v3.27.2 with: sarif_file: results.sarif