From f35300026f68d3bcc9e8d494f9d2678696cd134d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 18:13:08 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v4.35.1 --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b0af159..ed2a402 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -52,13 +52,13 @@ jobs: repository: ${{github.event.pull_request.head.repo.full_name}} - name: Setup CodeQL - uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1 + uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1 with: languages: javascript queries: security-and-quality - name: Analyze - uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1 + uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1 build: name: Build & Test