diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a62b461..af3cc3c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v5 with: python-version: "3.12" cache: "pip"