Skip to content

Commit

Permalink
Update codeql-analysis.yml (pypi#14835)
Browse files Browse the repository at this point in the history
  • Loading branch information
miketheman authored Nov 2, 2023
1 parent e2854ef commit 520fe43
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up Python
if: matrix.language == 'python'
uses: actions/setup-python@v4
with:
python-version-file: '.python-version'

- name: Install dependencies
# Needed for pycurl
run: |
Expand Down Expand Up @@ -76,3 +82,5 @@ jobs:

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: "/language:${{matrix.language}}"

0 comments on commit 520fe43

Please sign in to comment.