yuuki1967/CodeQL Bundle
Action to build custom CodeQL bundles
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| bundle-version | The tag of bundle release to customize (e.g., codeql-bundle-20220311) | no | latest |
| packs | A comma-separated list of CodeQL packs to include in the bundle | yes | — |
| workspace | Root directory where the codeql-workspace.yml file is located | no | . |
| upload | Upload the created bundle | no | true |
| token | — | — | ${{ github.token }} |
| concurrency-limit | The max number of packs that will be processed concurrently | no | 2 |
Outputs
| name | description |
|---|---|
| artifact-name | Name of the artifact containing the uploaded bundle |
| bundle-path | Path to the created bundle |
| bundle-tag | The tag of the bundle that is customized |