From ead3d36186df37eab9acd0ce6885e02af8df4ce7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 18:42:35 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v2.21.2 (#324) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-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 18cf0b9..a491882 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.1 + uses: github/codeql-action/init@v2.21.2 with: languages: ${{ matrix.language }} - name: perform CodeQL analysis - uses: github/codeql-action/analyze@v2.21.1 + uses: github/codeql-action/analyze@v2.21.2 with: category: "/language:${{matrix.language}}"