From d70ef30a2a0e5787936e287006f0d5a3fdc55ff2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 12:58:33 +0100 Subject: [PATCH] Bump github/codeql-action from 2.22.6 to 2.22.7 (#104114) Co-authored-by: dependabot[bot] <49699333+dependabot[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 9270eefe78b..7aa10a29762 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -29,11 +29,11 @@ jobs: uses: actions/checkout@v4.1.1 - name: Initialize CodeQL - uses: github/codeql-action/init@v2.22.6 + uses: github/codeql-action/init@v2.22.7 with: languages: python - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2.22.6 + uses: github/codeql-action/analyze@v2.22.7 with: category: "/language:python"