{"id":5800286,"name":"anothrNick/github-tag-action","ecosystem":"actions","description":"Bump and push git tag on merge","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/anothrNick/github-tag-action","keywords_array":["hacktoberfest"],"namespace":"anothrNick","versions_count":87,"first_release_published_at":"2019-08-28T21:27:57.000Z","latest_release_published_at":"2024-09-23T11:43:54.000Z","latest_release_number":"1.71.0","last_synced_at":"2026-03-31T13:03:09.103Z","created_at":"2023-01-04T12:01:09.072Z","updated_at":"2026-03-31T13:03:09.103Z","registry_url":"https://github.com/anothrNick/github-tag-action","install_command":null,"documentation_url":null,"metadata":{"name":"Github Tag Bump","description":"Bump and push git tag on merge","author":"Nick Sjostrom","runs":{"using":"docker","image":"Dockerfile"},"outputs":{"new_tag":{"description":"Generated tag"},"tag":{"description":"The latest tag after running this action"},"part":{"description":"The part of version which was bumped"}},"branding":{"icon":"git-merge","color":"purple"},"default_branch":"master","path":null},"repo_metadata":{"id":39380252,"uuid":"205024298","full_name":"anothrNick/github-tag-action","owner":"anothrNick","description":"A Github Action to tag a repo on merge.","archived":false,"fork":false,"pushed_at":"2025-08-22T17:33:26.000Z","size":257,"stargazers_count":846,"open_issues_count":31,"forks_count":396,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-08-22T19:56:50.471Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anothrNick.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-08-28T21:12:43.000Z","updated_at":"2025-08-22T17:33:09.000Z","dependencies_parsed_at":"2024-05-11T22:36:00.800Z","dependency_job_id":"872e4021-1252-4638-8be7-de95ab8abc3c","html_url":"https://github.com/anothrNick/github-tag-action","commit_stats":{"total_commits":239,"total_committers":55,"mean_commits":4.345454545454546,"dds":0.698744769874477,"last_synced_commit":"777684df761b882a3f4f70db16ac70d8cc78d0ea"},"previous_names":[],"tags_count":91,"template":false,"template_full_name":null,"purl":"pkg:github/anothrNick/github-tag-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anothrNick","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/sbom","scorecard":{"id":197851,"data":{"date":"2025-08-11","repo":{"name":"github.com/anothrNick/github-tag-action","commit":"e528bc2b9628971ce0e6f823f3052d1dcd9d512c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.3,"checks":[{"name":"Code-Review","score":7,"reason":"Found 11/14 approved changesets -- score normalized to 7","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":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Token-Permissions","score":8,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/main.yml:19","Warn: topLevel 'checks' permission set to 'write': .github/workflows/lint.yml:13","Info: topLevel 'contents' permission set to 'read': .github/workflows/lint.yml:14","Warn: no topLevel permission defined: .github/workflows/main.yml:1","Warn: topLevel 'checks' permission set to 'write': .github/workflows/test.yml:15","Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:16"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: 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":"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":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"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/lint.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/anothrNick/github-tag-action/lint.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/anothrNick/github-tag-action/lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/anothrNick/github-tag-action/lint.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/anothrNick/github-tag-action/lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/anothrNick/github-tag-action/lint.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/anothrNick/github-tag-action/lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/anothrNick/github-tag-action/main.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/main.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/anothrNick/github-tag-action/main.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/main.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/anothrNick/github-tag-action/main.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/anothrNick/github-tag-action/test.yml/master?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1: pin your Docker image by updating node:20-alpine to node:20-alpine@sha256:df02558528d3d3d0d621f112e232611aecfee7cbc654f6b375765f72bb262799","Warn: npmCommand not pinned by hash: Dockerfile:6","Info:   0 out of   5 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   5 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 npmCommand 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":"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-16T22:09:12.903Z","repository_id":39380252,"created_at":"2025-08-16T22:09:12.903Z","updated_at":"2025-08-16T22:09:12.903Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271745457,"owners_count":24813496,"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-08-23T02:00:09.327Z","response_time":69,"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":"anothrNick","name":"Nick Sjostrom","uuid":"5082160","kind":"user","description":"","email":"","website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/5082160?u=44db00c6862cd7c043fef32b76a18784fe1634c1\u0026v=4","repositories_count":47,"last_synced_at":"2023-08-03T07:56:24.557Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/anothrNick","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-06T00:16:19.433Z","updated_at":"2023-08-03T07:56:24.827Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anothrNick","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anothrNick/repositories"},"tags":[{"name":"1.75.0","sha":"4ed44965e0db8dab2b466a16da04aec3cc312fd8","kind":"commit","published_at":"2025-08-22T17:33:05.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.75.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anothrNick/github-tag-action@1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.75.0/manifests"},{"name":"1.74.0","sha":"6353aab4d68fd16a01753ee16d5cd24067543c47","kind":"commit","published_at":"2025-08-22T17:31:49.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.74.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anothrNick/github-tag-action@1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.74.0/manifests"},{"name":"1.73.0","sha":"e528bc2b9628971ce0e6f823f3052d1dcd9d512c","kind":"commit","published_at":"2025-05-07T16:16:39.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.73.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anothrNick/github-tag-action@1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.73.0/manifests"},{"name":"1.72.0","sha":"da70c4e4c9ff91cc59445f3d9f1606b7f144be72","kind":"commit","published_at":"2025-05-07T16:15:33.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.72.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anothrNick/github-tag-action@1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.72.0/manifests"},{"name":"1.71.0","sha":"f278d49d30cdd8775cc3e7dd00b5ee11686ee297","kind":"commit","published_at":"2024-09-23T11:43:54.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.71.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.71.0","dependencies_parsed_at":"2024-09-27T08:33:09.129Z","dependency_job_id":null,"purl":"pkg:github/anothrNick/github-tag-action@1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.71.0/manifests"},{"name":"1.70.0","sha":"777684df761b882a3f4f70db16ac70d8cc78d0ea","kind":"commit","published_at":"2024-07-08T15:21:01.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.70.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.70.0","dependencies_parsed_at":"2024-07-09T04:09:31.372Z","dependency_job_id":null,"purl":"pkg:github/anothrNick/github-tag-action@1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.70.0/manifests"},{"name":"1.69.0","sha":"afe4b67b57b8ab0908e4767109a5342003639e2e","kind":"commit","published_at":"2024-04-12T17:40:26.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.69.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.69.0","dependencies_parsed_at":"2024-04-14T04:31:07.049Z","dependency_job_id":null,"purl":"pkg:github/anothrNick/github-tag-action@1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.69.0/manifests"},{"name":"1.68.0","sha":"6d01072f4b83a803c0ba9fee00b7c563936f88f7","kind":"commit","published_at":"2024-04-12T16:27:27.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.68.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.68.0","dependencies_parsed_at":"2024-04-14T04:31:08.161Z","dependency_job_id":null,"purl":"pkg:github/anothrNick/github-tag-action@1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.68.0/manifests"},{"name":"1.67.0","sha":"a2c70ae13a881faf2b4953baaa9e49731997ab36","kind":"commit","published_at":"2023-06-13T21:21:00.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.67.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.67.0","dependencies_parsed_at":"2023-06-15T00:07:58.406Z","dependency_job_id":"6c6c688b-bf4e-4f02-9e6e-4dc99ca48856","purl":"pkg:github/anothrNick/github-tag-action@1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.67.0/manifests"},{"name":"1.66.0","sha":"72703d02f7df0cdb8f27aeb9feafeccd67b49881","kind":"commit","published_at":"2023-05-21T22:23:31.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.66.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.66.0","dependencies_parsed_at":"2023-06-01T00:24:53.482Z","dependency_job_id":"9327f515-e8cb-4cc8-b515-aa7f56c92c44","purl":"pkg:github/anothrNick/github-tag-action@1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.66.0/manifests"},{"name":"1.65.0","sha":"94666f1546f9d0b83c15ac8e2602b66e8abf926b","kind":"commit","published_at":"2023-05-15T10:19:07.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.65.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.65.0","dependencies_parsed_at":"2023-06-01T00:24:54.212Z","dependency_job_id":"9fefbf55-469d-4a02-8873-0eaf3f7d5038","purl":"pkg:github/anothrNick/github-tag-action@1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.65.0/manifests"},{"name":"1.64.0","sha":"c360518fb8131e99795f8208f8a6105ceca55ec2","kind":"commit","published_at":"2023-05-12T03:30:16.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.64.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.64.0","dependencies_parsed_at":"2023-06-01T00:24:57.691Z","dependency_job_id":"03bb245c-7ae3-4639-a034-40f7d801954c","purl":"pkg:github/anothrNick/github-tag-action@1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.64.0/manifests"},{"name":"1.63.0","sha":"72f3a545346e03da6b9e3d0ddcb8f1027d997504","kind":"commit","published_at":"2023-05-10T22:35:46.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.63.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.63.0","dependencies_parsed_at":"2023-06-01T00:24:57.775Z","dependency_job_id":"1e9a64ba-5331-4a71-ab9a-338e30439bb0","purl":"pkg:github/anothrNick/github-tag-action@1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.63.0/manifests"},{"name":"1.62.0","sha":"d77194f92b4ca48b05df5c20709984535a9cd6e0","kind":"commit","published_at":"2023-04-10T03:18:52.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.62.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.62.0","dependencies_parsed_at":"2023-06-01T00:24:53.178Z","dependency_job_id":"022cf5e0-8bc5-4e8f-9a90-175004283633","purl":"pkg:github/anothrNick/github-tag-action@1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.62.0/manifests"},{"name":"1.61.0","sha":"8c8163ef62cf9c4677c8e800f36270af27930f42","kind":"commit","published_at":"2023-01-06T18:00:45.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.61.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.61.0","dependencies_parsed_at":"2023-06-01T00:24:53.639Z","dependency_job_id":"6407732b-f122-4ff8-8a88-9e8c7674ff23","purl":"pkg:github/anothrNick/github-tag-action@1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.61.0/manifests"},{"name":"1.60.0","sha":"e286d60d1b03a1168bcdf68189375c81b0d46445","kind":"commit","published_at":"2023-01-06T00:31:53.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.60.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.60.0","dependencies_parsed_at":"2023-06-01T00:24:58.385Z","dependency_job_id":"9f1c1f30-618d-4186-bef8-02c3f2bf38b0","purl":"pkg:github/anothrNick/github-tag-action@1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.60.0/manifests"},{"name":"1.59.0","sha":"bb4fa8ef27862a1335e74a97d5fa193e058ecd21","kind":"commit","published_at":"2023-01-05T20:57:29.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.59.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.59.0","dependencies_parsed_at":"2023-06-01T00:24:53.822Z","dependency_job_id":"ceea2e30-5df4-431a-bc79-0e3bb45c5abb","purl":"pkg:github/anothrNick/github-tag-action@1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.59.0/manifests"},{"name":"1.58.0","sha":"2c9e17c9ab79b75cb752d076d6f8b25aa84a2774","kind":"commit","published_at":"2023-01-05T00:32:53.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.58.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.58.0","dependencies_parsed_at":"2023-06-01T00:24:53.618Z","dependency_job_id":"9846f48b-df46-469d-8ac6-634d89f49738","purl":"pkg:github/anothrNick/github-tag-action@1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.58.0/manifests"},{"name":"1.57.0","sha":"39d8e88de62d6dda316e873553b5ea96d977e2e1","kind":"commit","published_at":"2023-01-04T08:26:30.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.57.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.57.0","dependencies_parsed_at":"2023-06-01T00:24:58.953Z","dependency_job_id":"6734cffe-bed9-43de-ae33-add90f7dd4a1","purl":"pkg:github/anothrNick/github-tag-action@1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.57.0/manifests"},{"name":"1.56.0","sha":"172098fd43f4c6383c4babeaa59d5d967eab18c4","kind":"commit","published_at":"2023-01-02T23:34:07.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.56.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.56.0","dependencies_parsed_at":"2023-06-01T00:24:53.229Z","dependency_job_id":"81150ab4-2bda-45c3-b139-2311aadf25ea","purl":"pkg:github/anothrNick/github-tag-action@1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.56.0/manifests"},{"name":"1.55.0","sha":"2fa498388d20664f4474176ac45845e037377886","kind":"commit","published_at":"2022-12-20T01:16:08.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.55.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.55.0","dependencies_parsed_at":"2023-06-01T00:24:53.266Z","dependency_job_id":"75abc6d0-16ad-4723-8506-cbc341293860","purl":"pkg:github/anothrNick/github-tag-action@1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.55.0/manifests"},{"name":"1.54.0","sha":"11ca9400dccfc808a84c96f9068bc58731336ac3","kind":"commit","published_at":"2022-12-06T02:50:59.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.54.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.54.0","dependencies_parsed_at":"2023-05-31T21:29:42.946Z","dependency_job_id":"234175b5-add1-47f8-8fa9-795c03fbf673","purl":"pkg:github/anothrNick/github-tag-action@1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.54.0/manifests"},{"name":"1.53.0","sha":"a0e0d8b5e319191508879013f597692a761c3aa2","kind":"commit","published_at":"2022-12-04T20:33:35.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.53.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.53.0","dependencies_parsed_at":"2023-05-31T21:29:43.459Z","dependency_job_id":"da000e12-98a8-401e-8f8d-f58d068ddadb","purl":"pkg:github/anothrNick/github-tag-action@1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.53.0/manifests"},{"name":"1.52.0","sha":"1ffbb2e04bd950cffea99066469cb16d69a7887e","kind":"commit","published_at":"2022-10-04T08:08:34.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.52.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.52.0","dependencies_parsed_at":"2023-05-31T20:03:20.757Z","dependency_job_id":"b0941184-36d0-4ed3-a274-51dad7664457","purl":"pkg:github/anothrNick/github-tag-action@1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.52.0/manifests"},{"name":"1.51.0","sha":"d91577849c35ce6b2812c0359ae3cf1b6c49b321","kind":"commit","published_at":"2022-10-01T02:03:00.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.51.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.51.0","dependencies_parsed_at":"2023-05-31T15:58:18.055Z","dependency_job_id":"566148d0-5b0c-476e-8be0-c406e18257aa","purl":"pkg:github/anothrNick/github-tag-action@1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.51.0/manifests"},{"name":"v1","sha":"22295e4595841b3fb4f963f201b44b8243a373c0","kind":"commit","published_at":"2022-09-28T20:10:53.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/v1","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/v1","dependencies_parsed_at":"2023-05-31T15:58:20.545Z","dependency_job_id":"4fca8e90-a03f-49c3-837a-1800b5f76d49","purl":"pkg:github/anothrNick/github-tag-action@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/v1/manifests"},{"name":"1","sha":"22295e4595841b3fb4f963f201b44b8243a373c0","kind":"commit","published_at":"2022-09-28T20:10:53.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1","dependencies_parsed_at":"2023-05-31T15:58:19.855Z","dependency_job_id":"f4ad1a3a-b552-4b23-bb82-5bec5a486c22","purl":"pkg:github/anothrNick/github-tag-action@1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1/manifests"},{"name":"1.50.0","sha":"22295e4595841b3fb4f963f201b44b8243a373c0","kind":"commit","published_at":"2022-09-28T20:10:53.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.50.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.50.0","dependencies_parsed_at":"2023-05-31T15:58:18.739Z","dependency_job_id":"c921e3f5-4b6a-4a70-8a31-edc94973f842","purl":"pkg:github/anothrNick/github-tag-action@1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.50.0/manifests"},{"name":"1.49.0","sha":"5880022db5012b887c98604c7498b1cf537677cc","kind":"commit","published_at":"2022-09-28T01:20:32.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.49.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.49.0","dependencies_parsed_at":"2023-05-31T15:58:19.311Z","dependency_job_id":"60552824-ec61-4466-8367-76a048b78c1a","purl":"pkg:github/anothrNick/github-tag-action@1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.49.0/manifests"},{"name":"1.48.0","sha":"1961683840c88c20e30ea05f3275531674d969b4","kind":"commit","published_at":"2022-09-27T21:07:08.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.48.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.48.0","dependencies_parsed_at":"2023-05-31T15:58:21.138Z","dependency_job_id":"86474168-194d-4148-8aeb-2e87e6f46795","purl":"pkg:github/anothrNick/github-tag-action@1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.48.0/manifests"},{"name":"1.47.0","sha":"aba31d41f2f1a8bc9575072c44f9994872bff1b9","kind":"commit","published_at":"2022-09-27T00:32:58.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.47.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.47.0","dependencies_parsed_at":"2023-05-31T15:58:21.691Z","dependency_job_id":"63c93a9d-2cb2-4ed0-b4af-1a597c3c1604","purl":"pkg:github/anothrNick/github-tag-action@1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.47.0/manifests"},{"name":"1.46.0","sha":"43ed073f5c1445ca8b80d920ce2f8fa550ae4e8d","kind":"commit","published_at":"2022-09-14T23:26:42.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.46.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.46.0","dependencies_parsed_at":"2023-05-31T15:58:22.231Z","dependency_job_id":"50a0dc8f-4994-4de2-8ca5-b47e3d687c35","purl":"pkg:github/anothrNick/github-tag-action@1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.46.0/manifests"},{"name":"1.45.0","sha":"be89588ce7bc1224e56cc016034867a4b439fa0e","kind":"commit","published_at":"2022-09-13T05:39:40.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.45.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.45.0","dependencies_parsed_at":"2023-05-31T15:58:22.703Z","dependency_job_id":"ed38373f-625c-4b14-97d0-5ee80a9026c5","purl":"pkg:github/anothrNick/github-tag-action@1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.45.0/manifests"},{"name":"1.44.0","sha":"d2e4f56da4608bcaeb030ffa579bcec9f7ad788b","kind":"commit","published_at":"2022-09-13T04:37:00.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.44.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.44.0","dependencies_parsed_at":"2023-05-31T15:58:23.257Z","dependency_job_id":"1fbae1a0-82c1-4347-9e85-0016890ba2ff","purl":"pkg:github/anothrNick/github-tag-action@1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.44.0/manifests"},{"name":"1.43.0","sha":"f8ad7df81c57bbb9d5dd55857686046a76caea94","kind":"commit","published_at":"2022-09-13T04:26:11.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.43.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.43.0","dependencies_parsed_at":"2023-05-31T15:58:23.825Z","dependency_job_id":"29b40fe9-3054-4ea7-b4f6-1fc7a24c7b1b","purl":"pkg:github/anothrNick/github-tag-action@1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.43.0/manifests"},{"name":"1.42.0","sha":"dffb400dcfaa04eb8fb5d1a91f3eb7c2c64f731d","kind":"commit","published_at":"2022-09-12T03:23:11.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.42.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.42.0","dependencies_parsed_at":"2023-05-31T15:58:24.323Z","dependency_job_id":"fe42e081-706e-4bf1-9b3b-7312feefbc42","purl":"pkg:github/anothrNick/github-tag-action@1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.42.0/manifests"},{"name":"1.41.0","sha":"f5beac7035aff536ed229c5fb5f0974230112348","kind":"commit","published_at":"2022-09-11T22:38:14.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.41.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.41.0","dependencies_parsed_at":"2023-05-31T15:58:24.755Z","dependency_job_id":"f6edb199-edd6-434a-bc3c-e47670747133","purl":"pkg:github/anothrNick/github-tag-action@1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.41.0/manifests"},{"name":"1.40.0","sha":"38e273cbdda80759cc0232a36f559999f4e47d29","kind":"commit","published_at":"2022-09-09T11:43:52.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.40.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.40.0","dependencies_parsed_at":"2023-05-31T15:58:25.228Z","dependency_job_id":"f98054c7-729f-4f8c-9e84-d93687add268","purl":"pkg:github/anothrNick/github-tag-action@1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.40.0/manifests"},{"name":"1.39.0","sha":"3840ec22ac98e14d981375e3ae2d8d0392964521","kind":"commit","published_at":"2022-04-14T18:09:46.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.39.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.39.0","dependencies_parsed_at":"2023-05-31T15:58:25.693Z","dependency_job_id":"09811476-4e63-4476-bea2-fe54affa1eb1","purl":"pkg:github/anothrNick/github-tag-action@1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.39.0/manifests"},{"name":"1.38.0","sha":"37ff4873ee1e9b43cb25a7817cb15b2128536b84","kind":"commit","published_at":"2022-02-07T18:48:16.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.38.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.38.0","dependencies_parsed_at":"2023-05-31T15:58:26.167Z","dependency_job_id":"820c3cf4-6eff-4ff1-a6c2-90f68e894cac","purl":"pkg:github/anothrNick/github-tag-action@1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.38.0/manifests"},{"name":"1.37.0","sha":"3272e7a58f6c71ee9ede35f53b114e1bb9a91347","kind":"commit","published_at":"2022-02-04T19:32:43.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.37.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.37.0","dependencies_parsed_at":"2023-05-31T15:58:26.581Z","dependency_job_id":"8e954862-2fa5-4f08-a08f-67b646f90195","purl":"pkg:github/anothrNick/github-tag-action@1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.37.0/manifests"},{"name":"1.36.0","sha":"ce4b5ffa38e072fa7a901e417253c438fcc2ccce","kind":"commit","published_at":"2021-09-08T13:58:52.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.36.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.36.0","dependencies_parsed_at":"2023-05-31T15:58:26.991Z","dependency_job_id":"27a764ab-540a-4b9f-9b3d-6ba46417730a","purl":"pkg:github/anothrNick/github-tag-action@1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.36.0/manifests"},{"name":"1.35.0","sha":"cfd2c75d0bf1071c5355d577f0018b0e1b515e9c","kind":"commit","published_at":"2021-03-02T20:47:40.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.35.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.35.0","dependencies_parsed_at":"2023-05-31T15:58:27.444Z","dependency_job_id":"56f06b3d-7b7a-44f6-af21-b3822d0b7015","purl":"pkg:github/anothrNick/github-tag-action@1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.35.0/manifests"},{"name":"1.34.0","sha":"18284c78f6ac68868d5341f57c4f971fb5b7605c","kind":"commit","published_at":"2021-01-11T18:19:01.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.34.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.34.0","dependencies_parsed_at":"2023-05-31T15:58:27.849Z","dependency_job_id":"b3fac4ed-9de3-4af8-8c77-618b8c8f5a5a","purl":"pkg:github/anothrNick/github-tag-action@1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.34.0/manifests"},{"name":"1.33.0","sha":"eca2b69f9e2c24be7decccd0f15fdb1ea5906598","kind":"commit","published_at":"2020-10-26T13:06:19.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.33.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.33.0","dependencies_parsed_at":"2023-05-31T15:58:28.231Z","dependency_job_id":"153594c3-5d00-4553-946e-7ba4398916a0","purl":"pkg:github/anothrNick/github-tag-action@1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.33.0/manifests"},{"name":"1.32.0","sha":"e147364993f2e1ee5e231ffe3362876db25a8f23","kind":"commit","published_at":"2020-10-06T14:57:49.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.32.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.32.0","dependencies_parsed_at":"2023-05-31T15:58:28.604Z","dependency_job_id":"110e75ab-e535-41cd-ace2-db37f21048e1","purl":"pkg:github/anothrNick/github-tag-action@1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.32.0/manifests"},{"name":"1.31.0","sha":"ce335bd819a00745d07753dee0b39a562120209b","kind":"commit","published_at":"2020-10-06T13:33:15.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.31.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.31.0","dependencies_parsed_at":"2023-05-31T15:58:28.975Z","dependency_job_id":"5eef1e41-4f55-486d-b1f6-ee60cb9d8364","purl":"pkg:github/anothrNick/github-tag-action@1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.31.0/manifests"},{"name":"1.30.0","sha":"562992e8e4aebbb30476c3f51b34dc482fc03352","kind":"commit","published_at":"2020-09-18T13:49:11.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.30.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.30.0","dependencies_parsed_at":"2023-05-31T15:58:29.437Z","dependency_job_id":"0127decc-b7d9-46a5-81d2-c46874fd207c","purl":"pkg:github/anothrNick/github-tag-action@1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.30.0/manifests"},{"name":"1.29.0","sha":"d572e64f3ddfe8bb1e612ec5530238de4a29d5fc","kind":"commit","published_at":"2020-09-15T13:30:49.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.29.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.29.0","dependencies_parsed_at":"2023-05-31T15:58:29.807Z","dependency_job_id":"74c61507-ffc0-4258-a823-d22a2312b927","purl":"pkg:github/anothrNick/github-tag-action@1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.29.0/manifests"},{"name":"1.28.0","sha":"fd434878211911c66355fd08feb7e0600c2ed035","kind":"commit","published_at":"2020-09-14T15:11:55.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.28.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.28.0","dependencies_parsed_at":"2023-05-31T15:58:30.248Z","dependency_job_id":"8489c8ed-b65f-43e2-9514-38b8c36f1e8f","purl":"pkg:github/anothrNick/github-tag-action@1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.28.0/manifests"},{"name":"1.27.0","sha":"68fcf87d7defa3119b624c5d26181dfbdfd6b241","kind":"commit","published_at":"2020-09-14T15:11:25.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.27.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.27.0","dependencies_parsed_at":"2023-05-31T15:58:30.652Z","dependency_job_id":"dc78d0fd-32fc-49fa-9585-49851ca78a6e","purl":"pkg:github/anothrNick/github-tag-action@1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.27.0/manifests"},{"name":"1.26.0","sha":"9aaabdb5e989894e95288328d8b17a6347217ae3","kind":"commit","published_at":"2020-08-11T19:04:54.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.26.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.26.0","dependencies_parsed_at":"2023-05-31T15:58:31.031Z","dependency_job_id":"9c0d3fc2-5967-4cea-839b-5900dd181e40","purl":"pkg:github/anothrNick/github-tag-action@1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.26.0/manifests"},{"name":"1.25.0","sha":"83fbc06cb8316c1bb147a682abe390a06787d252","kind":"commit","published_at":"2020-08-11T19:02:11.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.25.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.25.0","dependencies_parsed_at":"2023-05-31T15:58:31.358Z","dependency_job_id":"b927e278-a406-449d-8337-ce100b0669ba","purl":"pkg:github/anothrNick/github-tag-action@1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.25.0/manifests"},{"name":"1.24.0","sha":"e0f334c457bead3768c347653425e98e3561554c","kind":"commit","published_at":"2020-08-11T19:00:31.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.24.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.24.0","dependencies_parsed_at":"2023-05-31T15:58:31.795Z","dependency_job_id":"11921aeb-a01b-4d8b-9d8a-25a7174afa8b","purl":"pkg:github/anothrNick/github-tag-action@1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.24.0/manifests"},{"name":"1.23.0","sha":"c223609de52963fcd6a1c642815a711c02e7367f","kind":"commit","published_at":"2020-06-17T13:33:06.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.23.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.23.0","dependencies_parsed_at":"2023-05-31T15:58:32.248Z","dependency_job_id":"78d7f461-d1b8-40d4-a803-235c67817cdf","purl":"pkg:github/anothrNick/github-tag-action@1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.23.0/manifests"},{"name":"1.22.0","sha":"c170e78287f338a4af0dc49e033e50e5a072d82b","kind":"commit","published_at":"2020-05-05T18:59:53.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.22.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.22.0","dependencies_parsed_at":"2023-05-31T15:58:32.679Z","dependency_job_id":"4accc4b8-7b8c-44b8-8ca8-ef3d2354ab67","purl":"pkg:github/anothrNick/github-tag-action@1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.22.0/manifests"},{"name":"1.21.0","sha":"9d0290c4781a5a257f4a979024f2ac14ff6e746b","kind":"commit","published_at":"2020-05-05T14:05:16.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.21.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.21.0","dependencies_parsed_at":"2023-05-31T15:58:33.042Z","dependency_job_id":"43f2fde9-cdec-4ed2-a47a-76644df4b420","purl":"pkg:github/anothrNick/github-tag-action@1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.21.0/manifests"},{"name":"1.20.0","sha":"48e77103b9d77c50a4b4fdb42fe3e85f3d4e2802","kind":"commit","published_at":"2020-05-05T14:02:31.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.20.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.20.0","dependencies_parsed_at":"2023-05-31T15:58:33.424Z","dependency_job_id":"5d7ee593-8773-41ef-993d-ddfef23435c5","purl":"pkg:github/anothrNick/github-tag-action@1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.20.0/manifests"},{"name":"1.19.0","sha":"d25d941ed293199a1c6db56b2156d5829e5a2b92","kind":"commit","published_at":"2020-03-25T15:40:37.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.19.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.19.0","dependencies_parsed_at":"2023-05-31T15:58:33.815Z","dependency_job_id":"0d51e28c-da70-4bac-aeb4-776528b6ed0e","purl":"pkg:github/anothrNick/github-tag-action@1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.19.0/manifests"},{"name":"1.18.0","sha":"25cc8cfcee1f559aa7a76570ff46ee510f505793","kind":"commit","published_at":"2020-02-28T12:29:52.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.18.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.18.0","dependencies_parsed_at":"2023-05-31T15:58:34.268Z","dependency_job_id":"5934e029-b847-451a-aab1-88c6be9c16e0","purl":"pkg:github/anothrNick/github-tag-action@1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.18.0/manifests"},{"name":"1.17.3","sha":"ebcbc0aa3ba9378cf4cf4fc5ab83aca5da4ffa4e","kind":"commit","published_at":"2020-02-12T18:50:52.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.17.3","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.17.3","dependencies_parsed_at":"2023-05-31T15:58:34.638Z","dependency_job_id":"b4680201-87a5-4165-939f-12c7f1e80294","purl":"pkg:github/anothrNick/github-tag-action@1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.17.3/manifests"},{"name":"1.17.2","sha":"31c05bec812d1a339edacdf9fbf5b068691a65b2","kind":"commit","published_at":"2020-02-08T23:32:54.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.17.2","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.17.2","dependencies_parsed_at":"2023-05-31T15:58:35.047Z","dependency_job_id":"6566e2d7-09e9-454f-adf6-ba94c48ebcac","purl":"pkg:github/anothrNick/github-tag-action@1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.17.2/manifests"},{"name":"1.17.1","sha":"e0c8f12a0aba57b3badda8d7e685be9df7d10a31","kind":"commit","published_at":"2020-02-08T23:31:03.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.17.1","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.17.1","dependencies_parsed_at":"2023-05-31T15:58:35.444Z","dependency_job_id":"f63f5b44-8b7e-45ce-9b5d-c24caad34c27","purl":"pkg:github/anothrNick/github-tag-action@1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.17.1/manifests"},{"name":"1.17.0","sha":"ab1e80f4b1fecd055075f2abc27856a04456ae6d","kind":"commit","published_at":"2020-02-08T23:26:06.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.17.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.17.0","dependencies_parsed_at":"2023-05-31T15:58:35.934Z","dependency_job_id":"5bf6b2c7-7f8a-463f-9427-e788166e4253","purl":"pkg:github/anothrNick/github-tag-action@1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.17.0/manifests"},{"name":"1.16.0","sha":"f54c551e4f221a665373900dee6411b8b00e909b","kind":"commit","published_at":"2020-02-08T23:22:13.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.16.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.16.0","dependencies_parsed_at":"2023-05-31T15:58:36.319Z","dependency_job_id":"7521428d-346e-44e6-a5f2-815043870637","purl":"pkg:github/anothrNick/github-tag-action@1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.16.0/manifests"},{"name":"1.15.0","sha":"28a9850cd70241065eafe2febce0fee18d89f354","kind":"commit","published_at":"2020-02-08T22:32:49.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.15.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.15.0","dependencies_parsed_at":"2023-05-31T15:58:36.786Z","dependency_job_id":"98bff659-e861-4b7e-8989-2becdfe9ebe8","purl":"pkg:github/anothrNick/github-tag-action@1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.15.0/manifests"},{"name":"1.14.0","sha":"2f3cbc6461d1edb3e1eb8ef6cbe94a519e7765d9","kind":"commit","published_at":"2020-02-08T22:07:57.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.14.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.14.0","dependencies_parsed_at":"2023-05-31T15:58:37.180Z","dependency_job_id":"ee995210-8a2a-4811-84de-e8b51a40f4f2","purl":"pkg:github/anothrNick/github-tag-action@1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.14.0/manifests"},{"name":"1.13.0","sha":"1b82315fa74a0572aa0bc1a96b859c57fc26e531","kind":"commit","published_at":"2020-01-23T17:24:12.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.13.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.13.0","dependencies_parsed_at":"2023-05-31T15:58:37.581Z","dependency_job_id":"55281783-934f-40b4-93c4-fe19ac7f885b","purl":"pkg:github/anothrNick/github-tag-action@1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.13.0/manifests"},{"name":"1.12.0","sha":"530174accd51538b8a8fa70e6a67cac2ed3ba597","kind":"commit","published_at":"2020-01-11T01:14:59.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.12.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.12.0","dependencies_parsed_at":"2023-05-31T15:58:37.955Z","dependency_job_id":"78aeae1e-9434-4a8d-9452-0250b767604b","purl":"pkg:github/anothrNick/github-tag-action@1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.12.0/manifests"},{"name":"1.11.0","sha":"54300f1fd862cf010f4b6f7958844793d994f445","kind":"commit","published_at":"2019-12-09T19:18:16.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.11.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.11.0","dependencies_parsed_at":"2023-05-31T15:58:38.326Z","dependency_job_id":"1cc5475b-c787-4c40-b14b-10eb5cf074af","purl":"pkg:github/anothrNick/github-tag-action@1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.11.0/manifests"},{"name":"1.10.0","sha":"aca3c132f8bc18dd01554afb25d9c0d7b519e4ad","kind":"commit","published_at":"2019-12-04T20:10:42.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.10.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.10.0","dependencies_parsed_at":"2023-05-31T15:58:38.704Z","dependency_job_id":"93c86fad-1f13-4116-8e1d-4cf1fdd62601","purl":"pkg:github/anothrNick/github-tag-action@1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.10.0/manifests"},{"name":"1.9.0","sha":"9eb2ee9c860907d89e1e363c835071963441e68f","kind":"commit","published_at":"2019-12-02T16:25:31.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.9.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.9.0","dependencies_parsed_at":"2023-05-31T15:58:39.164Z","dependency_job_id":"dbaa3f58-9d51-4ec6-8b03-7e47f8c3b4ff","purl":"pkg:github/anothrNick/github-tag-action@1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.9.0/manifests"},{"name":"1.8.0","sha":"d7dc09271425d34c5012a1af87a49470656fe7a9","kind":"commit","published_at":"2019-10-27T17:45:50.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.8.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.8.0","dependencies_parsed_at":"2023-05-31T15:58:39.614Z","dependency_job_id":"4eb24df5-53fd-4046-aa30-e811fd26962d","purl":"pkg:github/anothrNick/github-tag-action@1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.8.0/manifests"},{"name":"1.7.1","sha":"f9e1720f754cd4081d4381b376c7d4a28f0e7bbd","kind":"commit","published_at":"2019-10-14T12:51:05.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.7.1","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.7.1","dependencies_parsed_at":"2023-05-31T15:58:40.007Z","dependency_job_id":"2845e49e-e081-4576-8c7b-bb30115f9a96","purl":"pkg:github/anothrNick/github-tag-action@1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.7.1/manifests"},{"name":"1.7.0","sha":"b326202b0e07f855d96bbe0f0ce6b8f75b92bdf1","kind":"commit","published_at":"2019-09-28T16:15:34.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.7.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.7.0","dependencies_parsed_at":"2023-05-31T15:58:40.379Z","dependency_job_id":"31392166-9b01-4c2c-a098-757a2cd86df5","purl":"pkg:github/anothrNick/github-tag-action@1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.7.0/manifests"},{"name":"1.6.0","sha":"3fb9e8777649439b032000ac0a7c468c078b1bf0","kind":"commit","published_at":"2019-09-26T13:53:47.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.6.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.6.0","dependencies_parsed_at":"2023-05-31T15:58:40.754Z","dependency_job_id":"658878f7-f93d-4b90-a864-41f86337dbfc","purl":"pkg:github/anothrNick/github-tag-action@1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.6.0/manifests"},{"name":"1.5.0","sha":"63fe95adabc457c9cecedeed8c508069a1b3a54b","kind":"commit","published_at":"2019-09-23T14:14:59.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.5.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.5.0","dependencies_parsed_at":"2023-05-31T15:58:41.078Z","dependency_job_id":"8d9afa9f-3fde-4a92-9a48-7495cbc30797","purl":"pkg:github/anothrNick/github-tag-action@1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.5.0/manifests"},{"name":"1.4.1","sha":"a3c9832fc46363ee47dea28bde7cee83398a55f7","kind":"commit","published_at":"2019-09-09T18:06:55.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.4.1","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.4.1","dependencies_parsed_at":"2023-05-31T15:58:41.392Z","dependency_job_id":"e8397669-d6f4-4d90-a795-11572a77a48f","purl":"pkg:github/anothrNick/github-tag-action@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"67cc7dbcdeef36cb7560077ab6e9f5af0ae518d8","kind":"commit","published_at":"2019-09-06T19:39:15.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.4.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.4.0","dependencies_parsed_at":"2023-05-31T15:58:41.748Z","dependency_job_id":"30f9f7ce-1e78-4fe8-bc5c-9bccf4bd417b","purl":"pkg:github/anothrNick/github-tag-action@1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.4.0/manifests"},{"name":"1.3.4","sha":"c5580957d19c2842088983d43817e1003627a53e","kind":"commit","published_at":"2019-08-30T16:05:00.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.3.4","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.3.4","dependencies_parsed_at":"2023-05-31T15:58:42.118Z","dependency_job_id":"d3b853fc-d911-47b2-8c22-4f79f34184c1","purl":"pkg:github/anothrNick/github-tag-action@1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.3.4/manifests"},{"name":"1.3.3","sha":"85fee8676d02091155c44a9357ea7c7eea6b04a4","kind":"commit","published_at":"2019-08-30T15:56:43.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.3.3","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.3.3","dependencies_parsed_at":"2023-05-31T15:58:42.506Z","dependency_job_id":"533f924b-30a5-4b79-ad5c-da8e7539babe","purl":"pkg:github/anothrNick/github-tag-action@1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.3.3/manifests"},{"name":"1.3.2","sha":"6823f6af8f3cc7ff1cc2061768857d602c8ab8d9","kind":"commit","published_at":"2019-08-30T15:36:16.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.3.2","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.3.2","dependencies_parsed_at":"2023-05-31T15:58:42.815Z","dependency_job_id":"82dcac24-ad30-409e-9b7a-f9a7e691df5f","purl":"pkg:github/anothrNick/github-tag-action@1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.3.2/manifests"},{"name":"1.3.1","sha":"c66e863c1e4105ad72f314e7eeff62c94ffd2dcc","kind":"commit","published_at":"2019-08-29T18:43:42.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.3.1","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.3.1","dependencies_parsed_at":"2023-05-31T15:58:43.148Z","dependency_job_id":"69e17347-2e41-41ab-9bbd-d1eaa45202f3","purl":"pkg:github/anothrNick/github-tag-action@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.3.1/manifests"},{"name":"1.3.0","sha":"925e49ef96878ba667da5cfe8b22904073ac9cbd","kind":"commit","published_at":"2019-08-29T18:27:50.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.3.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.3.0","dependencies_parsed_at":"2023-05-31T15:58:43.443Z","dependency_job_id":"50bdf8c3-27e4-4693-b5fb-748c1c217511","purl":"pkg:github/anothrNick/github-tag-action@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.3.0/manifests"},{"name":"1.2.0","sha":"1f01e68dccc7801100bb3e0887ecea0fa009b958","kind":"commit","published_at":"2019-08-29T18:17:36.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.2.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.2.0","dependencies_parsed_at":"2023-05-31T15:58:43.781Z","dependency_job_id":"14f8852e-4e04-4f12-86a3-ef8f761d14d9","purl":"pkg:github/anothrNick/github-tag-action@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.2.0/manifests"},{"name":"1.1.0","sha":"0add784540337630257407acbaefa6e10516896f","kind":"commit","published_at":"2019-08-29T17:50:20.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.1.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.1.0","dependencies_parsed_at":"2023-05-31T15:58:44.121Z","dependency_job_id":"d632fccf-d06c-457c-9f8e-b4559d8a2c87","purl":"pkg:github/anothrNick/github-tag-action@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.1.0/manifests"},{"name":"1.0.2","sha":"e78dbb89a168d357547313428a2ecf02b8803bbb","kind":"commit","published_at":"2019-08-29T17:42:03.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.0.2","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.0.2","dependencies_parsed_at":"2023-05-31T15:58:44.419Z","dependency_job_id":"7963a77c-0297-4f65-b3a8-425fefaf08f3","purl":"pkg:github/anothrNick/github-tag-action@1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.0.2/manifests"},{"name":"1.0.1","sha":"bed1add44a11c6314e179afce7eb5e0e4808d8bb","kind":"commit","published_at":"2019-08-29T17:39:19.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.0.1","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.0.1","dependencies_parsed_at":"2023-05-31T15:58:44.719Z","dependency_job_id":"790f7135-9007-41e2-88a5-2325c5b95700","purl":"pkg:github/anothrNick/github-tag-action@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.0.1/manifests"},{"name":"1.0.0","sha":"63aa9127c0c26baa72a90b16fe41954b35a270c7","kind":"commit","published_at":"2019-08-29T17:10:00.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/1.0.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/1.0.0","dependencies_parsed_at":"2023-05-31T15:58:45.003Z","dependency_job_id":"3c8091a9-11a2-46cf-9d24-35f00e1878a4","purl":"pkg:github/anothrNick/github-tag-action@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/1.0.0/manifests"},{"name":"0.1.1","sha":"d3cbd079030079bb49f60e098067f234d3f8ff39","kind":"commit","published_at":"2019-08-28T21:30:22.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/0.1.1","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/0.1.1","dependencies_parsed_at":"2023-05-31T15:58:45.180Z","dependency_job_id":"307cb58d-a9d7-441a-bebd-53e139340a63","purl":"pkg:github/anothrNick/github-tag-action@0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/0.1.1/manifests"},{"name":"0.1.0","sha":"a7e14f25699359b12b5f0d6889c2c00d6d303c3b","kind":"commit","published_at":"2019-08-28T21:27:57.000Z","download_url":"https://codeload.github.com/anothrNick/github-tag-action/tar.gz/0.1.0","html_url":"https://github.com/anothrNick/github-tag-action/releases/tag/0.1.0","dependencies_parsed_at":"2023-05-31T15:58:45.415Z","dependency_job_id":"5ae95f92-ba7d-42d9-8b04-683b3b564ffb","purl":"pkg:github/anothrNick/github-tag-action@0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/tags/0.1.0/manifests"}]},"repo_metadata_updated_at":"2025-08-23T04:59:53.445Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":2202,"rankings":{"downloads":null,"dependent_repos_count":0.5165583901125019,"dependent_packages_count":0.0,"stargazers_count":0.4278244335287593,"forks_count":0.15211535414355887,"docker_downloads_count":null,"average":0.27412454444620504},"purl":"pkg:githubactions/anothrNick/github-tag-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/anothrNick/github-tag-action","docker_dependents_count":5,"docker_downloads_count":88708261,"usage_url":"https://repos.ecosyste.ms/usage/actions/anothrNick/github-tag-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/anothrNick/github-tag-action/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-06-30T21:08:40.295Z","issues_count":111,"pull_requests_count":79,"avg_time_to_close_issue":15979604.597701149,"avg_time_to_close_pull_request":3599334.904109589,"issues_closed_count":87,"pull_requests_closed_count":73,"pull_request_authors_count":39,"issue_authors_count":96,"avg_comments_per_issue":3.4684684684684686,"avg_comments_per_pull_request":2.151898734177215,"merged_pull_requests_count":53,"bot_issues_count":0,"bot_pull_requests_count":2,"past_year_issues_count":15,"past_year_pull_requests_count":11,"past_year_avg_time_to_close_issue":26163987.0,"past_year_avg_time_to_close_pull_request":6878563.666666667,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":6,"past_year_pull_request_authors_count":10,"past_year_issue_authors_count":15,"past_year_avg_comments_per_issue":0.8,"past_year_avg_comments_per_pull_request":1.9090909090909092,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":2,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anothrNick%2Fgithub-tag-action/issues","maintainers":[{"login":"sbe-arg","count":29,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sbe-arg"},{"login":"sammcj","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sammcj"},{"login":"anothrNick","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/anothrNick"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/anothrNick%2Fgithub-tag-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/anothrNick%2Fgithub-tag-action/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/anothrNick%2Fgithub-tag-action/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/anothrNick%2Fgithub-tag-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/anothrNick%2Fgithub-tag-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/anothrNick%2Fgithub-tag-action/codemeta","maintainers":[]}