From 5d518970bb6ed3e051aa98746ca709fdaa328b33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 21:15:41 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v4.37.9 --- .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 a2fe1bf..644c409 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -58,13 +58,13 @@ jobs: persist-credentials: false - name: Setup CodeQL - uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 + uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 with: languages: javascript queries: security-and-quality - name: Analyze - uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 + uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 build: name: Build & Test