Skip to content

Commit d33e751

Browse files
committed
Warn on deprecated Python dep inst config usage
1 parent e94a917 commit d33e751

File tree

4 files changed

+26
-5
lines changed

4 files changed

+26
-5
lines changed

init/action.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ inputs:
2121
The build mode that will be used to analyze the language. This input is only available when
2222
analyzing a single CodeQL language per job, for example using a matrix.
2323
24-
Available build modes will differ based on the language being analyzed. One of:
24+
Available build modes will differ based on the language being analyzed. One of:
2525
2626
- `none`: The database will be created without building the source code.
2727
Available for all interpreted languages and some compiled languages.
@@ -89,9 +89,8 @@ inputs:
8989
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.
9090
required: false
9191
setup-python-dependencies:
92-
description: Try to auto-install your python dependencies
93-
required: true
94-
default: 'true'
92+
description: DEPRECATED. CodeQL Action no longer install Python dependencies (from 3.25.0+/2.25.0+)
93+
required: false
9594
source-root:
9695
description: Path of the root source code directory, relative to $GITHUB_WORKSPACE.
9796
required: false

lib/init-action.js

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)