{"id":5919745,"name":"valitydev/action-deploy-jdk-package","ecosystem":"actions","description":"Pushes package to Maven repository","homepage":null,"licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/valitydev/action-deploy-jdk-package","keywords_array":[],"namespace":"valitydev","versions_count":21,"first_release_published_at":"2021-12-28T11:10:38.000Z","latest_release_published_at":"2024-07-18T11:46:20.000Z","latest_release_number":"v1.0.20","last_synced_at":"2026-04-27T17:33:50.316Z","created_at":"2023-01-22T00:01:59.324Z","updated_at":"2026-04-27T17:33:50.317Z","registry_url":"https://github.com/valitydev/action-deploy-jdk-package","install_command":null,"documentation_url":null,"metadata":{"name":"Publish package to the Maven Repository","description":"Pushes package to Maven repository","inputs":{"jdk-version":{"description":"The jdk version to use","default":"15","required":false},"jdk-distribution":{"description":"The jdk distribution to use","default":"adopt","required":false},"server-id":{"description":"Value of repository/id field of the pom.xml","default":"ossrh","required":false},"server-username":{"description":"Deploy repository username","required":true},"server-password":{"description":"Deploy repository password","required":true},"deploy-secret-key":{"description":"Repository deploy secret key","required":true},"deploy-secret-key-password":{"description":"Repository deploy secret key password","required":true},"auto-release-after-close":{"description":"Auto release package after deploy","default":"true","required":false},"maven-args":{"description":"Custom maven parameters","required":false}},"runs":{"using":"composite","steps":[{"name":"Set up JDK for publishing to Maven Repository","uses":"actions/setup-java@v4","with":{"java-version":"${{ inputs.jdk-version }}","distribution":"${{ inputs.jdk-distribution }}","server-id":"${{ inputs.server-id }}","server-username":"MAVEN_USERNAME","server-password":"MAVEN_PASSWORD","cache":"maven"}},{"name":"Install gpg secret key","shell":"bash","run":"cat \u003c(echo -e \"${{ inputs.deploy-secret-key }}\") | gpg --batch --import\ngpg --list-secret-keys --keyid-format LONG\n"},{"name":"Publish to the Maven Central Repository","shell":"bash","run":"mvn \\\n  --no-transfer-progress \\\n  --batch-mode ${{ inputs.maven-args }} \\\n  -Dgpg.passphrase=${{ inputs.deploy-secret-key-password }} \\\n  -DautoReleaseAfterClose=${{ inputs.auto-release-after-close }} \\\n  clean deploy -Pdeploy -Pcommon\n","env":{"MAVEN_USERNAME":"${{ inputs.server-username }}","MAVEN_PASSWORD":"${{ inputs.server-password }}"}}]},"default_branch":"master","path":null},"repo_metadata":{"id":37323548,"uuid":"442425513","full_name":"valitydev/action-deploy-jdk-package","owner":"valitydev","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-18T11:46:33.000Z","size":165,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-07-18T14:26:51.824Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/valitydev.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":"2021-12-28T10:17:19.000Z","updated_at":"2024-07-18T11:46:24.000Z","dependencies_parsed_at":"2023-01-21T10:17:48.058Z","dependency_job_id":"f9b530c4-7a95-41bf-8e90-59e425aaa79d","html_url":"https://github.com/valitydev/action-deploy-jdk-package","commit_stats":{"total_commits":21,"total_committers":6,"mean_commits":3.5,"dds":0.6666666666666667,"last_synced_commit":"9ab14e3f1d537b58b6a41c3cb5a003370ebbb536"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/valitydev","download_url":"https://codeload.github.com/valitydev/action-deploy-jdk-package/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":211544668,"owners_count":15312601,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"valitydev","name":"Vality","uuid":"95681556","kind":"organization","description":"","email":null,"website":"https://vality.dev","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/95681556?v=4","repositories_count":452,"last_synced_at":"2024-04-11T14:56:12.923Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/valitydev","funding_links":[],"total_stars":23,"followers":10,"following":0,"created_at":"2022-11-14T05:10:10.191Z","updated_at":"2024-04-11T14:59:04.681Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/valitydev","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/valitydev/repositories"},"tags":[{"name":"v1.0.20","sha":"9f6b011f3eac13924249c0a8a4a4230b325ed753","kind":"commit","published_at":"2024-07-18T11:46:20.000Z","download_url":"https://codeload.github.com/valitydev/action-deploy-jdk-package/tar.gz/v1.0.20","html_url":"https://github.com/valitydev/action-deploy-jdk-package/releases/tag/v1.0.20","dependencies_parsed_at":null,"dependency_job_id":"e414d25b-d32a-47ee-b5e9-3da70ed63a09","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.20/manifests"},{"name":"v1.0.19","sha":"49ad8b61efff9f19fc8c6c60a4dc550f4fc005d7","kind":"commit","published_at":"2024-07-18T11:46:05.000Z","download_url":"https://codeload.github.com/valitydev/action-deploy-jdk-package/tar.gz/v1.0.19","html_url":"https://github.com/valitydev/action-deploy-jdk-package/releases/tag/v1.0.19","dependencies_parsed_at":null,"dependency_job_id":"2942b37b-ddff-4824-95ed-c9d7534dd120","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.19/manifests"},{"name":"v1.0.18","sha":"9ab14e3f1d537b58b6a41c3cb5a003370ebbb536","kind":"commit","published_at":"2022-11-15T08:07:10.000Z","download_url":"https://codeload.github.com/valitydev/action-deploy-jdk-package/tar.gz/v1.0.18","html_url":"https://github.com/valitydev/action-deploy-jdk-package/releases/tag/v1.0.18","dependencies_parsed_at":"2023-06-04T19:28:37.464Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.18/manifests"},{"name":"v1.0.17","sha":"de87083c1444c252398ae047f299057c3e5076e7","kind":"commit","published_at":"2022-11-14T15:55:28.000Z","download_url":"https://codeload.github.com/valitydev/action-deploy-jdk-package/tar.gz/v1.0.17","html_url":"https://github.com/valitydev/action-deploy-jdk-package/releases/tag/v1.0.17","dependencies_parsed_at":"2023-06-04T19:28:37.807Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.17/manifests"},{"name":"v1.0.16","sha":"497e9d29d2ff6f41e5ac5b56298214559478c241","kind":"commit","published_at":"2022-11-14T15:54:46.000Z","download_url":"https://codeload.github.com/valitydev/action-deploy-jdk-package/tar.gz/v1.0.16","html_url":"https://github.com/valitydev/action-deploy-jdk-package/releases/tag/v1.0.16","dependencies_parsed_at":"2023-06-04T18:07:42.604Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.16/manifests"},{"name":"v1.0.15","sha":"f3e191c45fcc1d521ac56365ecf3f3d8eaf27d38","kind":"commit","published_at":"2022-11-14T15:53:35.000Z","download_url":"https://codeload.github.com/valitydev/action-deploy-jdk-package/tar.gz/v1.0.15","html_url":"https://github.com/valitydev/action-deploy-jdk-package/releases/tag/v1.0.15","dependencies_parsed_at":"2023-06-04T18:07:42.976Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.15/manifests"},{"name":"v1.0.14","sha":"3c65b14b2a434aa6a86e241018e8411d4f75ac4d","kind":"commit","published_at":"2022-01-27T13:54:02.000Z","download_url":"https://codeload.github.com/valitydev/action-deploy-jdk-package/tar.gz/v1.0.14","html_url":"https://github.com/valitydev/action-deploy-jdk-package/releases/tag/v1.0.14","dependencies_parsed_at":"2023-06-04T17:24:16.589Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.14/manifests"},{"name":"v1.0.13","sha":"5f752bc4b59f160c1a45f4a88cfa8244bf2dafc0","kind":"commit","published_at":"2022-01-17T21:53:30.000Z","download_url":"https://codeload.github.com/valitydev/action-deploy-jdk-package/tar.gz/v1.0.13","html_url":"https://github.com/valitydev/action-deploy-jdk-package/releases/tag/v1.0.13","dependencies_parsed_at":"2023-06-04T17:24:17.296Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.13/manifests"},{"name":"v1.0.12","sha":"7afea0917e07ea21fb4ae7c5db71a1d0f0cf247b","kind":"commit","published_at":"2022-01-13T16:27:21.000Z","download_url":"https://codeload.github.com/valitydev/action-deploy-jdk-package/tar.gz/v1.0.12","html_url":"https://github.com/valitydev/action-deploy-jdk-package/releases/tag/v1.0.12","dependencies_parsed_at":"2023-06-04T17:24:17.861Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.12/manifests"},{"name":"v1.0.11","sha":"c91938bfe76b03b5d694573afd79e26d16b7657a","kind":"commit","published_at":"2022-01-13T15:53:14.000Z","download_url":"https://codeload.github.com/valitydev/action-deploy-jdk-package/tar.gz/v1.0.11","html_url":"https://github.com/valitydev/action-deploy-jdk-package/releases/tag/v1.0.11","dependencies_parsed_at":"2023-06-04T17:24:18.497Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.11/manifests"},{"name":"v1.0.10","sha":"6bb241f5a8feb09dd268573b04f88fce8a1b2d51","kind":"commit","published_at":"2022-01-13T15:48:08.000Z","download_url":"https://codeload.github.com/valitydev/action-deploy-jdk-package/tar.gz/v1.0.10","html_url":"https://github.com/valitydev/action-deploy-jdk-package/releases/tag/v1.0.10","dependencies_parsed_at":"2023-06-04T17:24:19.239Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.10/manifests"},{"name":"v1.0.9","sha":"c8c170c4fe5b4acf254b1a87b782478dc7512c00","kind":"commit","published_at":"2021-12-30T08:05:46.000Z","download_url":"https://codeload.github.com/valitydev/action-deploy-jdk-package/tar.gz/v1.0.9","html_url":"https://github.com/valitydev/action-deploy-jdk-package/releases/tag/v1.0.9","dependencies_parsed_at":"2023-06-04T17:24:20.003Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.9/manifests"},{"name":"v1.0.8","sha":"efd93ac655b2cc001ab79910125f0d1db6061842","kind":"commit","published_at":"2021-12-29T11:49:05.000Z","download_url":"https://codeload.github.com/valitydev/action-deploy-jdk-package/tar.gz/v1.0.8","html_url":"https://github.com/valitydev/action-deploy-jdk-package/releases/tag/v1.0.8","dependencies_parsed_at":"2023-06-04T17:24:20.817Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.8/manifests"},{"name":"v1.0.7","sha":"bf944cbd89a9fac1059051cb07e5218b0459fd9a","kind":"commit","published_at":"2021-12-29T10:24:44.000Z","download_url":"https://codeload.github.com/valitydev/action-deploy-jdk-package/tar.gz/v1.0.7","html_url":"https://github.com/valitydev/action-deploy-jdk-package/releases/tag/v1.0.7","dependencies_parsed_at":"2023-06-04T17:24:21.530Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.7/manifests"},{"name":"v1.0.6","sha":"615829277009a1f68fea9b64ff1b1dbb0d8b4b0e","kind":"commit","published_at":"2021-12-29T10:07:02.000Z","download_url":"https://codeload.github.com/valitydev/action-deploy-jdk-package/tar.gz/v1.0.6","html_url":"https://github.com/valitydev/action-deploy-jdk-package/releases/tag/v1.0.6","dependencies_parsed_at":"2023-06-04T17:24:22.276Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"223a5699a16eb8500237b2b70de2d853b313f85a","kind":"commit","published_at":"2021-12-29T09:49:22.000Z","download_url":"https://codeload.github.com/valitydev/action-deploy-jdk-package/tar.gz/v1.0.5","html_url":"https://github.com/valitydev/action-deploy-jdk-package/releases/tag/v1.0.5","dependencies_parsed_at":"2023-06-04T17:24:22.957Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.5/manifests"},{"name":"v1.0.4","sha":"2b317e29c3cf18b5877ea08a7fb6fb93ebee0190","kind":"commit","published_at":"2021-12-28T12:38:53.000Z","download_url":"https://codeload.github.com/valitydev/action-deploy-jdk-package/tar.gz/v1.0.4","html_url":"https://github.com/valitydev/action-deploy-jdk-package/releases/tag/v1.0.4","dependencies_parsed_at":"2023-06-04T17:24:23.637Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"601f78c1800d912cca62d356b84242c6e468322c","kind":"commit","published_at":"2021-12-28T12:30:02.000Z","download_url":"https://codeload.github.com/valitydev/action-deploy-jdk-package/tar.gz/v1.0.3","html_url":"https://github.com/valitydev/action-deploy-jdk-package/releases/tag/v1.0.3","dependencies_parsed_at":"2023-06-04T17:24:24.383Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"a8aaa0e27a4a8afd12299174718a81d460fef868","kind":"commit","published_at":"2021-12-28T12:29:41.000Z","download_url":"https://codeload.github.com/valitydev/action-deploy-jdk-package/tar.gz/v1.0.2","html_url":"https://github.com/valitydev/action-deploy-jdk-package/releases/tag/v1.0.2","dependencies_parsed_at":"2023-06-04T17:24:25.100Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"58eb08d40787d062e37e483628506686217e2689","kind":"commit","published_at":"2021-12-28T12:27:35.000Z","download_url":"https://codeload.github.com/valitydev/action-deploy-jdk-package/tar.gz/v1.0.1","html_url":"https://github.com/valitydev/action-deploy-jdk-package/releases/tag/v1.0.1","dependencies_parsed_at":"2023-06-04T17:24:25.914Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"b72e4601049c682eabe613db9dffba09402a96ae","kind":"commit","published_at":"2021-12-28T11:10:38.000Z","download_url":"https://codeload.github.com/valitydev/action-deploy-jdk-package/tar.gz/v1.0.0","html_url":"https://github.com/valitydev/action-deploy-jdk-package/releases/tag/v1.0.0","dependencies_parsed_at":"2023-06-04T17:24:26.611Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2024-07-18T15:13:09.202Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":15,"rankings":{"downloads":null,"dependent_repos_count":10.4135636190778,"dependent_packages_count":0.0,"stargazers_count":48.340991918871815,"forks_count":16.149580098241167,"docker_downloads_count":null,"average":18.726033909047697},"purl":"pkg:githubactions/valitydev/action-deploy-jdk-package","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/valitydev/action-deploy-jdk-package","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/valitydev/action-deploy-jdk-package","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/valitydev/action-deploy-jdk-package/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2023-08-09T09:53:50.736Z","issues_count":2,"pull_requests_count":36,"avg_time_to_close_issue":23275383.5,"avg_time_to_close_pull_request":5053238.222222222,"issues_closed_count":2,"pull_requests_closed_count":36,"pull_request_authors_count":6,"issue_authors_count":2,"avg_comments_per_issue":60.0,"avg_comments_per_pull_request":0.16666666666666666,"merged_pull_requests_count":17,"bot_issues_count":2,"bot_pull_requests_count":20,"past_year_issues_count":0,"past_year_pull_requests_count":3,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":475.6666666666667,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":2,"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":2,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/valitydev%2Faction-deploy-jdk-package/issues","maintainers":[{"login":"vitaxa","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vitaxa"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/valitydev%2Faction-deploy-jdk-package/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/valitydev%2Faction-deploy-jdk-package/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/valitydev%2Faction-deploy-jdk-package/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/valitydev%2Faction-deploy-jdk-package/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/valitydev%2Faction-deploy-jdk-package/codemeta","maintainers":[]}