From 93aeb51a292d09a2619576aab0b52404e28bf1f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 12:40:28 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v4.36.3 --- .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 170c6a8a..e3ab7971 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@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0 + uses: github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3 with: languages: javascript queries: security-and-quality - name: Analyze - uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0 + uses: github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3 build: name: Build & Test