{"id":18884178,"url":"https://github.com/dcarbone/install-jq-action","last_synced_at":"2025-04-14T21:13:53.561Z","repository":{"id":65159477,"uuid":"553592661","full_name":"dcarbone/install-jq-action","owner":"dcarbone","description":"Multiplatform jq installer action","archived":false,"fork":false,"pushed_at":"2025-03-31T11:36:53.000Z","size":55,"stargazers_count":14,"open_issues_count":0,"forks_count":8,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T21:13:46.233Z","etag":null,"topics":["action","actions","cicd","deploy","github-action","github-actions","jq"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dcarbone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-18T13:02:55.000Z","updated_at":"2025-04-04T15:24:41.000Z","dependencies_parsed_at":"2023-11-08T03:58:23.103Z","dependency_job_id":"971a214f-fa34-48a5-8ec9-a2082b5ba719","html_url":"https://github.com/dcarbone/install-jq-action","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcarbone%2Finstall-jq-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcarbone%2Finstall-jq-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcarbone%2Finstall-jq-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcarbone%2Finstall-jq-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcarbone","download_url":"https://codeload.github.com/dcarbone/install-jq-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248961237,"owners_count":21189993,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["action","actions","cicd","deploy","github-action","github-actions","jq"],"created_at":"2024-11-08T07:11:29.616Z","updated_at":"2025-04-14T21:13:53.550Z","avatar_url":"https://github.com/dcarbone.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# install-jq-action\nMultiplatform [jq](https://github.com/stedolan/jq) installer action\n\n[![Tests - Install jq Action](https://github.com/dcarbone/install-jq-action/actions/workflows/tests.yaml/badge.svg)](https://github.com/dcarbone/install-jq-action/actions/workflows/tests.yaml)\n\nThis action is tested against the following versions of JQ:\n\n- [1.7.1](https://github.com/jqlang/jq/releases/tag/jq-1.7.1)\n- [1.7](https://github.com/jqlang/jq/releases/tag/jq-1.7)\n- [1.6](https://github.com/jqlang/jq/releases/tag/jq-1.6)\n- [1.5](https://github.com/jqlang/jq/releases/tag/jq-1.5)\n\n# Index\n\n1. [Examples](#examples)\n2. [Action Source](action.yaml)\n3. [Action Inputs](#action-inputs)\n4. [Action Outputs](#action-outputs)\n\n## Examples\n\n* [linux](./.github/workflows/example-linux.yaml)\n* [macos](./.github/workflows/example-macos.yaml)\n* [windows](./.github/workflows/example-windows.yaml)\n\n## Action Inputs\n\n#### version\n```yaml\n  version:\n    required: false\n    description: \"Version of jq to install\"\n    default: \"1.7.1\"\n```\n\nThis must be a version with a [corresponding release](https://github.com/stedolan/jq/releases).\n\n#### force\n```yaml\n  force:\n    required: false\n    description: \"If 'true', does not check for existing jq installation before continuing.\"\n    default: 'false'\n```\n\nGitHub's own hosted runners come with a version of\n[jq pre-installed](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#preinstalled-software).\n\nSetting this to `true` will install the version you specify into the tool cache, superseding the preinstalled version.\nSetting this to true can also help ensure the same version is used across both self-hosted and remote runners. \n\n## Action Outputs\n\n#### found\n```yaml\n  found:\n    description: \"If 'true', jq was already found on this runner\"\n```\n\n#### installed\n```yaml\n  installed:\n    description: \"If 'true', jq was installed by this action\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcarbone%2Finstall-jq-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcarbone%2Finstall-jq-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcarbone%2Finstall-jq-action/lists"}