From c54855665e58488a277eb872eb437a9b779c4f31 Mon Sep 17 00:00:00 2001 From: "rafaels-renovate-bot[bot]" <250613111+rafaels-renovate-bot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 18:22:41 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v4.35.5 --- .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 b9e4d68..13b44b5 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -53,13 +53,13 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Initialize CodeQL - uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4 + uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5 with: languages: ${{ matrix.language }} build-mode: none - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4 + uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5 with: category: "/language:${{matrix.language}}"