From f4145c2cf26a1b0b7fc5fb7b6413b235680e12d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 08:01:33 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v2.21.9 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 3d6a600..e7d5d47 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -41,10 +41,10 @@ jobs: with: python-version-file: pyproject.toml - name: initialize CodeQL - uses: github/codeql-action/init@v2.21.2 + uses: github/codeql-action/init@v2.21.9 with: languages: ${{ matrix.language }} - name: perform CodeQL analysis - uses: github/codeql-action/analyze@v2.21.2 + uses: github/codeql-action/analyze@v2.21.9 with: category: "/language:${{matrix.language}}"