kraiouchkine-ghas/CodeQL Wrapper Action Init
Initialize and output the CodeQL bundle paths.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| codeql-action | CodeQL action path. | yes | github/codeql-action |
| token | GitHub token to use for authenticating with this instance of GitHub. To download custom packs from multiple registries, use the registries input. | no | ${{ github.token }} |
| tools | CodeQL tools local path, URL, or latest. Note that latest forces the latest release tag unlike the default action. | yes | latest |
Outputs
| name | description |
|---|---|
| codeql-tools-path | The local path to the extracted CodeQL tools. |
| codeql-tools-archive-path | The local path to an archived copy of the CodeQL tools. |