diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b12fcbc..c818ed7 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -59,7 +59,7 @@ jobs: # ⬇️ Pin a CodeQL-friendly Python (avoid 3.14) - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' # Add any setup steps before running the `github/codeql-action/init` action.