From f611b591c21f71474c0bf17d2d370ddd82c62600 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 13:16:42 +0000 Subject: [PATCH] Bump github/codeql-action/upload-sarif Bumps [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) from 14c568a92663d5bba4fc64d9a8d97c0e00e015a2 to fa8392b7e54a5d74a53270a4aa7defa307aa415c. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/14c568a92663d5bba4fc64d9a8d97c0e00e015a2...fa8392b7e54a5d74a53270a4aa7defa307aa415c) --- updated-dependencies: - dependency-name: github/codeql-action/upload-sarif dependency-version: fa8392b7e54a5d74a53270a4aa7defa307aa415c dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 60f3e764a6b..be9b5e1adae 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -110,7 +110,7 @@ jobs: - name: Upload ESLint results to Code Scanning if: "${{ !cancelled() && !startsWith(github.head_ref, 'dependabot/')}}" - uses: github/codeql-action/upload-sarif@14c568a92663d5bba4fc64d9a8d97c0e00e015a2 # main + uses: github/codeql-action/upload-sarif@fa8392b7e54a5d74a53270a4aa7defa307aa415c # main with: sarif_file: extensions/ql-vscode/build/eslint.sarif category: eslint