{"id":5802348,"name":"AlexAtkinson/github-action-gitops-autover","ecosystem":"actions","description":"Automatically determine semantic version based on branch merge history.","homepage":"","licenses":"gpl-3.0","normalized_licenses":["GPL-3.0"],"repository_url":"https://github.com/AlexAtkinson/github-action-gitops-autover","keywords_array":["cicd","devops","devops-tools","devops-workflow","version-control","versioning"],"namespace":"AlexAtkinson","versions_count":61,"first_release_published_at":"2022-11-18T19:15:43.000Z","latest_release_published_at":"2024-12-20T21:48:56.000Z","latest_release_number":"0.12.0","last_synced_at":"2026-04-17T01:32:17.613Z","created_at":"2023-01-04T13:42:53.077Z","updated_at":"2026-04-17T01:32:17.613Z","registry_url":"https://github.com/AlexAtkinson/github-action-gitops-autover","install_command":null,"documentation_url":null,"metadata":{"name":"GitOps Automatic Versioning","author":"EvilKittenLord","description":"Automatically determine semantic version based on branch merge history.","branding":{"icon":"git-branch","color":"white"},"inputs":{"force-re-evaluate":{"description":"Forces a re-evaluation of the entire git history.","required":false,"default":"false"},"force-patch-increment":{"description":"Forces a PATCH increment if no other increment detected. NOTE: This is intended for development purposes only.","required":false,"default":"false"},"mono-repo-product-name":{"description":"Enables mono-repo mode. The product name to match against. EG: 'bob', match the tags like 'bob_1.2.3'.","required":false,"default":""},"mono-repo-product-path":{"description":"The path to the product. IE: 'path/to/bob'. Required if 'mono-repo-mode' is enabled.","required":false,"default":""}},"outputs":{"new-version":{"description":"New Version","value":"${{ steps.new-version.outputs.new-version }}"},"previous-version":{"description":"Previous Version","value":"${{ steps.previous-version.outputs.previous-version }}"},"debug-cmd":{"description":"Input Command","value":"${{ steps.previous-version.outputs.debug-cmd }}"}},"runs":{"using":"composite","steps":[{"name":"Checkout","uses":"actions/checkout@v4"},{"name":"Ensure full commit history","run":"cd $GITHUB_WORKSPACE\ngit pull --unshallow\n","shell":"bash"},{"name":"Detect Previous Version","id":"previous-version","run":"cd $GITHUB_WORKSPACE\necho \"previous-version=$(${{ github.action_path }}/scripts/detectPreviousVersion.sh)\" | tee $GITHUB_OUTPUT\n","shell":"bash"},{"name":"Detect New Version","id":"new-version","run":"cd $GITHUB_WORKSPACE\nopt=''\n[[ \"${{ github.event.inputs.force-re-evaluate }}\" == 'true' ]] \u0026\u0026 opt='$opt -f'\n[[ \"${{ github.event.inputs.force-patch-increment }}\" == 'true' ]] \u0026\u0026 opt='$opt -p'\n[[ \"${{ github.event.inputs.mono-repo-product-name }}\" != \"\" ]] \u0026\u0026 opt='$opt -n ${{ github.event.inputs.mono-repo-product-name }}'\n[[ \"${{ github.event.inputs.mono-repo-product-path }}\" != \"\" ]] \u0026\u0026 opt='$opt -d ${{ github.event.inputs.mono-repo-product-path }}'\nnew_version=\"$(${{ github.action_path }}/scripts/detectNewVersion.sh $opt)\" || true\ndebug_cmd=\"echo ${{ github.action_path }}/scripts/detectNewVersion.sh $opt\" || true\necho \"new-version=$new_version\" | tee $GITHUB_OUTPUT\nif [[ \"$new_version\" =~ \"520\" ]]; then\n  echo -e \"ERROR: 520 - You must source this script when specifying an environment variable! Eg: '. ./foo.sh -e bar_ver'\"\n  exit 1 || true\nfi\nif [[ \"$new_version\" =~ \"570\" ]]; then\n  echo -e \"ERROR: 570 - Invalid argument!\"\n  exit 1 || true\nfi\nif [[ \"$new_version\" =~ \"590\" ]]; then\n  echo -e \"FATAL: 501 - This is not a git repository!\"\n  exit 1 || true\nfi\nif [[ \"$new_version\" =~ \"591\" ]]; then\n  echo -e \"ERROR: 591 - Unsupported origin host.\"\n  exit 1 || true\nfi\nif [[ \"$new_version\" =~ \"599\" ]]; then\n  echo -e \"ERROR: 599 - No feature, enhancement, fix, bugfix, hotfix, or ops branches detected!\"\n  exit 1 || true\nfi\n","shell":"bash"},{"name":"Debug Cmd","id":"debug-cmd","run":"cd $GITHUB_WORKSPACE\nopt=''\n[[ \"${{ github.event.inputs.force-re-evaluate }}\" == 'true' ]] \u0026\u0026 opt='$opt -f'\n[[ \"${{ github.event.inputs.force-patch-increment }}\" == 'true' ]] \u0026\u0026 opt='$opt -p'\n[[ \"${{ github.event.inputs.mono-repo-product-name }}\" != \"\" ]] \u0026\u0026 opt='$opt -n ${{ github.event.inputs.mono-repo-product-name }}'\n[[ \"${{ github.event.inputs.mono-repo-product-path }}\" != \"\" ]] \u0026\u0026 opt='$opt -d ${{ github.event.inputs.mono-repo-product-path }}'\ndebug_cmd=\"echo ${{ github.action_path }}/scripts/detectNewVersion.sh $opt\" || true\necho \"debug-cmd=$debug_cmd\" | tee $GITHUB_OUTPUT\n","shell":"bash"}]},"default_branch":"main","path":null},"repo_metadata":{"id":63434452,"uuid":"564075672","full_name":"AlexAtkinson/github-action-gitops-autover","owner":"AlexAtkinson","description":"Automatically determine the semantic version based on merge history.","archived":false,"fork":false,"pushed_at":"2024-12-20T21:49:12.000Z","size":183,"stargazers_count":13,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T15:33:38.059Z","etag":null,"topics":["cicd","devops","devops-tools","devops-workflow","version-control","versioning"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlexAtkinson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-09T23:58:03.000Z","updated_at":"2025-10-03T16:14:19.000Z","dependencies_parsed_at":"2024-12-17T23:34:32.969Z","dependency_job_id":null,"html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover","commit_stats":{"total_commits":83,"total_committers":2,"mean_commits":41.5,"dds":0.02409638554216864,"last_synced_commit":"e7edb9ef858e623b6ee01df67e8a07e48955d424"},"previous_names":[],"tags_count":61,"template":false,"template_full_name":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexAtkinson","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/sbom","scorecard":{"id":10843,"data":{"date":"2025-08-11","repo":{"name":"github.com/AlexAtkinson/github-action-gitops-autover","commit":"80bc0c3ae9eee153182ee6e78c26015ca24a36cc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.4,"checks":[{"name":"Code-Review","score":0,"reason":"Found 0/14 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":"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/actions-users-count.yml:1","Warn: no topLevel permission defined: .github/workflows/build-and-release.yml:1","Warn: no topLevel permission defined: .github/workflows/test.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":"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/actions-users-count.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/AlexAtkinson/github-action-gitops-autover/actions-users-count.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/actions-users-count.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/AlexAtkinson/github-action-gitops-autover/actions-users-count.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-and-release.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/AlexAtkinson/github-action-gitops-autover/build-and-release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-and-release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/AlexAtkinson/github-action-gitops-autover/build-and-release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-and-release.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/AlexAtkinson/github-action-gitops-autover/build-and-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/AlexAtkinson/github-action-gitops-autover/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/AlexAtkinson/github-action-gitops-autover/test.yml/main?enable=pin","Info:   0 out of   3 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   4 third-party 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":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: GNU General Public License v3.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact 0.12.0 not signed: https://api.github.com/repos/AlexAtkinson/github-action-gitops-autover/releases/191931915","Warn: release artifact 0.10.0 not signed: https://api.github.com/repos/AlexAtkinson/github-action-gitops-autover/releases/191931073","Warn: release artifact 0.3.1 not signed: https://api.github.com/repos/AlexAtkinson/github-action-gitops-autover/releases/151424003","Warn: release artifact 0.3.0 not signed: https://api.github.com/repos/AlexAtkinson/github-action-gitops-autover/releases/149662651","Warn: release artifact 0.2.9 not signed: https://api.github.com/repos/AlexAtkinson/github-action-gitops-autover/releases/121024991","Warn: release artifact 0.12.0 does not have provenance: https://api.github.com/repos/AlexAtkinson/github-action-gitops-autover/releases/191931915","Warn: release artifact 0.10.0 does not have provenance: https://api.github.com/repos/AlexAtkinson/github-action-gitops-autover/releases/191931073","Warn: release artifact 0.3.1 does not have provenance: https://api.github.com/repos/AlexAtkinson/github-action-gitops-autover/releases/151424003","Warn: release artifact 0.3.0 does not have provenance: https://api.github.com/repos/AlexAtkinson/github-action-gitops-autover/releases/149662651","Warn: release artifact 0.2.9 does not have provenance: https://api.github.com/repos/AlexAtkinson/github-action-gitops-autover/releases/121024991"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 26 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-14T14:30:24.566Z","repository_id":63434452,"created_at":"2025-08-14T14:30:24.566Z","updated_at":"2025-08-14T14:30:24.566Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010259,"owners_count":26084720,"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-12T02:00:06.719Z","response_time":53,"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":"AlexAtkinson","name":"Alex Atkinson","uuid":"2965366","kind":"user","description":"Very long-term DevOps/DevSecOps/SRE.\r\nI build only self-healing, never-wakes-you-up-at-2am, level 9001 infra; and champion individual success.","email":"","website":null,"location":"Toronto","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2965366?u=b8093d87ddbc48928960e689336210e81546d397\u0026v=4","repositories_count":14,"last_synced_at":"2025-10-03T11:55:36.427Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/AlexAtkinson","funding_links":["https://github.com/sponsors/AlexAtkinson"],"total_stars":12,"followers":9,"following":8,"created_at":"2023-08-23T02:26:53.893Z","updated_at":"2025-10-03T11:55:36.428Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexAtkinson","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexAtkinson/repositories"},"tags":[{"name":"0.12.0","sha":"80bc0c3ae9eee153182ee6e78c26015ca24a36cc","kind":"commit","published_at":"2024-12-20T21:48:56.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.12.0","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.12.0","dependencies_parsed_at":"2024-12-22T05:52:19.014Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.12.0/manifests"},{"name":"0.11.0","sha":"1d747e466c00a810dc6125fa4af22a811afd8f1c","kind":"commit","published_at":"2024-12-20T21:46:51.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.11.0","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.11.0","dependencies_parsed_at":"2024-12-22T05:52:19.018Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.11.0/manifests"},{"name":"0.10.0","sha":"4f8891f2be29e7a820761d7707d5908e970d01d9","kind":"commit","published_at":"2024-12-20T21:40:24.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.10.0","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.10.0","dependencies_parsed_at":"2024-12-22T05:52:19.013Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.10.0/manifests"},{"name":"0.9.0","sha":"c79a65dc8f35a1eb0c630561ee9458f77cf8eebf","kind":"commit","published_at":"2024-12-20T21:26:03.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.9.0","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.9.0","dependencies_parsed_at":"2024-12-22T05:52:19.021Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.9.0/manifests"},{"name":"0.8.0","sha":"0ba0636f37b7ea5aaf9fb05320a42a5b715c0890","kind":"commit","published_at":"2024-12-20T21:16:50.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.8.0","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.8.0","dependencies_parsed_at":"2024-12-22T05:52:19.019Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.8.0/manifests"},{"name":"0.7.0","sha":"6b0ea684e21fa034e801af336581f6613eb39171","kind":"commit","published_at":"2024-12-20T20:57:58.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.7.0","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.7.0","dependencies_parsed_at":"2024-12-22T05:52:19.019Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.7.0/manifests"},{"name":"0.6.0","sha":"41f27cc76867b59eacef1363d421d609798efefe","kind":"commit","published_at":"2024-12-20T20:49:49.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.6.0","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.6.0","dependencies_parsed_at":"2024-12-22T05:52:19.055Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.6.0/manifests"},{"name":"0.5.0","sha":"9aee2e4a3399fd4949e2a3f1ef6f725621537bbe","kind":"commit","published_at":"2024-12-18T20:23:14.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.5.0","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.5.0","dependencies_parsed_at":"2024-12-20T05:13:49.386Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.5.0/manifests"},{"name":"0.4.0","sha":"23a6f14353f7bb42332a75fbf00ebf0b006ce208","kind":"commit","published_at":"2024-12-17T22:51:37.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.4.0","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.4.0","dependencies_parsed_at":"2024-12-18T04:04:35.968Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.4.0/manifests"},{"name":"0.3.1","sha":"13c44f3f745bffda0111cd79b45f40e442703816","kind":"commit","published_at":"2024-04-16T18:23:51.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.3.1","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.3.1","dependencies_parsed_at":"2024-04-18T05:13:42.981Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.3.1/manifests"},{"name":"0.3.0","sha":"222c08281180c2eca1e4114e8c916bafa7a554fe","kind":"commit","published_at":"2024-04-03T20:54:27.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.3.0","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.3.0","dependencies_parsed_at":"2024-04-05T04:02:07.700Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.3.0/manifests"},{"name":"0.2.9","sha":"84729bb0e241d0e9d24098d86098bd118b82b840","kind":"commit","published_at":"2023-09-13T19:58:12.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.2.9","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.2.9","dependencies_parsed_at":"2023-09-17T10:23:47.445Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.2.9/manifests"},{"name":"0.2.8","sha":"f534731d05f16d2894f065dbef8699db89e97c8e","kind":"commit","published_at":"2023-09-13T19:55:01.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.2.8","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.2.8","dependencies_parsed_at":"2023-09-17T10:23:47.112Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.2.8/manifests"},{"name":"0.2.6","sha":"9807955cafebd4a234cb9785e2ab9d44d776eb96","kind":"commit","published_at":"2023-09-13T19:11:16.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.2.6","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.2.6","dependencies_parsed_at":"2023-09-17T10:23:35.913Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.2.6/manifests"},{"name":"0.2.5","sha":"db04c86973a96ce3694395eaa60a184eef054d5b","kind":"commit","published_at":"2023-09-13T19:06:45.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.2.5","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.2.5","dependencies_parsed_at":"2023-09-17T10:23:36.050Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.2.5/manifests"},{"name":"0.2.4","sha":"36d060ae052b0647885017f127b064478d2cc510","kind":"commit","published_at":"2023-09-13T18:54:07.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.2.4","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.2.4","dependencies_parsed_at":"2023-09-17T10:23:35.723Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.2.4/manifests"},{"name":"0.2.3","sha":"257e191b32eedf517af38b397daea4466ab0b64b","kind":"commit","published_at":"2023-09-13T18:44:31.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.2.3","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.2.3","dependencies_parsed_at":"2023-09-17T10:23:47.192Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.2.3/manifests"},{"name":"0.2.1","sha":"4a5c1f2f925da6e2f6da1d9b1f1960c0e59a39d3","kind":"commit","published_at":"2023-09-13T18:25:12.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.2.1","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.2.1","dependencies_parsed_at":"2023-09-17T10:23:47.208Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.2.1/manifests"},{"name":"0.2.0","sha":"2b09dd21c4a5cf0832bdf50bdc5eb9db16dc2b73","kind":"commit","published_at":"2023-05-16T17:38:33.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.2.0","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.2.0","dependencies_parsed_at":"2023-06-02T11:53:23.118Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.2.0/manifests"},{"name":"0.1.8","sha":"35f54a14183794a24aa413674eae85cc17874f8d","kind":"commit","published_at":"2022-11-29T05:00:43.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.1.8","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.1.8","dependencies_parsed_at":"2023-06-01T10:14:49.197Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.1.8/manifests"},{"name":"latest","sha":"d4ba2782260660125acca0b39e0c23de765d5d4b","kind":"commit","published_at":"2022-11-24T19:39:26.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/latest","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/latest","dependencies_parsed_at":"2023-05-31T20:35:20.606Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@latest","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/latest","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/latest/manifests"},{"name":"0.1.7","sha":"d4ba2782260660125acca0b39e0c23de765d5d4b","kind":"commit","published_at":"2022-11-24T19:39:26.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.1.7","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.1.7","dependencies_parsed_at":"2023-05-31T20:26:25.165Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.1.7/manifests"},{"name":"0.1.6","sha":"c35ef92985960886b980fbf05babbb2d4668b04b","kind":"commit","published_at":"2022-11-24T18:54:05.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.1.6","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.1.6","dependencies_parsed_at":"2023-05-31T20:26:23.259Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.1.6/manifests"},{"name":"0.1.5","sha":"8f168e35d50287269414c771b9d7768837b303b4","kind":"commit","published_at":"2022-11-24T18:47:35.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.1.5","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.1.5","dependencies_parsed_at":"2023-05-31T20:26:23.775Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.1.5/manifests"},{"name":"0.1.3","sha":"bf3df0b583f4101c9e02d7b31c57cfd2b3fc3539","kind":"commit","published_at":"2022-11-24T18:38:18.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.1.3","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.1.3","dependencies_parsed_at":"2023-05-31T20:26:24.228Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.1.3/manifests"},{"name":"0.1.1","sha":"df9b1c27d5609a971ee0b0d677b17eac0936677e","kind":"commit","published_at":"2022-11-24T17:21:27.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.1.1","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.1.1","dependencies_parsed_at":"2023-05-31T20:26:24.725Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.1.1/manifests"},{"name":"0.1.0","sha":"b927b1becc7052abfc290719b1fb6e761c284d49","kind":"commit","published_at":"2022-11-21T09:54:29.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.1.0","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.1.0","dependencies_parsed_at":"2023-05-31T20:16:38.695Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.1.0/manifests"},{"name":"0.0.33","sha":"12522593d977ea5b7b8ab332446d67a7efcf052b","kind":"commit","published_at":"2022-11-21T09:51:28.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.0.33","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.0.33","dependencies_parsed_at":"2023-05-31T20:16:38.936Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.0.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.33/manifests"},{"name":"0.0.32","sha":"34098f43486f4a1b6fca19af73867fb2a6694b2c","kind":"commit","published_at":"2022-11-21T09:35:58.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.0.32","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.0.32","dependencies_parsed_at":"2023-05-31T20:16:39.191Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.0.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.32/manifests"},{"name":"0.0.31","sha":"a1cf72e254ea7038f4f36192da93953078b661e6","kind":"commit","published_at":"2022-11-21T09:32:14.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.0.31","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.0.31","dependencies_parsed_at":"2023-05-31T20:16:39.417Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.0.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.31/manifests"},{"name":"0.0.30","sha":"f93e566183d051d0be324afa8362a3fc407f685e","kind":"commit","published_at":"2022-11-21T09:14:19.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.0.30","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.0.30","dependencies_parsed_at":"2023-05-31T20:16:39.756Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.0.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.30/manifests"},{"name":"0.0.29","sha":"5f81d66c58edb8e7d328baa1f8a9552084b6c69c","kind":"commit","published_at":"2022-11-21T08:10:36.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.0.29","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.0.29","dependencies_parsed_at":"2023-05-31T20:16:24.149Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.0.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.29/manifests"},{"name":"0.0.28","sha":"823b55bc95e009644a6bcdb8bc8714083a25047d","kind":"commit","published_at":"2022-11-21T08:07:43.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.0.28","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.0.28","dependencies_parsed_at":"2023-05-31T20:16:24.710Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.0.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.28/manifests"},{"name":"0.0.27","sha":"d5770092307f34b5b6f4acbd71238e44003de94c","kind":"commit","published_at":"2022-11-21T08:01:38.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.0.27","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.0.27","dependencies_parsed_at":"2023-05-31T20:16:25.307Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.27/manifests"},{"name":"0.0.26","sha":"09841ee2c5cb60d8cf323552c83247a3627c7b14","kind":"commit","published_at":"2022-11-21T07:51:02.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.0.26","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.0.26","dependencies_parsed_at":"2023-05-31T20:16:22.353Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.26/manifests"},{"name":"0.2.7","sha":"09841ee2c5cb60d8cf323552c83247a3627c7b14","kind":"commit","published_at":"2022-11-21T07:51:02.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.2.7","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.2.7","dependencies_parsed_at":"2023-05-31T20:16:21.798Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.2.7/manifests"},{"name":"0.0.25","sha":"416c94f6e28dcc93452640cc43bcfc2a8b9ac6bb","kind":"commit","published_at":"2022-11-21T07:48:04.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.0.25","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.0.25","dependencies_parsed_at":"2023-05-31T20:16:22.927Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.25/manifests"},{"name":"0.0.24","sha":"8a1ff53f21aa7052801664fd9948783ec549bd1b","kind":"commit","published_at":"2022-11-21T07:45:41.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.0.24","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.0.24","dependencies_parsed_at":"2023-05-31T20:16:23.512Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.24/manifests"},{"name":"0.0.23","sha":"cd96c346c8f219e85c23e61de5ffec7fa8498c35","kind":"commit","published_at":"2022-11-21T07:40:32.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.0.23","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.0.23","dependencies_parsed_at":"2023-05-31T20:16:19.065Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.23/manifests"},{"name":"0.0.22","sha":"5ce30ce9a26f904a4a858aa97207dc506a6e9419","kind":"commit","published_at":"2022-11-21T07:38:46.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.0.22","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.0.22","dependencies_parsed_at":"2023-05-31T20:16:19.790Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.22/manifests"},{"name":"0.0.21","sha":"a63c3fe9c4bf558a2c02d0e5441e31b8453e4759","kind":"commit","published_at":"2022-11-21T07:32:49.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.0.21","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.0.21","dependencies_parsed_at":"2023-05-31T20:16:20.570Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.21/manifests"},{"name":"0.0.20","sha":"06db2fc543d16db2d7a98ededd62837a67a998be","kind":"commit","published_at":"2022-11-21T07:30:56.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.0.20","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.0.20","dependencies_parsed_at":"2023-05-31T20:16:21.238Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.20/manifests"},{"name":"0.0.19","sha":"ab7db8b71e3454823ed194c4485ac5de54523611","kind":"commit","published_at":"2022-11-21T07:26:30.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.0.19","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.0.19","dependencies_parsed_at":"2023-05-31T20:16:17.956Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.19/manifests"},{"name":"0.0.18","sha":"22bc02777e8e3ee3b0c2335cf877362bce51068c","kind":"commit","published_at":"2022-11-21T07:22:32.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.0.18","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.0.18","dependencies_parsed_at":"2023-05-31T20:16:18.611Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.18/manifests"},{"name":"0.0.16","sha":"62aab108a4a90aa1afb7f70153ced95bc740e0d3","kind":"commit","published_at":"2022-11-21T07:11:59.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.0.16","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.0.16","dependencies_parsed_at":"2023-05-31T20:16:06.342Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.16/manifests"},{"name":"0.0.17","sha":"62aab108a4a90aa1afb7f70153ced95bc740e0d3","kind":"commit","published_at":"2022-11-21T07:11:59.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.0.17","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.0.17","dependencies_parsed_at":"2023-05-31T20:16:06.069Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.17/manifests"},{"name":"0.0.15","sha":"471f6c91e7522c6fbd8a632910a3b8f81201d41f","kind":"commit","published_at":"2022-11-21T07:10:56.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.0.15","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.0.15","dependencies_parsed_at":"2023-05-31T20:16:06.590Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.15/manifests"},{"name":"0.0.14","sha":"369abb5443dbd4a28da6bb655921eee097d6671a","kind":"commit","published_at":"2022-11-21T07:04:46.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.0.14","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.0.14","dependencies_parsed_at":"2023-05-31T20:16:07.602Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.14/manifests"},{"name":"0.0.13","sha":"433f74a2804cd54e2f0af8f5967ae112dad04a21","kind":"commit","published_at":"2022-11-21T07:01:52.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.0.13","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.0.13","dependencies_parsed_at":"2023-05-31T20:16:09.186Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.13/manifests"},{"name":"0.0.12","sha":"f847fbe6e9a7d60c10bb77e5779dd419ee64fabe","kind":"commit","published_at":"2022-11-21T06:54:58.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.0.12","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.0.12","dependencies_parsed_at":"2023-05-31T20:16:10.535Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.12/manifests"},{"name":"0.0.11","sha":"c6a945babf0a3dd60bfa75d546274890b6ba45df","kind":"commit","published_at":"2022-11-21T06:52:10.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.0.11","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.0.11","dependencies_parsed_at":"2023-05-31T20:16:12.268Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.11/manifests"},{"name":"0.0.10","sha":"5bf09635f60bbb1cb92394a2ce6d8d0a32926eb3","kind":"commit","published_at":"2022-11-21T06:44:43.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.0.10","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.0.10","dependencies_parsed_at":"2023-05-31T20:16:12.838Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.10/manifests"},{"name":"0.0.9","sha":"5b7d9f9cf959af4c4aca162eae1c812007889b65","kind":"commit","published_at":"2022-11-21T06:37:45.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.0.9","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.0.9","dependencies_parsed_at":"2023-05-31T20:16:13.397Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.9/manifests"},{"name":"0.0.8","sha":"e00f62ce865bc55507de02fe387d082d01f420b7","kind":"commit","published_at":"2022-11-18T20:07:04.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.0.8","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.0.8","dependencies_parsed_at":"2023-05-31T20:16:13.858Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.8/manifests"},{"name":"0.0.7","sha":"f5b78c79c855a3ed9fc9b67c1f1bedb97f4fe110","kind":"commit","published_at":"2022-11-18T20:03:33.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.0.7","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.0.7","dependencies_parsed_at":"2023-05-31T20:16:14.422Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.7/manifests"},{"name":"0.0.6","sha":"658987a21416fe47b46cadeac1743c4fe24b080c","kind":"commit","published_at":"2022-11-18T20:00:47.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.0.6","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.0.6","dependencies_parsed_at":"2023-05-31T20:16:14.882Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.6/manifests"},{"name":"0.0.5","sha":"7456f9dc6feabde19ce87f9556bf25d82b8f0096","kind":"commit","published_at":"2022-11-18T19:52:03.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.0.5","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.0.5","dependencies_parsed_at":"2023-05-31T20:16:15.264Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.5/manifests"},{"name":"0.0.4","sha":"af463f2e63a089d58c12c4a3aa62a9de4044525f","kind":"commit","published_at":"2022-11-18T19:47:17.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.0.4","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.0.4","dependencies_parsed_at":"2023-05-31T20:16:15.824Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.4/manifests"},{"name":"0.0.3","sha":"e971d3e46f4bd2a389126e18692942bf6847254a","kind":"commit","published_at":"2022-11-18T19:42:30.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.0.3","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.0.3","dependencies_parsed_at":"2023-05-31T20:16:16.301Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.3/manifests"},{"name":"0.0.2","sha":"f97dccb6a66b9c22e08e1572dea4be0ec4e99b8e","kind":"commit","published_at":"2022-11-18T19:37:46.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.0.2","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.0.2","dependencies_parsed_at":"2023-05-31T20:16:16.773Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.2/manifests"},{"name":"0.0.1","sha":"abb3d7e1e803bdab7f56ef3d63ebae23f414615b","kind":"commit","published_at":"2022-11-18T19:15:43.000Z","download_url":"https://codeload.github.com/AlexAtkinson/github-action-gitops-autover/tar.gz/0.0.1","html_url":"https://github.com/AlexAtkinson/github-action-gitops-autover/releases/tag/0.0.1","dependencies_parsed_at":"2023-05-31T20:16:17.195Z","dependency_job_id":null,"purl":"pkg:github/AlexAtkinson/github-action-gitops-autover@0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/tags/0.0.1/manifests"}]},"repo_metadata_updated_at":"2025-10-12T05:00:43.308Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":2,"rankings":{"downloads":null,"dependent_repos_count":20.595785137062272,"dependent_packages_count":0.0,"stargazers_count":12.21676437965457,"forks_count":21.72080494374901,"docker_downloads_count":null,"average":13.633338615116463},"purl":"pkg:githubactions/AlexAtkinson/github-action-gitops-autover","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/AlexAtkinson/github-action-gitops-autover","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/AlexAtkinson/github-action-gitops-autover","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/AlexAtkinson/github-action-gitops-autover/dependencies","status":null,"funding_links":["https://github.com/sponsors/AlexAtkinson"],"critical":null,"issue_metadata":{"last_synced_at":"2025-01-19T09:08:14.819Z","issues_count":1,"pull_requests_count":31,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":22.0,"issues_closed_count":0,"pull_requests_closed_count":30,"pull_request_authors_count":2,"issue_authors_count":1,"avg_comments_per_issue":0.0,"avg_comments_per_pull_request":0.0,"merged_pull_requests_count":30,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":11,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":34.18181818181818,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":11,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexAtkinson%2Fgithub-action-gitops-autover/issues","maintainers":[{"login":"AlexAtkinson","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AlexAtkinson"}],"active_maintainers":[{"login":"AlexAtkinson","count":17,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AlexAtkinson"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/AlexAtkinson%2Fgithub-action-gitops-autover/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/AlexAtkinson%2Fgithub-action-gitops-autover/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/AlexAtkinson%2Fgithub-action-gitops-autover/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/AlexAtkinson%2Fgithub-action-gitops-autover/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/AlexAtkinson%2Fgithub-action-gitops-autover/codemeta","maintainers":[]}