From 122a6013a1a0b79d235a7f8f3b8368d510d7cace Mon Sep 17 00:00:00 2001 From: "rafaels-renovate-bot[bot]" <250613111+rafaels-renovate-bot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 20:29:28 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v4.36.1 --- .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 f12c14e..9e4bc0c 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@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0 + uses: github/codeql-action/init@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1 with: languages: ${{ matrix.language }} build-mode: none - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0 + uses: github/codeql-action/analyze@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1 with: category: "/language:${{matrix.language}}"