From 5408c4cb6c6a0bbbbc5c621fef076a2fc347cd80 Mon Sep 17 00:00:00 2001 From: Aravind Nair <22199259+aravindvnair99@users.noreply.github.com> Date: Sun, 12 Mar 2023 23:52:05 +0530 Subject: [PATCH] Update CodeQL to Python 3.11 --- .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 fd24e97..91513c7 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -31,10 +31,10 @@ jobs: - name: Checkout 🛎️ uses: actions/checkout@v3 - - name: Setup Python 3.8 🐍 + - name: Setup Python 3.11 🐍 uses: actions/setup-python@v4 with: - python-version: 3.8 + python-version: 3.11 cache: 'pip' - name: Install dependencies 📥