dcarbone/Install jq
Installs a version of jq into the job tool cache using simple shell scripts
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 24, 2026
- License
- Apache 2.0
Pinned Snippet
uses: dcarbone/install-jq-action@4fcb5062d7ce9bc4382d1a352d19ba3ba2c317c1 # v4.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of jq to install. | no | 1.8.2 |
| force | If 'true', does not check for existing jq installation before continuing. | no | false |
Outputs
| name | description |
|---|---|
| found | If 'true', jq was already found on this runner |
| installed | If 'true', jq was installed by this action |