From 092230ce464ae43da6158fb43e8f0d62d72e4437 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 20:16:20 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v2.21.7 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 a491882..68260cc 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -62,10 +62,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.7 with: languages: ${{ matrix.language }} - name: perform CodeQL analysis - uses: github/codeql-action/analyze@v2.21.2 + uses: github/codeql-action/analyze@v2.21.7 with: category: "/language:${{matrix.language}}"