From b7b0cb0eada52a459dd5f923e558eff2be5e845f Mon Sep 17 00:00:00 2001 From: "rafaels-renovate-bot[bot]" <250613111+rafaels-renovate-bot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 19:58:48 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v4.36.2 --- .github/workflows/quality.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index e3a9eb5..cd3ad9a 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -53,13 +53,13 @@ jobs: uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Initialize CodeQL - uses: github/codeql-action/init@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1 + uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 with: languages: ${{ matrix.language }} build-mode: none - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1 + uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 with: category: "/language:${{matrix.language}}"