peter-murray/CodeQL setup action
Sets up the CodeQL executable, separate from the codeql-action's init action so as to provide only the command line tool.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The GitHub token to use for authentication | no | ${{ github.token }} |
| version | The version number for the CodeQL CLI bundle to download (e.g. 2.14.5 or 'latest') | no | latest |
Outputs
| name | description |
|---|---|
| codeql_path | The path to the CodeQL CLI executable |