Merge remote-tracking branch 'origin/releases/v4' into backport-v3.35.5-9e0d7b8d2

# Conflicts:
#	analyze/action.yml
#	autobuild/action.yml
#	init/action.yml
#	resolve-environment/action.yml
#	setup-codeql/action.yml
#	start-proxy/action.yml
#	upload-sarif/action.yml
This commit is contained in:
github-actions[bot]
2026-05-15 11:26:47 +00:00
81 changed files with 34922 additions and 1047123 deletions
+24
View File
@@ -19,6 +19,25 @@ inputs:
If not specified, the Action will check in several places until it finds
the CodeQL tools.
required: false
languages:
description: >-
A comma-separated list of CodeQL languages that will be analyzed in subsequent
`github/codeql-action/init` and `github/codeql-action/analyze` invocations. If specified, the
Action may use this list to select a CodeQL CLI version that is best suited to analyzing those
languages, for example by preferring a version that has a cached overlay-base database for the
specified languages. This input is not remembered and must also be passed to
`github/codeql-action/init`.
required: false
analysis-kinds:
description: >-
[Internal] A comma-separated list of analysis kinds that subsequent
`github/codeql-action/init` invocations will enable. If specified, the Action may use this
list to select a CodeQL CLI version that is best suited to those analysis kinds. This input is
not remembered and must also be passed to `github/codeql-action/init`.
Available options are the same as for the `analysis-kinds` input on the `init` Action.
default: 'code-scanning'
required: true
token:
description: GitHub token to use for authenticating with this instance of GitHub.
default: ${{ github.token }}
@@ -35,5 +54,10 @@ outputs:
codeql-version:
description: The version of the CodeQL binary that was installed.
runs:
<<<<<<< HEAD
using: node20
main: '../lib/setup-codeql-action.js'
=======
using: node24
main: '../lib/setup-codeql-entry.js'
>>>>>>> origin/releases/v4