From f7e9a8cf5a19b7e52e27cf8a14d567cc97e9b7f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 03:43:54 +0000 Subject: [PATCH] chore(deps): bump github/codeql-action from 3.29.9 to 4.36.0 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.9 to 4.36.0. - [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/df559355d593797519d70b90fc8edd5db049e7a2...7211b7c8077ea37d8641b6271f6a365a22a5fbfa) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.36.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5da8e6e05..55011e3f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -350,12 +350,12 @@ jobs: ref: '${{ github.event.inputs.branch_ref || github.ref }}' - name: 'Initialize CodeQL' - uses: 'github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2' # ratchet:github/codeql-action/init@v3 + uses: 'github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa' # ratchet:github/codeql-action/init@v3 with: languages: 'javascript' - name: 'Perform CodeQL Analysis' - uses: 'github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2' # ratchet:github/codeql-action/analyze@v3 + uses: 'github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa' # ratchet:github/codeql-action/analyze@v3 # Check for changes in bundle size. bundle_size: