Skip to content

Commit

Permalink
ci: remove deprecated parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Oct 24, 2024
1 parent 6518a1f commit dc951d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,9 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
uses: github/codeql-action/init@v3 # https://github.com/github/codeql-action/blob/main/init/action.yml
with:
languages: python
setup-python-dependencies: false


- name: Perform CodeQL Analysis
Expand Down

0 comments on commit dc951d5

Please sign in to comment.