{"id":6325896,"name":"codacy/git-version","ecosystem":"actions","description":"Semver versioning based on the git history and commit messages of your repository.","homepage":null,"licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/codacy/git-version","keywords_array":[],"namespace":"codacy","versions_count":68,"first_release_published_at":"2018-11-05T11:05:33.000Z","latest_release_published_at":"2022-11-22T16:06:39.000Z","latest_release_number":"2.8.0","last_synced_at":"2026-03-31T14:02:24.352Z","created_at":"2023-02-13T12:55:47.781Z","updated_at":"2026-03-31T14:02:24.352Z","registry_url":"https://github.com/codacy/git-version","install_command":null,"documentation_url":null,"metadata":{"name":"Git Version","author":"Codacy","description":"Semver versioning based on the git history and commit messages of your repository.","branding":{"icon":"git-branch","color":"gray-dark"},"inputs":{"tool-version":{"description":"The version of the tool to be ran","required":true,"default":"latest"},"release-branch":{"description":"The name of the release branch","required":true,"default":"master"},"dev-branch":{"description":"The name of the dev branch","required":true,"default":"dev"},"minor-identifier":{"description":"The string or regex to identify a minor release commit","required":true,"default":"feature:"},"major-identifier":{"description":"The string or regex to identify a major release commit","required":true,"default":"breaking:"},"prefix":{"description":"The prefix to use in the version","required":false},"log-paths":{"description":"The paths to be used to calculate changes (comma-separated)","required":false,"default":"./"}},"outputs":{"version":{"description":"The value of the new pre-calculated tag","value":"${{ steps.version.outputs.version }}"},"previous-version":{"description":"Contains the value of previous tag, before calculating a new one","value":"${{ steps.previous-version.outputs.previous-version }}"}},"runs":{"using":"composite","steps":[{"shell":"bash","run":"set -eo pipefail\nif [ \"${{ inputs.tool-version }}\" = \"latest\" ]; then\n  download_url=\"$(curl -Ls https://api.github.com/repos/codacy/git-version/releases/latest | jq -r .assets[0].browser_download_url)\"\nelse\n  download_url=\"https://github.com/codacy/git-version/releases/download/${{ inputs.tool-version }}/git-version\"\nfi\ncurl -Ls \"$download_url\" \u003e /usr/local/bin/git-version\nchmod +x /usr/local/bin/git-version\n"},{"id":"previous-version","shell":"bash","run":"set -eo pipefail\n\nexport PREVIOUS_VERSION=$(git-version \\\n    --previous-version \\\n    --release-branch \"${{ inputs.release-branch }}\" \\\n    --dev-branch \"${{ inputs.dev-branch }}\" \\\n    --minor-identifier=\"${{ inputs.minor-identifier }}\" \\\n    --major-identifier=\"${{ inputs.major-identifier }}\" \\\n    --version-prefix \"${{ inputs.prefix }}\")\n\necho \"previous-version=$PREVIOUS_VERSION\" \u003e\u003e $GITHUB_OUTPUT\necho \"Previous Version: $PREVIOUS_VERSION\"\n"},{"id":"version","shell":"bash","run":"set -eo pipefail\n\nexport VERSION=$(git-version \\\n    --release-branch \"${{ inputs.release-branch }}\" \\\n    --dev-branch \"${{ inputs.dev-branch }}\" \\\n    --minor-identifier=\"${{ inputs.minor-identifier }}\" \\\n    --major-identifier=\"${{ inputs.major-identifier }}\" \\\n    --version-prefix \"${{ inputs.prefix }}\")\n\necho \"version=$VERSION\" \u003e\u003e $GITHUB_OUTPUT\necho \"New Version: $VERSION\"\n"}]},"default_branch":"master","path":null},"repo_metadata":{"id":40680416,"uuid":"145121307","full_name":"codacy/git-version","owner":"codacy","description":"Git versioning used in Codacy","archived":false,"fork":false,"pushed_at":"2025-08-21T09:42:38.000Z","size":178,"stargazers_count":142,"open_issues_count":30,"forks_count":49,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-09-29T20:03:09.721Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Crystal","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/codacy.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,"zenodo":null}},"created_at":"2018-08-17T13:04:04.000Z","updated_at":"2025-09-27T23:56:52.000Z","dependencies_parsed_at":"2025-08-07T13:22:01.725Z","dependency_job_id":"ccb06795-50e3-48e5-a8c0-c3d78ef64ea5","html_url":"https://github.com/codacy/git-version","commit_stats":{"total_commits":94,"total_committers":15,"mean_commits":6.266666666666667,"dds":0.7127659574468085,"last_synced_commit":"80c816f11db8dea5e3a81025f598193015b51832"},"previous_names":[],"tags_count":82,"template":false,"template_full_name":null,"purl":"pkg:github/codacy/git-version","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codacy","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/sbom","scorecard":{"id":295405,"data":{"date":"2025-08-11","repo":{"name":"github.com/codacy/git-version","commit":"0a24493a8bcb2591b89d7dfa85fbc37c09071f88"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.1,"checks":[{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":8,"reason":"10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/comment_issue.yml:1","Warn: no topLevel permission defined: .github/workflows/create_issue.yml:1","Warn: no topLevel permission defined: .github/workflows/create_issue_on_label.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/comment_issue.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/codacy/git-version/comment_issue.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/comment_issue.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/codacy/git-version/comment_issue.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/comment_issue.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/codacy/git-version/comment_issue.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/comment_issue.yml:70: update your workflow using https://app.stepsecurity.io/secureworkflow/codacy/git-version/comment_issue.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/comment_issue.yml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/codacy/git-version/comment_issue.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create_issue.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/codacy/git-version/create_issue.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create_issue.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/codacy/git-version/create_issue.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create_issue.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/codacy/git-version/create_issue.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create_issue.yml:81: update your workflow using https://app.stepsecurity.io/secureworkflow/codacy/git-version/create_issue.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create_issue_on_label.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/codacy/git-version/create_issue_on_label.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create_issue_on_label.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/codacy/git-version/create_issue_on_label.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create_issue_on_label.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/codacy/git-version/create_issue_on_label.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create_issue_on_label.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/codacy/git-version/create_issue_on_label.yml/master?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile:14: pin your Docker image by updating alpine:3.15 to alpine:3.15@sha256:19b4bcc4f60e99dd5ebdca0cbce22c503bbcff197549d7e19dab4f22254dc864","Info:   0 out of   7 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   6 third-party GitHubAction dependencies pinned","Info:   0 out of   2 containerImage dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact 2.8.4 not signed: https://api.github.com/repos/codacy/git-version/releases/238280457","Warn: release artifact 2.8.3 not signed: https://api.github.com/repos/codacy/git-version/releases/231693536","Warn: release artifact 2.8.2 not signed: https://api.github.com/repos/codacy/git-version/releases/223999128","Warn: release artifact 2.8.1 not signed: https://api.github.com/repos/codacy/git-version/releases/221592068","Warn: release artifact 2.8.0 not signed: https://api.github.com/repos/codacy/git-version/releases/83891616","Warn: release artifact 2.8.4 does not have provenance: https://api.github.com/repos/codacy/git-version/releases/238280457","Warn: release artifact 2.8.3 does not have provenance: https://api.github.com/repos/codacy/git-version/releases/231693536","Warn: release artifact 2.8.2 does not have provenance: https://api.github.com/repos/codacy/git-version/releases/223999128","Warn: release artifact 2.8.1 does not have provenance: https://api.github.com/repos/codacy/git-version/releases/221592068","Warn: release artifact 2.8.0 does not have provenance: https://api.github.com/repos/codacy/git-version/releases/83891616"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-17T19:22:22.599Z","repository_id":40680416,"created_at":"2025-08-17T19:22:22.599Z","updated_at":"2025-08-17T19:22:22.599Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277578118,"owners_count":25842018,"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","status":"online","status_checked_at":"2025-09-29T02:00:09.175Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"owner_record":{"login":"codacy","name":"Codacy","uuid":"1834093","kind":"organization","description":"Codacy helps to build effortless code quality and security for developers. Build clean, secure code efficiently and fearlessly with Codacy.","email":"code@codacy.com","website":"https://www.codacy.com","location":"Portugal","twitter":"codacy","company":null,"icon_url":"https://avatars.githubusercontent.com/u/1834093?v=4","repositories_count":156,"last_synced_at":"2025-09-16T09:43:43.708Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/codacy","funding_links":[],"total_stars":1600,"followers":210,"following":0,"created_at":"2022-11-04T06:14:37.523Z","updated_at":"2025-09-16T09:43:43.708Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codacy","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codacy/repositories"},"tags":[{"name":"2.8.6","sha":"877bb11b7a2ee44dcd7c0a03882c7037356e64e9","kind":"commit","published_at":"2025-08-21T09:40:52.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.8.6","html_url":"https://github.com/codacy/git-version/releases/tag/2.8.6","dependencies_parsed_at":"2025-08-28T09:32:52.166Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.8.6/manifests"},{"name":"2.8.6-lsremoveextraspace.1.sha.3070d66","sha":"3070d66e3940698e6a65b2649e6d31ac1bbf9119","kind":"commit","published_at":"2025-08-21T09:28:29.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.8.6-lsremoveextraspace.1.sha.3070d66","html_url":"https://github.com/codacy/git-version/releases/tag/2.8.6-lsremoveextraspace.1.sha.3070d66","dependencies_parsed_at":"2025-08-28T09:32:52.172Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.8.6-lsremoveextraspace.1.sha.3070d66","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.8.6-lsremoveextraspace.1.sha.3070d66","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.8.6-lsremoveextraspace.1.sha.3070d66/manifests"},{"name":"2.8.5","sha":"454ef1a755d0e22451c02e7926b3f99016b98036","kind":"commit","published_at":"2025-08-20T10:44:53.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.8.5","html_url":"https://github.com/codacy/git-version/releases/tag/2.8.5","dependencies_parsed_at":"2025-08-28T09:32:56.153Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.8.5/manifests"},{"name":"2.8.5-lsoutputnonprefixversion.1.sha.cbc6a85","sha":"cbc6a850d52516609219f7da205c3c68aecdd575","kind":"commit","published_at":"2025-08-20T10:27:58.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.8.5-lsoutputnonprefixversion.1.sha.cbc6a85","html_url":"https://github.com/codacy/git-version/releases/tag/2.8.5-lsoutputnonprefixversion.1.sha.cbc6a85","dependencies_parsed_at":"2025-08-28T09:32:52.167Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.8.5-lsoutputnonprefixversion.1.sha.cbc6a85","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.8.5-lsoutputnonprefixversion.1.sha.cbc6a85","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.8.5-lsoutputnonprefixversion.1.sha.cbc6a85/manifests"},{"name":"2.8.4","sha":"0a24493a8bcb2591b89d7dfa85fbc37c09071f88","kind":"commit","published_at":"2025-08-07T11:39:02.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.8.4","html_url":"https://github.com/codacy/git-version/releases/tag/2.8.4","dependencies_parsed_at":"2025-08-18T04:24:52.422Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.8.4/manifests"},{"name":"2.8.3-lschangeregexexpression.3.sha.637c585","sha":"637c585aa1879a59b2d7c965616de636b93e850c","kind":"commit","published_at":"2025-08-07T06:23:24.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.8.3-lschangeregexexpression.3.sha.637c585","html_url":"https://github.com/codacy/git-version/releases/tag/2.8.3-lschangeregexexpression.3.sha.637c585","dependencies_parsed_at":"2025-08-18T04:24:52.435Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.8.3-lschangeregexexpression.3.sha.637c585","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.8.3-lschangeregexexpression.3.sha.637c585","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.8.3-lschangeregexexpression.3.sha.637c585/manifests"},{"name":"2.8.3","sha":"995fc074f2c83b27b8fdcfcbc6ed8825fb12d61c","kind":"commit","published_at":"2025-07-11T07:13:01.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.8.3","html_url":"https://github.com/codacy/git-version/releases/tag/2.8.3","dependencies_parsed_at":"2025-08-18T04:24:52.696Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.8.3/manifests"},{"name":"2.8.3-lsaddlogpathsinput.1.sha.3539f9e","sha":"3539f9e395c5216529945d21fc21859176e949ab","kind":"commit","published_at":"2025-07-11T07:06:45.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.8.3-lsaddlogpathsinput.1.sha.3539f9e","html_url":"https://github.com/codacy/git-version/releases/tag/2.8.3-lsaddlogpathsinput.1.sha.3539f9e","dependencies_parsed_at":"2025-08-18T04:24:52.521Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.8.3-lsaddlogpathsinput.1.sha.3539f9e","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.8.3-lsaddlogpathsinput.1.sha.3539f9e","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.8.3-lsaddlogpathsinput.1.sha.3539f9e/manifests"},{"name":"2.8.3-lschangeregexexpression.2.sha.6ac0a92","sha":"6ac0a929386305e6947c2d16cf65e6eb685a4e21","kind":"commit","published_at":"2025-07-10T11:03:58.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.8.3-lschangeregexexpression.2.sha.6ac0a92","html_url":"https://github.com/codacy/git-version/releases/tag/2.8.3-lschangeregexexpression.2.sha.6ac0a92","dependencies_parsed_at":"2025-08-18T04:24:52.536Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.8.3-lschangeregexexpression.2.sha.6ac0a92","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.8.3-lschangeregexexpression.2.sha.6ac0a92","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.8.3-lschangeregexexpression.2.sha.6ac0a92/manifests"},{"name":"2.8.3-lschangeregexexpression.1.sha.5c488e9","sha":"5c488e93df26a9bef05cfe9ba4cae13a0025e529","kind":"commit","published_at":"2025-07-10T10:29:43.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.8.3-lschangeregexexpression.1.sha.5c488e9","html_url":"https://github.com/codacy/git-version/releases/tag/2.8.3-lschangeregexexpression.1.sha.5c488e9","dependencies_parsed_at":"2025-08-18T04:24:52.422Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.8.3-lschangeregexexpression.1.sha.5c488e9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.8.3-lschangeregexexpression.1.sha.5c488e9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.8.3-lschangeregexexpression.1.sha.5c488e9/manifests"},{"name":"2.8.2","sha":"4be4819f45a11cd0877c05ffe41dace2f8945ff4","kind":"commit","published_at":"2025-06-09T10:30:17.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.8.2","html_url":"https://github.com/codacy/git-version/releases/tag/2.8.2","dependencies_parsed_at":"2025-08-18T04:24:52.526Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.8.2/manifests"},{"name":"2.8.2-lsaddcustomversion.1.sha.49f1324","sha":"49f13240bffda9b01e4ef8cb40f5b6da257f3d61","kind":"commit","published_at":"2025-06-09T10:17:52.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.8.2-lsaddcustomversion.1.sha.49f1324","html_url":"https://github.com/codacy/git-version/releases/tag/2.8.2-lsaddcustomversion.1.sha.49f1324","dependencies_parsed_at":"2025-08-18T04:24:52.413Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.8.2-lsaddcustomversion.1.sha.49f1324","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.8.2-lsaddcustomversion.1.sha.49f1324","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.8.2-lsaddcustomversion.1.sha.49f1324/manifests"},{"name":"2.8.1","sha":"ac0f426c364a91292bfdf845a3e9dc9b4774bc7d","kind":"commit","published_at":"2025-05-28T14:19:08.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.8.1","html_url":"https://github.com/codacy/git-version/releases/tag/2.8.1","dependencies_parsed_at":"2025-08-18T04:24:52.412Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.8.1/manifests"},{"name":"2.8.1-lsaddshaprefix.9.sha.6d7d3d7","sha":"6d7d3d72705e6bc90eb9ba057f4efc62149be3bc","kind":"commit","published_at":"2025-05-28T14:05:56.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.8.1-lsaddshaprefix.9.sha.6d7d3d7","html_url":"https://github.com/codacy/git-version/releases/tag/2.8.1-lsaddshaprefix.9.sha.6d7d3d7","dependencies_parsed_at":"2025-08-18T04:24:52.549Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.8.1-lsaddshaprefix.9.sha.6d7d3d7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.8.1-lsaddshaprefix.9.sha.6d7d3d7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.8.1-lsaddshaprefix.9.sha.6d7d3d7/manifests"},{"name":"2.8.1-addlicense.1.75ee3f4","sha":"75ee3f48792d7b9f2c51f6a548c03d00f2bb727d","kind":"commit","published_at":"2023-05-29T16:46:33.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.8.1-addlicense.1.75ee3f4","html_url":"https://github.com/codacy/git-version/releases/tag/2.8.1-addlicense.1.75ee3f4","dependencies_parsed_at":"2023-06-01T00:19:30.410Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.8.1-addlicense.1.75ee3f4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.8.1-addlicense.1.75ee3f4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.8.1-addlicense.1.75ee3f4/manifests"},{"name":"2.8.0","sha":"80c816f11db8dea5e3a81025f598193015b51832","kind":"commit","published_at":"2022-11-22T16:06:39.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.8.0","html_url":"https://github.com/codacy/git-version/releases/tag/2.8.0","dependencies_parsed_at":"2023-06-01T00:19:24.081Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.8.0/manifests"},{"name":"2.7.2","sha":"f68a42d495d200468dd38b33ab954bb8ad9f8d20","kind":"commit","published_at":"2022-11-22T15:25:41.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.7.2","html_url":"https://github.com/codacy/git-version/releases/tag/2.7.2","dependencies_parsed_at":"2023-06-01T00:19:30.099Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.7.2/manifests"},{"name":"2.7.1","sha":"41bafb099d7d177f4a1c134f23e9067854659ca8","kind":"commit","published_at":"2022-11-22T15:13:46.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.7.1","html_url":"https://github.com/codacy/git-version/releases/tag/2.7.1","dependencies_parsed_at":"2023-06-01T00:19:24.004Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.7.1/manifests"},{"name":"2.7.0","sha":"2067eb34aafefbd7bb6d3235b3da4cf0ea2625e3","kind":"commit","published_at":"2022-11-21T23:18:58.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.7.0","html_url":"https://github.com/codacy/git-version/releases/tag/2.7.0","dependencies_parsed_at":"2023-06-01T00:19:24.938Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.7.0/manifests"},{"name":"2.6.2","sha":"934179b78671f5992d9627b308870eea94af8a5b","kind":"commit","published_at":"2022-11-21T21:16:50.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.6.2","html_url":"https://github.com/codacy/git-version/releases/tag/2.6.2","dependencies_parsed_at":"2023-06-01T00:19:26.520Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.6.2/manifests"},{"name":"2.6.1","sha":"1321b4df7f8c7164335f55f034c16d6c86f8364d","kind":"commit","published_at":"2022-11-21T19:02:38.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.6.1","html_url":"https://github.com/codacy/git-version/releases/tag/2.6.1","dependencies_parsed_at":"2023-06-01T00:19:24.393Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.6.1/manifests"},{"name":"2.6.1-fixmarkrepodirassafe.1.d8f875f","sha":"d8f875f41bf41e86330275a063ef11c5c86a6fc7","kind":"commit","published_at":"2022-11-21T18:27:47.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.6.1-fixmarkrepodirassafe.1.d8f875f","html_url":"https://github.com/codacy/git-version/releases/tag/2.6.1-fixmarkrepodirassafe.1.d8f875f","dependencies_parsed_at":"2023-06-01T00:19:25.032Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.6.1-fixmarkrepodirassafe.1.d8f875f","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.6.1-fixmarkrepodirassafe.1.d8f875f","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.6.1-fixmarkrepodirassafe.1.d8f875f/manifests"},{"name":"2.6.0","sha":"8ae1542b208f4fc194164d7a5b4a459fb31951c2","kind":"commit","published_at":"2022-11-21T12:19:55.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.6.0","html_url":"https://github.com/codacy/git-version/releases/tag/2.6.0","dependencies_parsed_at":"2023-06-01T00:19:24.882Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.6.0/manifests"},{"name":"2.6.0-truncatebranch.14.0a80067","sha":"0a800671cc0dfcd3eb55705225a859b606038c70","kind":"commit","published_at":"2022-11-21T11:57:57.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.6.0-truncatebranch.14.0a80067","html_url":"https://github.com/codacy/git-version/releases/tag/2.6.0-truncatebranch.14.0a80067","dependencies_parsed_at":"2023-06-01T00:19:25.301Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.6.0-truncatebranch.14.0a80067","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.6.0-truncatebranch.14.0a80067","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.6.0-truncatebranch.14.0a80067/manifests"},{"name":"2.6.0-truncatebranch.13.c136809","sha":"c136809a463cf28dee6c406e47e9a810d44b4bbc","kind":"commit","published_at":"2022-11-21T11:45:00.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.6.0-truncatebranch.13.c136809","html_url":"https://github.com/codacy/git-version/releases/tag/2.6.0-truncatebranch.13.c136809","dependencies_parsed_at":"2023-06-01T00:19:28.828Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.6.0-truncatebranch.13.c136809","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.6.0-truncatebranch.13.c136809","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.6.0-truncatebranch.13.c136809/manifests"},{"name":"2.5.4","sha":"4301d3bc90bf14766961c8637c103cd3255d07b2","kind":"commit","published_at":"2022-02-07T15:04:01.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.5.4","html_url":"https://github.com/codacy/git-version/releases/tag/2.5.4","dependencies_parsed_at":"2023-05-30T23:56:58.476Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.5.4/manifests"},{"name":"2.5.3","sha":"0b43e24be5c1d20d4192721ab50c6a22b49f912d","kind":"commit","published_at":"2021-07-02T13:35:20.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.5.3","html_url":"https://github.com/codacy/git-version/releases/tag/2.5.3","dependencies_parsed_at":"2023-05-30T23:56:59.291Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.5.3/manifests"},{"name":"2.5.2","sha":"fd6c7172b5ce690520a5a5de1bab8820cbb8ca8f","kind":"commit","published_at":"2021-01-25T18:05:43.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.5.2","html_url":"https://github.com/codacy/git-version/releases/tag/2.5.2","dependencies_parsed_at":"2023-05-30T23:57:00.447Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.5.2/manifests"},{"name":"2.5.1","sha":"b86b7228d32c8c51722aed3b40815a5ef4c9b302","kind":"commit","published_at":"2020-12-29T10:24:30.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.5.1","html_url":"https://github.com/codacy/git-version/releases/tag/2.5.1","dependencies_parsed_at":"2023-05-30T23:57:02.086Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.5.1/manifests"},{"name":"2.5.0","sha":"e881a28de71ffa206e1fca47ef6ab225e909e47d","kind":"commit","published_at":"2020-12-22T09:01:29.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.5.0","html_url":"https://github.com/codacy/git-version/releases/tag/2.5.0","dependencies_parsed_at":"2023-05-30T23:57:02.913Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.5.0/manifests"},{"name":"2.5.0-featusecompositeaction.1.da8528d","sha":"da8528d1556a6788d321ef845243924ab02bea1d","kind":"commit","published_at":"2020-12-21T17:19:22.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.5.0-featusecompositeaction.1.da8528d","html_url":"https://github.com/codacy/git-version/releases/tag/2.5.0-featusecompositeaction.1.da8528d","dependencies_parsed_at":"2023-05-30T23:57:04.078Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.5.0-featusecompositeaction.1.da8528d","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.5.0-featusecompositeaction.1.da8528d","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.5.0-featusecompositeaction.1.da8528d/manifests"},{"name":"2.4.0","sha":"fa06788276d7492a2af01662649696d249ecf4cb","kind":"commit","published_at":"2020-12-16T18:34:32.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.4.0","html_url":"https://github.com/codacy/git-version/releases/tag/2.4.0","dependencies_parsed_at":"2023-05-30T23:57:05.306Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.4.0/manifests"},{"name":"2.4.0-feturelatesttag.3.257679d","sha":"257679d5825cb5ec901cbe560401aabb32501ca1","kind":"commit","published_at":"2020-12-16T18:23:42.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.4.0-feturelatesttag.3.257679d","html_url":"https://github.com/codacy/git-version/releases/tag/2.4.0-feturelatesttag.3.257679d","dependencies_parsed_at":"2023-05-30T23:57:06.500Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.4.0-feturelatesttag.3.257679d","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.4.0-feturelatesttag.3.257679d","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.4.0-feturelatesttag.3.257679d/manifests"},{"name":"2.3.2-docsimprovereadme.1.5a98673","sha":"5a9867305a2283c9c2d5f21fc4abce09a63d8087","kind":"commit","published_at":"2020-12-16T11:07:49.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.3.2-docsimprovereadme.1.5a98673","html_url":"https://github.com/codacy/git-version/releases/tag/2.3.2-docsimprovereadme.1.5a98673","dependencies_parsed_at":"2023-05-30T23:57:07.611Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.3.2-docsimprovereadme.1.5a98673","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.3.2-docsimprovereadme.1.5a98673","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.3.2-docsimprovereadme.1.5a98673/manifests"},{"name":"2.3.1","sha":"db123f97a20c3421e4537ee68b701aa099894aa1","kind":"commit","published_at":"2020-12-16T09:43:25.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.3.1","html_url":"https://github.com/codacy/git-version/releases/tag/2.3.1","dependencies_parsed_at":"2023-05-30T23:57:08.741Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.3.1/manifests"},{"name":"2.3.0","sha":"c2add2d19ed7a6e4aaf6a55b0f02df4a2cf244ef","kind":"commit","published_at":"2020-12-15T17:44:18.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.3.0","html_url":"https://github.com/codacy/git-version/releases/tag/2.3.0","dependencies_parsed_at":"2023-05-30T23:57:09.627Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.3.0/manifests"},{"name":"2.2.1-featlogpath.4.0ecce3d","sha":"0ecce3d1b104c90fe5173991ba7a3fe330dc3dce","kind":"commit","published_at":"2020-12-15T14:39:52.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.2.1-featlogpath.4.0ecce3d","html_url":"https://github.com/codacy/git-version/releases/tag/2.2.1-featlogpath.4.0ecce3d","dependencies_parsed_at":"2023-05-30T23:57:10.478Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.2.1-featlogpath.4.0ecce3d","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.2.1-featlogpath.4.0ecce3d","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.2.1-featlogpath.4.0ecce3d/manifests"},{"name":"2.2.1-featlogpath.3.e323e8b","sha":"e323e8bcf3b5e033adc1e462529c0ef85c7cd9e2","kind":"commit","published_at":"2020-12-15T12:38:29.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.2.1-featlogpath.3.e323e8b","html_url":"https://github.com/codacy/git-version/releases/tag/2.2.1-featlogpath.3.e323e8b","dependencies_parsed_at":"2023-05-30T23:57:11.643Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.2.1-featlogpath.3.e323e8b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.2.1-featlogpath.3.e323e8b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.2.1-featlogpath.3.e323e8b/manifests"},{"name":"2.2.0","sha":"61e2facb02d9c0c9bfa3bea5f855d76bb720b3b3","kind":"commit","published_at":"2020-12-15T10:31:15.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.2.0","html_url":"https://github.com/codacy/git-version/releases/tag/2.2.0","dependencies_parsed_at":"2023-05-30T23:57:12.760Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.2.0/manifests"},{"name":"2.1.1","sha":"e50cdb5c7ab90898ed2bc5286071cf2472c358d7","kind":"commit","published_at":"2020-12-15T10:15:27.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.1.1","html_url":"https://github.com/codacy/git-version/releases/tag/2.1.1","dependencies_parsed_at":"2023-05-30T23:57:13.853Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.1.1/manifests"},{"name":"2.0.5-featlogpath.1.f4dfb52","sha":"f4dfb523777ac27338926c4c1e1f6605beb383f4","kind":"commit","published_at":"2020-12-15T09:42:56.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.0.5-featlogpath.1.f4dfb52","html_url":"https://github.com/codacy/git-version/releases/tag/2.0.5-featlogpath.1.f4dfb52","dependencies_parsed_at":"2023-05-30T23:57:16.134Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.0.5-featlogpath.1.f4dfb52","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.0.5-featlogpath.1.f4dfb52","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.0.5-featlogpath.1.f4dfb52/manifests"},{"name":"2.1.0","sha":"c022843f7b5c012fecb4dadbca152c5966f7b089","kind":"commit","published_at":"2020-12-15T09:37:59.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.1.0","html_url":"https://github.com/codacy/git-version/releases/tag/2.1.0","dependencies_parsed_at":"2023-05-30T23:57:15.089Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.1.0/manifests"},{"name":"2.0.4","sha":"25bdc5209273efc0a6f8b219b6f77f7f417fd935","kind":"commit","published_at":"2020-10-28T17:33:15.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.0.4","html_url":"https://github.com/codacy/git-version/releases/tag/2.0.4","dependencies_parsed_at":"2023-05-30T23:57:17.204Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.0.4/manifests"},{"name":"2.0.3","sha":"5fcc6863d43cec3d1469691d75389d901fa0509c","kind":"commit","published_at":"2020-08-07T17:04:32.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.0.3","html_url":"https://github.com/codacy/git-version/releases/tag/2.0.3","dependencies_parsed_at":"2023-05-30T23:57:18.202Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.0.3/manifests"},{"name":"2.0.2","sha":"1ecde921966c2bb526d42f4ba7e9ebe499827d12","kind":"commit","published_at":"2020-08-05T12:58:38.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.0.2","html_url":"https://github.com/codacy/git-version/releases/tag/2.0.2","dependencies_parsed_at":"2023-05-30T23:57:19.209Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.0.2/manifests"},{"name":"2.0.1","sha":"9c9c325c8315afa4fab1bb2189548e4f9c32d7a5","kind":"commit","published_at":"2020-05-12T11:48:30.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.0.1","html_url":"https://github.com/codacy/git-version/releases/tag/2.0.1","dependencies_parsed_at":"2023-05-30T23:57:19.551Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.0.1/manifests"},{"name":"2.0.1-fixcommitnumberindev.1.7afe1bb","sha":"7afe1bbe10ce8d464cdfb01f178834b3c72a08f9","kind":"commit","published_at":"2020-05-12T11:43:25.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.0.1-fixcommitnumberindev.1.7afe1bb","html_url":"https://github.com/codacy/git-version/releases/tag/2.0.1-fixcommitnumberindev.1.7afe1bb","dependencies_parsed_at":"2023-05-30T23:57:19.884Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.0.1-fixcommitnumberindev.1.7afe1bb","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.0.1-fixcommitnumberindev.1.7afe1bb","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.0.1-fixcommitnumberindev.1.7afe1bb/manifests"},{"name":"2.0.0","sha":"3123cdcf20ebcec76a7338fd3ef39817ad721cef","kind":"commit","published_at":"2020-05-12T10:47:52.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.0.0","html_url":"https://github.com/codacy/git-version/releases/tag/2.0.0","dependencies_parsed_at":"2023-05-30T23:57:20.147Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.0.0/manifests"},{"name":"2.0.0-cd.3.e5e9038","sha":"e5e903801d32d07f21f11069e93179f1cb7256ba","kind":"commit","published_at":"2020-05-12T09:32:32.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.0.0-cd.3.e5e9038","html_url":"https://github.com/codacy/git-version/releases/tag/2.0.0-cd.3.e5e9038","dependencies_parsed_at":"2023-05-30T23:57:20.903Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.0.0-cd.3.e5e9038","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.0.0-cd.3.e5e9038","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.0.0-cd.3.e5e9038/manifests"},{"name":"2.0.0-cd.7.33a30e2","sha":"33a30e2f0de2dd71f1796804102fcf8a05c4a279","kind":"commit","published_at":"2020-05-12T09:26:19.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/2.0.0-cd.7.33a30e2","html_url":"https://github.com/codacy/git-version/releases/tag/2.0.0-cd.7.33a30e2","dependencies_parsed_at":"2023-05-30T23:57:20.508Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@2.0.0-cd.7.33a30e2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.0.0-cd.7.33a30e2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/2.0.0-cd.7.33a30e2/manifests"},{"name":"1.2.4","sha":"4cc0cbd0914aba981bd20640979e2f5bfaba0630","kind":"commit","published_at":"2020-03-13T13:46:40.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/1.2.4","html_url":"https://github.com/codacy/git-version/releases/tag/1.2.4","dependencies_parsed_at":"2023-05-30T23:57:21.234Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.2.4/manifests"},{"name":"1.2.4-fixbadge.2c172d2","sha":"2c172d287872d9b409957d6547ad738226abd039","kind":"commit","published_at":"2020-03-12T16:00:47.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/1.2.4-fixbadge.2c172d2","html_url":"https://github.com/codacy/git-version/releases/tag/1.2.4-fixbadge.2c172d2","dependencies_parsed_at":"2023-05-30T23:57:21.526Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@1.2.4-fixbadge.2c172d2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.2.4-fixbadge.2c172d2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.2.4-fixbadge.2c172d2/manifests"},{"name":"1.2.3","sha":"7513283c673d161ebed9a8653e64696c7eec2790","kind":"commit","published_at":"2020-02-26T15:35:36.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/1.2.3","html_url":"https://github.com/codacy/git-version/releases/tag/1.2.3","dependencies_parsed_at":"2023-05-30T23:57:21.847Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.2.3/manifests"},{"name":"1.2.2","sha":"deb2127d6214b03bdcfd8863497515e9a28b81ae","kind":"commit","published_at":"2020-02-26T15:11:22.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/1.2.2","html_url":"https://github.com/codacy/git-version/releases/tag/1.2.2","dependencies_parsed_at":"2023-05-30T23:57:22.235Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.2.2/manifests"},{"name":"1.2.1","sha":"4a35ce29cf79c9b3452657f201098e578c974014","kind":"commit","published_at":"2020-02-26T14:48:33.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/1.2.1","html_url":"https://github.com/codacy/git-version/releases/tag/1.2.1","dependencies_parsed_at":"2023-05-30T23:57:22.571Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.2.1/manifests"},{"name":"1.2.0","sha":"a8de91ad3882285b76a128232ed0357b6fbb6da4","kind":"commit","published_at":"2020-02-25T10:58:56.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/1.2.0","html_url":"https://github.com/codacy/git-version/releases/tag/1.2.0","dependencies_parsed_at":"2023-05-30T23:57:22.980Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.2.0/manifests"},{"name":"1.1.4","sha":"e8ef6496623b4529938cf183e7a69cc8bf3c1995","kind":"commit","published_at":"2020-02-07T10:24:00.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/1.1.4","html_url":"https://github.com/codacy/git-version/releases/tag/1.1.4","dependencies_parsed_at":"2023-05-30T23:57:23.272Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.1.4/manifests"},{"name":"1.1.3","sha":"f97f7acc2970995d24d58c5f134f832360502586","kind":"commit","published_at":"2020-01-08T11:50:24.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/1.1.3","html_url":"https://github.com/codacy/git-version/releases/tag/1.1.3","dependencies_parsed_at":"2023-05-30T23:57:23.590Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.1.3/manifests"},{"name":"1.1.2","sha":"b3b95efa11528f7c268f19a3d97243f24a9cd0e9","kind":"commit","published_at":"2020-01-08T09:24:16.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/1.1.2","html_url":"https://github.com/codacy/git-version/releases/tag/1.1.2","dependencies_parsed_at":"2023-05-30T23:57:23.878Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.1.2/manifests"},{"name":"1.1.1","sha":"2028c10ff11dc2fa354e828f84934a7178287e9a","kind":"commit","published_at":"2020-01-07T18:08:03.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/1.1.1","html_url":"https://github.com/codacy/git-version/releases/tag/1.1.1","dependencies_parsed_at":"2023-05-30T23:57:24.175Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.1.1/manifests"},{"name":"1.1.0","sha":"1aefe0ef218d5d1bcd05baf32f518be0f60fc696","kind":"commit","published_at":"2019-12-13T17:34:34.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/1.1.0","html_url":"https://github.com/codacy/git-version/releases/tag/1.1.0","dependencies_parsed_at":"2023-05-30T23:57:24.508Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.1.0/manifests"},{"name":"1.1.0-featureallowcustomreleasebranch.a11721a","sha":"a11721a9482e1f05f6bbe0db04c18b9b49ca00d0","kind":"commit","published_at":"2019-12-13T17:17:35.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/1.1.0-featureallowcustomreleasebranch.a11721a","html_url":"https://github.com/codacy/git-version/releases/tag/1.1.0-featureallowcustomreleasebranch.a11721a","dependencies_parsed_at":"2023-05-30T23:57:24.731Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@1.1.0-featureallowcustomreleasebranch.a11721a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.1.0-featureallowcustomreleasebranch.a11721a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.1.0-featureallowcustomreleasebranch.a11721a/manifests"},{"name":"1.0.14","sha":"4de58c3ce63b1d75928e75d40d5d409474b0a23a","kind":"commit","published_at":"2019-11-18T12:32:03.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/1.0.14","html_url":"https://github.com/codacy/git-version/releases/tag/1.0.14","dependencies_parsed_at":"2023-05-30T23:57:25.019Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@1.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.14/manifests"},{"name":"1.0.14-fixbranchname.601f101","sha":"601f101b8905137db2be3ec6a1a9b198ebe5f8a6","kind":"commit","published_at":"2019-11-18T12:11:53.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/1.0.14-fixbranchname.601f101","html_url":"https://github.com/codacy/git-version/releases/tag/1.0.14-fixbranchname.601f101","dependencies_parsed_at":"2023-05-30T23:57:25.248Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@1.0.14-fixbranchname.601f101","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.14-fixbranchname.601f101","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.14-fixbranchname.601f101/manifests"},{"name":"1.0.14-fixbranchname.fdc6065","sha":"fdc6065b6c2273f2fdbc5d443ef2613322cb4ead","kind":"commit","published_at":"2019-11-14T17:00:11.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/1.0.14-fixbranchname.fdc6065","html_url":"https://github.com/codacy/git-version/releases/tag/1.0.14-fixbranchname.fdc6065","dependencies_parsed_at":"2023-05-30T23:57:26.040Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@1.0.14-fixbranchname.fdc6065","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.14-fixbranchname.fdc6065","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.14-fixbranchname.fdc6065/manifests"},{"name":"1.0.14-fixbranchname.6204cab","sha":"6204cab8a44e882ea94b219b17944d709b0b401e","kind":"commit","published_at":"2019-11-14T16:48:39.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/1.0.14-fixbranchname.6204cab","html_url":"https://github.com/codacy/git-version/releases/tag/1.0.14-fixbranchname.6204cab","dependencies_parsed_at":"2023-05-30T23:57:25.647Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@1.0.14-fixbranchname.6204cab","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.14-fixbranchname.6204cab","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.14-fixbranchname.6204cab/manifests"},{"name":"1.0.13","sha":"b38f04ed66be2848d70f4a89106b686757bff842","kind":"commit","published_at":"2019-08-19T15:02:22.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/1.0.13","html_url":"https://github.com/codacy/git-version/releases/tag/1.0.13","dependencies_parsed_at":"2023-05-30T23:57:26.428Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@1.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.13/manifests"},{"name":"1.0.12","sha":"6c2b9cd602f27b4221bf46e06ce30191b890c3ca","kind":"commit","published_at":"2019-02-12T08:30:48.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/1.0.12","html_url":"https://github.com/codacy/git-version/releases/tag/1.0.12","dependencies_parsed_at":"2023-05-30T23:57:26.828Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@1.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.12/manifests"},{"name":"1.0.11","sha":"0da4165281a692d2a55771725b96f90b07ff82c5","kind":"commit","published_at":"2019-02-08T14:59:25.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/1.0.11","html_url":"https://github.com/codacy/git-version/releases/tag/1.0.11","dependencies_parsed_at":"2023-05-30T23:57:27.125Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@1.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.11/manifests"},{"name":"1.0.10","sha":"769ca6ace4f00a678d8af70ad9a6af9be786deb7","kind":"commit","published_at":"2019-01-16T09:26:10.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/1.0.10","html_url":"https://github.com/codacy/git-version/releases/tag/1.0.10","dependencies_parsed_at":"2023-05-30T23:57:27.359Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@1.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.10/manifests"},{"name":"1.0.9","sha":"769ca6ace4f00a678d8af70ad9a6af9be786deb7","kind":"commit","published_at":"2019-01-16T09:26:10.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/1.0.9","html_url":"https://github.com/codacy/git-version/releases/tag/1.0.9","dependencies_parsed_at":"2023-05-30T23:57:27.684Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@1.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.9/manifests"},{"name":"1.0.9-masterignoreprereleases.22e065b","sha":"22e065b550435e1e4cbeda74416bec5716261e33","kind":"commit","published_at":"2019-01-15T17:01:03.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/1.0.9-masterignoreprereleases.22e065b","html_url":"https://github.com/codacy/git-version/releases/tag/1.0.9-masterignoreprereleases.22e065b","dependencies_parsed_at":"2023-05-30T23:57:28.265Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@1.0.9-masterignoreprereleases.22e065b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.9-masterignoreprereleases.22e065b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.9-masterignoreprereleases.22e065b/manifests"},{"name":"1.0.8","sha":"7001ed182d1890f0892828535686eb882673e9c3","kind":"commit","published_at":"2018-12-03T11:37:56.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/1.0.8","html_url":"https://github.com/codacy/git-version/releases/tag/1.0.8","dependencies_parsed_at":"2023-05-30T23:57:28.828Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@1.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.8/manifests"},{"name":"1.0.7","sha":"3f355225630f904cad78295ac4d717ca3d9acd11","kind":"commit","published_at":"2018-11-21T10:48:50.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/1.0.7","html_url":"https://github.com/codacy/git-version/releases/tag/1.0.7","dependencies_parsed_at":"2023-05-30T23:57:29.091Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.7/manifests"},{"name":"1.0.6-badgereadme.0f53135","sha":"0f53135bb3cb80b49adc97b128cb6f277407e15d","kind":"commit","published_at":"2018-11-19T18:06:58.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/1.0.6-badgereadme.0f53135","html_url":"https://github.com/codacy/git-version/releases/tag/1.0.6-badgereadme.0f53135","dependencies_parsed_at":"2023-05-30T23:57:29.389Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@1.0.6-badgereadme.0f53135","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.6-badgereadme.0f53135","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.6-badgereadme.0f53135/manifests"},{"name":"1.0.5","sha":"5477c6766e6454eb77c3a5d9ec9d08b401e291ce","kind":"commit","published_at":"2018-11-19T17:54:57.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/1.0.5","html_url":"https://github.com/codacy/git-version/releases/tag/1.0.5","dependencies_parsed_at":"2023-05-30T23:57:29.627Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.5/manifests"},{"name":"1.0.4-fixgittag.de8b10d","sha":"de8b10d610c97a443b2202cf564165de5e86625f","kind":"commit","published_at":"2018-11-19T17:49:28.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/1.0.4-fixgittag.de8b10d","html_url":"https://github.com/codacy/git-version/releases/tag/1.0.4-fixgittag.de8b10d","dependencies_parsed_at":"2023-05-30T23:57:29.958Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@1.0.4-fixgittag.de8b10d","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.4-fixgittag.de8b10d","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.4-fixgittag.de8b10d/manifests"},{"name":"1.0.3-fixgittag.d63a66a","sha":"d63a66afed04d98630e6d818dc304e30da2244d4","kind":"commit","published_at":"2018-11-19T14:31:20.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/1.0.3-fixgittag.d63a66a","html_url":"https://github.com/codacy/git-version/releases/tag/1.0.3-fixgittag.d63a66a","dependencies_parsed_at":"2023-05-30T23:57:30.367Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@1.0.3-fixgittag.d63a66a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.3-fixgittag.d63a66a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.3-fixgittag.d63a66a/manifests"},{"name":"1.0.2-singlebinary.7806e45","sha":"7806e45c8b7633a9ca5e1d20e33c13e598f37ac8","kind":"commit","published_at":"2018-11-13T16:22:47.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/1.0.2-singlebinary.7806e45","html_url":"https://github.com/codacy/git-version/releases/tag/1.0.2-singlebinary.7806e45","dependencies_parsed_at":"2023-05-30T23:57:30.715Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@1.0.2-singlebinary.7806e45","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.2-singlebinary.7806e45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.2-singlebinary.7806e45/manifests"},{"name":"1.0.1","sha":"870c07c0d795b65f4a69b022c04cc4270665f94e","kind":"commit","published_at":"2018-11-05T11:14:39.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/1.0.1","html_url":"https://github.com/codacy/git-version/releases/tag/1.0.1","dependencies_parsed_at":"2023-05-30T23:57:31.045Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.1/manifests"},{"name":"1.0.0-1-g7d09185","sha":"7d09185a20ab5475b66b65645e0dc00365709e9c","kind":"commit","published_at":"2018-11-05T11:05:33.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/1.0.0-1-g7d09185","html_url":"https://github.com/codacy/git-version/releases/tag/1.0.0-1-g7d09185","dependencies_parsed_at":"2023-05-30T23:57:31.736Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@1.0.0-1-g7d09185","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.0-1-g7d09185","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.0-1-g7d09185/manifests"},{"name":"1.0.0","sha":"bd280f7897cebfbdc5af9aac2d93990fa9878fc0","kind":"commit","published_at":"2018-11-05T10:42:07.000Z","download_url":"https://codeload.github.com/codacy/git-version/tar.gz/1.0.0","html_url":"https://github.com/codacy/git-version/releases/tag/1.0.0","dependencies_parsed_at":"2023-05-30T23:57:31.446Z","dependency_job_id":null,"purl":"pkg:github/codacy/git-version@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/tags/1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-09-29T20:13:28.019Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":153,"rankings":{"downloads":null,"dependent_repos_count":3.5081603549358262,"dependent_packages_count":0.0,"stargazers_count":1.8602440183806053,"forks_count":1.3246712090001584,"docker_downloads_count":null,"average":1.6732688955791475},"purl":"pkg:githubactions/codacy/git-version","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/codacy/git-version","docker_dependents_count":1,"docker_downloads_count":8,"usage_url":"https://repos.ecosyste.ms/usage/actions/codacy/git-version","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/codacy/git-version/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-26T05:35:22.667Z","issues_count":35,"pull_requests_count":81,"avg_time_to_close_issue":5921110.75,"avg_time_to_close_pull_request":3866837.205882353,"issues_closed_count":12,"pull_requests_closed_count":68,"pull_request_authors_count":24,"issue_authors_count":28,"avg_comments_per_issue":2.0,"avg_comments_per_pull_request":0.5185185185185185,"merged_pull_requests_count":55,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":6,"past_year_pull_requests_count":17,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":4741583.666666667,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":6,"past_year_pull_request_authors_count":4,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.17647058823529413,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fgit-version/issues","maintainers":[{"login":"h314to","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/h314to"},{"login":"machadoit","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/machadoit"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/codacy%2Fgit-version/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/codacy%2Fgit-version/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/codacy%2Fgit-version/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/codacy%2Fgit-version/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/codacy%2Fgit-version/codemeta","maintainers":[]}