Skip to content

Commit

Permalink
chore(workflows): drop setup-python-dependencies CodeQL workflow
Browse files Browse the repository at this point in the history
When running the CodeQL workflow, the `codeql-action/init` action
lets us know that a parameter with no effect is being used:

```
Warning: The setup-python-dependencies input is deprecated and no longer has any effect. We recommend removing any references from your workflows. See https://github.blog/changelog/2024-01-23-codeql-2-16-python-dependency-installation-disabled-new-queries-and-bug-fixes/ for more information.
```

There is one other warning about `actions/upload-artifact` deprecation. This is a known
issue (see github/codeql-action#2402).
  • Loading branch information
cweider committed Oct 20, 2024
1 parent 6a945e1 commit 03b2ba9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
with:
languages: python
config-file: ./.github/codeql-config.yml
setup-python-dependencies: true

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3

0 comments on commit 03b2ba9

Please sign in to comment.