From 980182dd5ca5712e30f1aec65410babce96be2b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 19:33:55 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v4.36.2 --- .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..63538301 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@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 with: languages: javascript queries: security-and-quality - name: Analyze - uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0 + uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 build: name: Build & Test