From 231d311643b6f3bc022d7de44f58866f1edcb217 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 17:29:16 -0600 Subject: [PATCH] chore(deps): bump github/codeql-action from 2 to 3 (#458) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6cd5e249..b642228a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -168,13 +168,13 @@ jobs: - name: Initialize CodeQL With Dependencies if: github.event_name == 'push' && github.ref_name == 'main' - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 - name: Initialize CodeQL Without Dependencies if: github.event_name == 'pull_request' - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: setup-python-dependencies: false - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3