From a1d75b6feb4c77e6b0ec46b3b4ed7c6c9531fa4f Mon Sep 17 00:00:00 2001 From: "rafaels-renovate-bot[bot]" <250613111+rafaels-renovate-bot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 17:34:15 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v4.35.4 --- .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 884bb0c..ca6fc54 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -52,13 +52,13 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Initialize CodeQL - uses: github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3 + uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4 with: languages: ${{ matrix.language }} build-mode: none - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3 + uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4 with: category: "/language:${{matrix.language}}"