Skip to content

Commit

Permalink
Updated codeql analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
remyvdwereld committed Jun 23, 2024
1 parent a4c09c6 commit 61560d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.9.16'

# Update docker base image for a higher python version than 3.9 and remove this line.
- name: Install specific pip version for python 3.9
run: python -m pip install pip==23.1.2

- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down Expand Up @@ -68,7 +73,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@v3

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -82,4 +87,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v3
2 changes: 1 addition & 1 deletion app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ django-health-check==3.16.4
django-ipware==4.0.2
django-permissions-policy==4.1.0
django-redis==5.0.0
django-relativedelta==2.0.0
django-relativedelta==1.1.2
django-solo==1.1.5
django-spaghetti-and-meatballs==0.4.2
django-timezone-field==4.2.1
Expand Down

0 comments on commit 61560d1

Please sign in to comment.