Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(workflows): drop
setup-python-dependencies
CodeQL workflow
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