From cb70ac232b80df46a402234ef3a749e0f92a09f5 Mon Sep 17 00:00:00 2001 From: "rafaels-renovate-bot[bot]" <250613111+rafaels-renovate-bot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 18:05:18 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v4.35.3 --- .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 b2a0c13..884bb0c 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@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2 + uses: github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3 with: languages: ${{ matrix.language }} build-mode: none - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2 + uses: github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3 with: category: "/language:${{matrix.language}}"