From 45130a7659bbdc6adde45e2707b8fcea0cdcde47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 16:57:17 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v4.37.8 --- .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..9544ffd 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@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8 with: languages: javascript queries: security-and-quality - name: Analyze - uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 + uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8 build: name: Build & Test