{"id":5802912,"name":"Actions-R-Us/actions-tagger","ecosystem":"actions","description":"Keep your action versions up-to-date by automatically promoting a major version each time a minor release is created","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/Actions-R-Us/actions-tagger","keywords_array":["actions","cross-platform","github-actions","typescript","versioning"],"namespace":"Actions-R-Us","versions_count":17,"first_release_published_at":"2019-12-17T22:42:23.000Z","latest_release_published_at":"2022-11-17T17:45:31.000Z","latest_release_number":"v2.0.3","last_synced_at":"2026-04-01T12:04:18.686Z","created_at":"2023-01-04T14:07:44.064Z","updated_at":"2026-04-01T12:04:18.687Z","registry_url":"https://github.com/Actions-R-Us/actions-tagger","install_command":null,"documentation_url":null,"metadata":{"name":"Actions Tagger","author":"smac89","description":"Keep your action versions up-to-date by automatically promoting a major version each time a minor release is created","inputs":{"publish_latest_tag":{"description":"(Deprecated) Whether or not to also publish a `latest` tag","required":false,"default":false},"publish_latest":{"description":"Whether or not to also publish a `latest` ref (depending on `prefer_branch_releases`)","required":false,"default":false},"prefer_branch_releases":{"description":"Do you prefer creating major branches as opposed to major tags?","required":false,"default":false},"token":{"description":"A GitHub token used for making requests to Github's API","default":"${{ github.token }}"}},"outputs":{"tag":{"description":"The major version that was created/updated. ex v1"},"latest":{"description":"Either 'true' or 'false' depending on whether the 'latest' tag was created"}},"runs":{"using":"node20","main":"lib/index.js"},"branding":{"icon":"tag","color":"white"},"default_branch":"release/v2","path":null},"repo_metadata":{"id":40281016,"uuid":"228677300","full_name":"Actions-R-Us/actions-tagger","owner":"Actions-R-Us","description":"A meta-action to keep your action versions up-to-date :rocket:","archived":false,"fork":false,"pushed_at":"2024-02-16T18:20:43.000Z","size":1452,"stargazers_count":129,"open_issues_count":10,"forks_count":12,"subscribers_count":2,"default_branch":"release/v2","last_synced_at":"2025-06-29T16:05:07.351Z","etag":null,"topics":["actions","cross-platform","github-actions","typescript","versioning"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Actions-R-Us.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"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}},"created_at":"2019-12-17T18:25:09.000Z","updated_at":"2025-05-05T05:41:33.000Z","dependencies_parsed_at":"2023-02-12T20:16:20.123Z","dependency_job_id":"84bfd9d8-e460-4188-8c3d-a6778c27af30","html_url":"https://github.com/Actions-R-Us/actions-tagger","commit_stats":{"total_commits":104,"total_committers":6,"mean_commits":"17.333333333333332","dds":0.3557692307692307,"last_synced_commit":"68b8860d45b8d5a78fc2b0b4c7bb19da085b38c6"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/Actions-R-Us/actions-tagger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Actions-R-Us","download_url":"https://codeload.github.com/Actions-R-Us/actions-tagger/tar.gz/refs/heads/release/v2","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/sbom","scorecard":{"id":8357,"data":{"date":"2025-08-11","repo":{"name":"github.com/Actions-R-Us/actions-tagger","commit":"148653c6179832f8392d083de6b46ad3dcc54de3"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.8,"checks":[{"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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/cicd.yml:1","Warn: no topLevel permission defined: .github/workflows/versioning.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":"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":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","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":"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/cicd.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/Actions-R-Us/actions-tagger/cicd.yml/release/v2?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/cicd.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/Actions-R-Us/actions-tagger/cicd.yml/release/v2?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/versioning.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/Actions-R-Us/actions-tagger/versioning.yml/release/v2?enable=pin","Info:   0 out of   3 GitHub-owned GitHubAction 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":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"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":"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: 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":"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":"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":"Vulnerabilities","score":0,"reason":"14 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-h5c3-5r3r-rr8q","Warn: Project is vulnerable to: GHSA-rmvr-2pp2-xj38","Warn: Project is vulnerable to: GHSA-xx4v-prfh-6cgc","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-3787-6prv-h9w3","Warn: Project is vulnerable to: GHSA-9qxr-qj54-h672","Warn: Project is vulnerable to: GHSA-m4v8-wqvr-p9f7","Warn: Project is vulnerable to: GHSA-c76h-2ccp-4975","Warn: Project is vulnerable to: GHSA-cxrh-j4jr-qwg3"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-14T14:03:21.138Z","repository_id":40281016,"created_at":"2025-08-14T14:03:21.138Z","updated_at":"2025-08-14T14:03:21.138Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278552895,"owners_count":26005663,"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-10-06T02:00:05.630Z","response_time":65,"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":"Actions-R-Us","name":"Actions Are Us","uuid":"58990726","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/58990726?v=4","repositories_count":3,"last_synced_at":"2023-03-09T23:50:37.175Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/Actions-R-Us","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-19T15:28:43.954Z","updated_at":"2023-03-09T23:50:37.319Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Actions-R-Us","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Actions-R-Us/repositories"},"tags":[{"name":"v2.1.0-rc5","sha":"6cbe5c332443bd074f7472fc9868f2932c4afa79","kind":"commit","published_at":"2023-11-23T07:56:03.000Z","download_url":"https://codeload.github.com/Actions-R-Us/actions-tagger/tar.gz/v2.1.0-rc5","html_url":"https://github.com/Actions-R-Us/actions-tagger/releases/tag/v2.1.0-rc5","dependencies_parsed_at":"2023-11-25T04:13:44.317Z","dependency_job_id":null,"purl":"pkg:github/Actions-R-Us/actions-tagger@v2.1.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/tags/v2.1.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/tags/v2.1.0-rc5/manifests"},{"name":"v2.1.0-rc4","sha":"ff1eb1034b9169c7273babbd16a38e4df06e7d9d","kind":"commit","published_at":"2023-11-23T00:53:40.000Z","download_url":"https://codeload.github.com/Actions-R-Us/actions-tagger/tar.gz/v2.1.0-rc4","html_url":"https://github.com/Actions-R-Us/actions-tagger/releases/tag/v2.1.0-rc4","dependencies_parsed_at":"2023-11-24T04:14:26.027Z","dependency_job_id":null,"purl":"pkg:github/Actions-R-Us/actions-tagger@v2.1.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/tags/v2.1.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/tags/v2.1.0-rc4/manifests"},{"name":"v2.1.0-rc3","sha":"68253d04ce5d781406a7b26bc5e9d60266ea9bfc","kind":"commit","published_at":"2023-11-23T00:20:32.000Z","download_url":"https://codeload.github.com/Actions-R-Us/actions-tagger/tar.gz/v2.1.0-rc3","html_url":"https://github.com/Actions-R-Us/actions-tagger/releases/tag/v2.1.0-rc3","dependencies_parsed_at":"2023-11-24T04:14:26.114Z","dependency_job_id":null,"purl":"pkg:github/Actions-R-Us/actions-tagger@v2.1.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/tags/v2.1.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/tags/v2.1.0-rc3/manifests"},{"name":"v2.1.0-rc2","sha":"66b0a0aaa57ce693276ac0d3fb4ab7c57537782d","kind":"commit","published_at":"2023-11-22T23:59:24.000Z","download_url":"https://codeload.github.com/Actions-R-Us/actions-tagger/tar.gz/v2.1.0-rc2","html_url":"https://github.com/Actions-R-Us/actions-tagger/releases/tag/v2.1.0-rc2","dependencies_parsed_at":"2023-11-24T04:14:26.041Z","dependency_job_id":null,"purl":"pkg:github/Actions-R-Us/actions-tagger@v2.1.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/tags/v2.1.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/tags/v2.1.0-rc2/manifests"},{"name":"v2.1.0-rc1","sha":"3f366e535d2d945d966400b1fbcf9f075a9ea739","kind":"commit","published_at":"2023-11-22T23:31:19.000Z","download_url":"https://codeload.github.com/Actions-R-Us/actions-tagger/tar.gz/v2.1.0-rc1","html_url":"https://github.com/Actions-R-Us/actions-tagger/releases/tag/v2.1.0-rc1","dependencies_parsed_at":"2023-11-24T04:14:26.056Z","dependency_job_id":null,"purl":"pkg:github/Actions-R-Us/actions-tagger@v2.1.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/tags/v2.1.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/tags/v2.1.0-rc1/manifests"},{"name":"v2.0.3","sha":"330ddfac760021349fef7ff62b372f2f691c20fb","kind":"commit","published_at":"2022-11-17T17:45:31.000Z","download_url":"https://codeload.github.com/Actions-R-Us/actions-tagger/tar.gz/v2.0.3","html_url":"https://github.com/Actions-R-Us/actions-tagger/releases/tag/v2.0.3","dependencies_parsed_at":"2023-07-20T20:41:45.527Z","dependency_job_id":null,"purl":"pkg:github/Actions-R-Us/actions-tagger@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/tags/v2.0.3/manifests"},{"name":"v2","sha":"f411bd910a5ad370d4511517e3eac7ff887c90ea","kind":"commit","published_at":"2021-04-01T02:57:33.000Z","download_url":"https://codeload.github.com/Actions-R-Us/actions-tagger/tar.gz/v2","html_url":"https://github.com/Actions-R-Us/actions-tagger/releases/tag/v2","dependencies_parsed_at":"2023-07-20T20:41:45.166Z","dependency_job_id":null,"purl":"pkg:github/Actions-R-Us/actions-tagger@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/tags/v2/manifests"},{"name":"v2.0.2","sha":"f411bd910a5ad370d4511517e3eac7ff887c90ea","kind":"commit","published_at":"2021-04-01T02:57:33.000Z","download_url":"https://codeload.github.com/Actions-R-Us/actions-tagger/tar.gz/v2.0.2","html_url":"https://github.com/Actions-R-Us/actions-tagger/releases/tag/v2.0.2","dependencies_parsed_at":"2023-07-20T20:41:45.560Z","dependency_job_id":null,"purl":"pkg:github/Actions-R-Us/actions-tagger@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/tags/v2.0.2/manifests"},{"name":"latest","sha":"f411bd910a5ad370d4511517e3eac7ff887c90ea","kind":"commit","published_at":"2021-04-01T02:57:33.000Z","download_url":"https://codeload.github.com/Actions-R-Us/actions-tagger/tar.gz/latest","html_url":"https://github.com/Actions-R-Us/actions-tagger/releases/tag/latest","dependencies_parsed_at":"2023-07-20T20:41:45.303Z","dependency_job_id":null,"purl":"pkg:github/Actions-R-Us/actions-tagger@latest","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/tags/latest","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/tags/latest/manifests"},{"name":"v2.0.1","sha":"95c51c646e75db5c6b7d447e3087bcee58677341","kind":"commit","published_at":"2020-07-03T20:58:24.000Z","download_url":"https://codeload.github.com/Actions-R-Us/actions-tagger/tar.gz/v2.0.1","html_url":"https://github.com/Actions-R-Us/actions-tagger/releases/tag/v2.0.1","dependencies_parsed_at":"2023-07-20T20:41:45.225Z","dependency_job_id":null,"purl":"pkg:github/Actions-R-Us/actions-tagger@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"3f1a22192d48073900000ba1bb920033201db849","kind":"commit","published_at":"2020-05-01T08:08:42.000Z","download_url":"https://codeload.github.com/Actions-R-Us/actions-tagger/tar.gz/v2.0.0","html_url":"https://github.com/Actions-R-Us/actions-tagger/releases/tag/v2.0.0","dependencies_parsed_at":"2023-07-20T20:41:45.516Z","dependency_job_id":null,"purl":"pkg:github/Actions-R-Us/actions-tagger@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/tags/v2.0.0/manifests"},{"name":"v1","sha":"aeab813abe8bda03bfdbe3ad72067bb00e9380c6","kind":"commit","published_at":"2020-04-01T17:57:49.000Z","download_url":"https://codeload.github.com/Actions-R-Us/actions-tagger/tar.gz/v1","html_url":"https://github.com/Actions-R-Us/actions-tagger/releases/tag/v1","dependencies_parsed_at":"2023-07-20T20:41:45.556Z","dependency_job_id":null,"purl":"pkg:github/Actions-R-Us/actions-tagger@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/tags/v1/manifests"},{"name":"v1.0.3","sha":"aeab813abe8bda03bfdbe3ad72067bb00e9380c6","kind":"commit","published_at":"2020-04-01T17:57:49.000Z","download_url":"https://codeload.github.com/Actions-R-Us/actions-tagger/tar.gz/v1.0.3","html_url":"https://github.com/Actions-R-Us/actions-tagger/releases/tag/v1.0.3","dependencies_parsed_at":"2023-07-20T20:41:45.523Z","dependency_job_id":null,"purl":"pkg:github/Actions-R-Us/actions-tagger@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"30b4dc3461b37552190314b88d500a17c38edfbf","kind":"commit","published_at":"2020-03-30T22:49:07.000Z","download_url":"https://codeload.github.com/Actions-R-Us/actions-tagger/tar.gz/v1.0.2","html_url":"https://github.com/Actions-R-Us/actions-tagger/releases/tag/v1.0.2","dependencies_parsed_at":"2023-07-20T20:41:45.594Z","dependency_job_id":null,"purl":"pkg:github/Actions-R-Us/actions-tagger@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"2b9db5339ff27844d5d2c50046b1e1300fad7d92","kind":"commit","published_at":"2020-03-30T21:52:04.000Z","download_url":"https://codeload.github.com/Actions-R-Us/actions-tagger/tar.gz/v1.0.1","html_url":"https://github.com/Actions-R-Us/actions-tagger/releases/tag/v1.0.1","dependencies_parsed_at":"2023-07-20T20:41:45.536Z","dependency_job_id":null,"purl":"pkg:github/Actions-R-Us/actions-tagger@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"481630360dc10447a4a8d08535186afee46c4f37","kind":"commit","published_at":"2019-12-18T00:53:25.000Z","download_url":"https://codeload.github.com/Actions-R-Us/actions-tagger/tar.gz/v1.0.0","html_url":"https://github.com/Actions-R-Us/actions-tagger/releases/tag/v1.0.0","dependencies_parsed_at":"2023-07-20T20:41:45.435Z","dependency_job_id":null,"purl":"pkg:github/Actions-R-Us/actions-tagger@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/tags/v1.0.0/manifests"},{"name":"v0","sha":"3c8cb14d112b363f8455e1f8332f55f5033887f3","kind":"commit","published_at":"2019-12-17T22:42:23.000Z","download_url":"https://codeload.github.com/Actions-R-Us/actions-tagger/tar.gz/v0","html_url":"https://github.com/Actions-R-Us/actions-tagger/releases/tag/v0","dependencies_parsed_at":"2023-07-20T20:41:45.369Z","dependency_job_id":null,"purl":"pkg:github/Actions-R-Us/actions-tagger@v0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/tags/v0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/tags/v0/manifests"}]},"repo_metadata_updated_at":"2025-10-06T03:44:21.795Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":533,"rankings":{"downloads":null,"dependent_repos_count":1.4672793535097448,"dependent_packages_count":0.0,"stargazers_count":1.8095389003327522,"forks_count":4.683885279670417,"docker_downloads_count":null,"average":1.9901758833782284},"purl":"pkg:githubactions/Actions-R-Us/actions-tagger","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/Actions-R-Us/actions-tagger","docker_dependents_count":1,"docker_downloads_count":151,"usage_url":"https://repos.ecosyste.ms/usage/actions/Actions-R-Us/actions-tagger","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/Actions-R-Us/actions-tagger/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-06T03:22:26.157Z","issues_count":19,"pull_requests_count":73,"avg_time_to_close_issue":2842660.909090909,"avg_time_to_close_pull_request":6464985.802816901,"issues_closed_count":11,"pull_requests_closed_count":71,"pull_request_authors_count":9,"issue_authors_count":15,"avg_comments_per_issue":2.1052631578947367,"avg_comments_per_pull_request":0.4657534246575342,"merged_pull_requests_count":47,"bot_issues_count":1,"bot_pull_requests_count":65,"past_year_issues_count":2,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/Actions-R-Us%2Factions-tagger/issues","maintainers":[{"login":"smac89","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/smac89"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Actions-R-Us%2Factions-tagger/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Actions-R-Us%2Factions-tagger/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Actions-R-Us%2Factions-tagger/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Actions-R-Us%2Factions-tagger/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Actions-R-Us%2Factions-tagger/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Actions-R-Us%2Factions-tagger/codemeta","maintainers":[]}