Skip to content

Commit

Permalink
Run codeql with ubuntu jammy constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
kepstin committed Dec 11, 2024
1 parent f01e065 commit 8cb39b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.8"
python-version: "3.10"
cache: pip
cache-dependency-path: |
setup.cfg
Expand All @@ -51,8 +51,8 @@ jobs:
- name: Install package and dependencies
run: |
pip install -r requirements-dev.txt -c constraints-ubuntu-focal.txt
pip install -e . -c constraints-ubuntu-focal.txt
pip install -r requirements-dev.txt -c constraints-ubuntu-jammy.txt
pip install -e . -c constraints-ubuntu-jammy.txt
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit 8cb39b7

Please sign in to comment.