[go: nahoru, domu]

Skip to content

Commit

Permalink
Warn on deprecated Python dep inst config usage
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusWL committed Apr 8, 2024
1 parent e94a917 commit d33e751
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 5 deletions.
7 changes: 3 additions & 4 deletions init/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ inputs:
The build mode that will be used to analyze the language. This input is only available when
analyzing a single CodeQL language per job, for example using a matrix.
Available build modes will differ based on the language being analyzed. One of:
Available build modes will differ based on the language being analyzed. One of:
- `none`: The database will be created without building the source code.
Available for all interpreted languages and some compiled languages.
Expand Down Expand Up @@ -89,9 +89,8 @@ inputs:
description: A token for fetching external config files and queries if they reside in a private repository in the same GitHub instance that is running this action.
required: false
setup-python-dependencies:
description: Try to auto-install your python dependencies
required: true
default: 'true'
description: DEPRECATED. CodeQL Action no longer install Python dependencies (from 3.25.0+/2.25.0+)
required: false
source-root:
description: Path of the root source code directory, relative to $GITHUB_WORKSPACE.
required: false
Expand Down
7 changes: 7 additions & 0 deletions lib/init-action.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d33e751

Please sign in to comment.