From 72618c1bf27c65e50e71ab3d2019a1326d4cd110 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 09:31:13 +0100 Subject: [PATCH] Bump github/codeql-action from 3.22.12 to 3.23.0 (#107628) 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 1dc36b9fa34..401580becfd 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@v3.22.12 + uses: github/codeql-action/init@v3.23.0 with: languages: python - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3.22.12 + uses: github/codeql-action/analyze@v3.23.0 with: category: "/language:python"