{"id":5802554,"name":"dokku/github-action","ecosystem":"actions","description":"Official Github Action for deploying apps to a Dokku installation","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/dokku/github-action","keywords_array":["action","continuous-deployment","deploy","deployment","docker","dokku","github-action","github-actions"],"namespace":"dokku","versions_count":29,"first_release_published_at":"2020-12-03T21:14:07.000Z","latest_release_published_at":"2026-03-07T08:49:55.000Z","latest_release_number":"v1.10.0","last_synced_at":"2026-04-13T13:01:21.333Z","created_at":"2023-01-04T13:51:53.422Z","updated_at":"2026-04-13T13:01:21.333Z","registry_url":"https://github.com/dokku/github-action","install_command":null,"documentation_url":null,"metadata":{"name":"Dokku","description":"Official Github Action for deploying apps to a Dokku installation","author":"Dokku","branding":{"icon":"upload-cloud","color":"blue"},"inputs":{"branch":{"description":"The branch to deploy when pushing to Dokku (default: master)","required":false,"default":"master"},"ci_branch_name":{"description":"The command to run for the action (default: detected from GITHUB_REF)","required":false,"default":""},"ci_commit":{"description":"The commit sha that will be pushed (default: detected from GITHUB_SHA)","required":false,"default":""},"command":{"description":"The command to run for the action (default: deploy)","required":false,"default":"deploy"},"deploy_docker_image":{"description":"A docker image to deploy via `git:from-image`","required":false,"default":""},"deploy_user_name":{"description":"A username to use when deploying a docker image","required":false,"default":""},"deploy_user_email":{"description":"The email to use when deploying a docker image","required":false,"default":""},"git_push_flags":{"description":"A string containing a set of flags to set on push","required":false,"default":""},"git_remote_url":{"description":"The dokku app's git repository url (in SSH format)","required":true},"review_app_name":{"description":"The name of the review app to create or destroy","required":false,"default":""},"ssh_host_key":{"description":"The results of running `ssh-keyscan -t rsa $HOST`","required":false,"default":""},"ssh_private_key":{"description":"A private SSH key that has push access to your Dokku instance","required":true},"ssh_passphrase":{"description":"Passphrase to use when interacting with an SSH key that has a passphrase","required":false,"default":""},"trace":{"description":"Allows users to debug what the action is performing by enabling shell trace mode","required":false,"default":""}},"runs":{"using":"docker","image":"Dockerfile","entrypoint":"/bin/dokku-deploy","post-entrypoint":"/bin/dokku-unlock","post-if":"cancelled()","env":{"BRANCH":"${{ inputs.branch }}","CI_BRANCH_NAME":"${{ inputs.ci_branch_name }}","CI_COMMIT":"${{ inputs.ci_commit }}","COMMAND":"${{ inputs.command }}","DEPLOY_DOCKER_IMAGE":"${{ inputs.deploy_docker_image }}","DEPLOY_USER_NAME":"${{ inputs.deploy_user_name }}","DEPLOY_USER_EMAIL":"${{ inputs.deploy_user_email }}","GIT_PUSH_FLAGS":"${{ inputs.git_push_flags }}","GIT_REMOTE_URL":"${{ inputs.git_remote_url }}","REVIEW_APP_NAME":"${{ inputs.review_app_name }}","SSH_HOST_KEY":"${{ inputs.ssh_host_key }}","SSH_PRIVATE_KEY":"${{ inputs.ssh_private_key }}","SSH_PASSPHRASE":"${{ inputs.ssh_passphrase }}","TRACE":"${{ inputs.trace }}"}},"default_branch":"master","path":null},"repo_metadata":{"id":41830979,"uuid":"318320682","full_name":"dokku/github-action","owner":"dokku","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-14T21:23:00.000Z","size":173,"stargazers_count":185,"open_issues_count":4,"forks_count":33,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-08-29T09:42:25.751Z","etag":null,"topics":["action","continuous-deployment","deploy","deployment","docker","dokku","github-action","github-actions"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dokku.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,"zenodo":null},"funding":{"github":"dokku","open_collective":"dokku","patreon":"dokku"}},"created_at":"2020-12-03T21:11:18.000Z","updated_at":"2025-08-23T16:08:32.000Z","dependencies_parsed_at":"2023-02-19T17:15:55.806Z","dependency_job_id":"c1a2223e-f8b0-4721-afc7-d6875534d004","html_url":"https://github.com/dokku/github-action","commit_stats":{"total_commits":136,"total_committers":6,"mean_commits":"22.666666666666668","dds":0.5661764705882353,"last_synced_commit":"036bf9c07f1b40707a16201bc7a349074c3ec554"},"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/dokku/github-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dokku","download_url":"https://codeload.github.com/dokku/github-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/sbom","scorecard":{"id":349978,"data":{"date":"2025-08-11","repo":{"name":"github.com/dokku/github-action","commit":"90bc0887b5f869d642da425a0d866d64b000433f"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.6,"checks":[{"name":"Code-Review","score":1,"reason":"Found 1/6 approved changesets -- score normalized to 1","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":"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/build.yaml:1","Warn: no topLevel permission defined: .github/workflows/lint.yaml: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":"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":"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":"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":"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: 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":"Pinned-Dependencies","score":2,"reason":"dependency not pinned by hash detected -- score normalized to 2","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yaml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/dokku/github-action/build.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/dokku/github-action/build.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yaml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/dokku/github-action/build.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yaml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/dokku/github-action/build.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yaml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/dokku/github-action/build.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yaml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/dokku/github-action/build.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yaml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/dokku/github-action/lint.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yaml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/dokku/github-action/lint.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yaml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/dokku/github-action/lint.yaml/master?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1: pin your Docker image by updating dokku/ci-docker-image:0.15.0 to dokku/ci-docker-image:0.15.0@sha256:3168d7f64594159954b5c9ff6e15efe375b3c165df6ef03094297026b80355cf","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   3 out of   8 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Signed-Releases","score":-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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/dokku/.github/SECURITY.md:1","Info: Found linked content: github.com/dokku/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/dokku/.github/SECURITY.md:1","Info: Found text in security policy: github.com/dokku/.github/SECURITY.md:1"],"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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/build.yaml:13"],"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-18T08:06:38.530Z","repository_id":41830979,"created_at":"2025-08-18T08:06:38.530Z","updated_at":"2025-08-18T08:06:38.530Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272680307,"owners_count":24975263,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-29T02:00:10.610Z","response_time":87,"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":"dokku","name":"Dokku","uuid":"13455795","kind":"organization","description":"The smallest PaaS implementation you've ever seen","email":null,"website":"https://dokku.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/13455795?v=4","repositories_count":92,"last_synced_at":"2024-10-29T23:35:58.240Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"dokku","open_collective":"dokku","patreon":"dokku"}},"html_url":"https://github.com/dokku","funding_links":["https://github.com/sponsors/dokku","https://opencollective.com/dokku","https://patreon.com/dokku"],"total_stars":30711,"followers":239,"following":0,"created_at":"2022-11-02T22:59:27.994Z","updated_at":"2024-10-29T23:35:58.240Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dokku","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dokku/repositories"},"tags":[{"name":"v1.8.0","sha":"33d50129fe718c3f907c8b29ea58776ed3cf8221","kind":"commit","published_at":"2025-08-14T21:22:15.000Z","download_url":"https://codeload.github.com/dokku/github-action/tar.gz/v1.8.0","html_url":"https://github.com/dokku/github-action/releases/tag/v1.8.0","dependencies_parsed_at":"2025-08-18T04:53:06.681Z","dependency_job_id":null,"purl":"pkg:github/dokku/github-action@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/v1.8.0/manifests"},{"name":"v1.7.0","sha":"130f400079c51a38a02389708538d85d39f834ec","kind":"commit","published_at":"2025-02-26T22:46:18.000Z","download_url":"https://codeload.github.com/dokku/github-action/tar.gz/v1.7.0","html_url":"https://github.com/dokku/github-action/releases/tag/v1.7.0","dependencies_parsed_at":"2025-02-28T04:07:56.705Z","dependency_job_id":null,"purl":"pkg:github/dokku/github-action@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/v1.7.0/manifests"},{"name":"v1.6.1","sha":"036bf9c07f1b40707a16201bc7a349074c3ec554","kind":"commit","published_at":"2024-09-29T05:50:45.000Z","download_url":"https://codeload.github.com/dokku/github-action/tar.gz/v1.6.1","html_url":"https://github.com/dokku/github-action/releases/tag/v1.6.1","dependencies_parsed_at":"2024-10-01T04:21:34.860Z","dependency_job_id":null,"purl":"pkg:github/dokku/github-action@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"837ad46d243395262a0d1be5cf4c9bc4d92ced8f","kind":"commit","published_at":"2024-09-14T05:26:16.000Z","download_url":"https://codeload.github.com/dokku/github-action/tar.gz/v1.6.0","html_url":"https://github.com/dokku/github-action/releases/tag/v1.6.0","dependencies_parsed_at":"2024-09-15T04:33:29.509Z","dependency_job_id":null,"purl":"pkg:github/dokku/github-action@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/v1.6.0/manifests"},{"name":"v1","sha":"837ad46d243395262a0d1be5cf4c9bc4d92ced8f","kind":"commit","published_at":"2024-09-14T05:26:16.000Z","download_url":"https://codeload.github.com/dokku/github-action/tar.gz/v1","html_url":"https://github.com/dokku/github-action/releases/tag/v1","dependencies_parsed_at":"2024-09-15T04:33:29.502Z","dependency_job_id":null,"purl":"pkg:github/dokku/github-action@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/v1/manifests"},{"name":"v1.5.0","sha":"0c02c44f990eac0ed2b3ee90a9b3ca0a38d15349","kind":"commit","published_at":"2024-07-31T00:49:49.000Z","download_url":"https://codeload.github.com/dokku/github-action/tar.gz/v1.5.0","html_url":"https://github.com/dokku/github-action/releases/tag/v1.5.0","dependencies_parsed_at":"2024-08-01T12:38:20.283Z","dependency_job_id":null,"purl":"pkg:github/dokku/github-action@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/v1.5.0/manifests"},{"name":"v1.4.0","sha":"06286975346ec9a8d3827e6c5329d0d159d4635d","kind":"commit","published_at":"2022-12-01T04:08:29.000Z","download_url":"https://codeload.github.com/dokku/github-action/tar.gz/v1.4.0","html_url":"https://github.com/dokku/github-action/releases/tag/v1.4.0","dependencies_parsed_at":"2023-06-01T10:24:05.795Z","dependency_job_id":"18f44637-86f0-47cb-baaf-8c3090a51d7e","purl":"pkg:github/dokku/github-action@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/v1.4.0/manifests"},{"name":"v1.3.0","sha":"66fb7d4443732f94005366c22c562e5ddcbb1d4b","kind":"commit","published_at":"2022-09-10T23:31:34.000Z","download_url":"https://codeload.github.com/dokku/github-action/tar.gz/v1.3.0","html_url":"https://github.com/dokku/github-action/releases/tag/v1.3.0","dependencies_parsed_at":"2023-06-01T10:24:09.071Z","dependency_job_id":"5f74050f-6f28-4d8b-81ca-a06cadc8f0b0","purl":"pkg:github/dokku/github-action@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"75a7dd843c0e873b750f48b817009f0abd1d7a4e","kind":"commit","published_at":"2022-09-10T21:49:03.000Z","download_url":"https://codeload.github.com/dokku/github-action/tar.gz/v1.2.0","html_url":"https://github.com/dokku/github-action/releases/tag/v1.2.0","dependencies_parsed_at":"2023-05-30T20:16:57.483Z","dependency_job_id":"9d48a8af-a3b3-47e5-bc66-156a9139d01c","purl":"pkg:github/dokku/github-action@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/v1.2.0/manifests"},{"name":"v1.1.3","sha":"340098eccf7ea205ca66bf6991668e7200a4f31f","kind":"commit","published_at":"2022-09-02T19:19:26.000Z","download_url":"https://codeload.github.com/dokku/github-action/tar.gz/v1.1.3","html_url":"https://github.com/dokku/github-action/releases/tag/v1.1.3","dependencies_parsed_at":"2023-05-30T20:16:59.583Z","dependency_job_id":"f9c37dce-9619-49ce-8f61-5697049bc374","purl":"pkg:github/dokku/github-action@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"71fc72c1f02983bee0bd0c14e705c4a488d78f48","kind":"commit","published_at":"2022-08-08T19:12:29.000Z","download_url":"https://codeload.github.com/dokku/github-action/tar.gz/v1.1.2","html_url":"https://github.com/dokku/github-action/releases/tag/v1.1.2","dependencies_parsed_at":"2023-05-30T17:51:40.837Z","dependency_job_id":"d2006a57-523c-4104-abbb-49c845eb7456","purl":"pkg:github/dokku/github-action@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"9ee43189a9edd24791fbeab1c000e9852f46c8d7","kind":"commit","published_at":"2022-08-08T05:33:35.000Z","download_url":"https://codeload.github.com/dokku/github-action/tar.gz/v1.1.1","html_url":"https://github.com/dokku/github-action/releases/tag/v1.1.1","dependencies_parsed_at":"2023-05-30T17:51:41.248Z","dependency_job_id":"88789868-3400-4810-b547-2bceba885199","purl":"pkg:github/dokku/github-action@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"a1e46f5d375a82f5967995e4c9eb01cd7e98bb24","kind":"commit","published_at":"2022-08-08T05:25:09.000Z","download_url":"https://codeload.github.com/dokku/github-action/tar.gz/v1.1.0","html_url":"https://github.com/dokku/github-action/releases/tag/v1.1.0","dependencies_parsed_at":"2023-05-30T17:51:41.638Z","dependency_job_id":"0f498397-a4d4-4d9d-ab24-0a4267fe38d6","purl":"pkg:github/dokku/github-action@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"9c1a871eab9daef563cf08b9602c7675f4a8bb56","kind":"commit","published_at":"2021-01-11T20:43:49.000Z","download_url":"https://codeload.github.com/dokku/github-action/tar.gz/v1.0.2","html_url":"https://github.com/dokku/github-action/releases/tag/v1.0.2","dependencies_parsed_at":"2023-05-30T17:51:42.082Z","dependency_job_id":"04ba5c83-ec41-4a62-b1eb-5eace278a10e","purl":"pkg:github/dokku/github-action@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"ad4a87c76347c217e3e5f183510a119e9a0a90f8","kind":"commit","published_at":"2021-01-04T04:39:33.000Z","download_url":"https://codeload.github.com/dokku/github-action/tar.gz/v1.0.1","html_url":"https://github.com/dokku/github-action/releases/tag/v1.0.1","dependencies_parsed_at":"2023-05-30T17:51:42.461Z","dependency_job_id":"955f9401-7aaa-4c5e-bafc-232c23414085","purl":"pkg:github/dokku/github-action@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"6e5e5a5614669dd3e6703ec09dfd5c3f72def030","kind":"commit","published_at":"2020-12-30T08:29:57.000Z","download_url":"https://codeload.github.com/dokku/github-action/tar.gz/v1.0.0","html_url":"https://github.com/dokku/github-action/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-30T17:51:42.876Z","dependency_job_id":"587f055e-e48b-4512-906b-1c6da3b9b715","purl":"pkg:github/dokku/github-action@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/v1.0.0/manifests"},{"name":"0.0.11","sha":"f3dfd4bae85d064232999f269c271bfd0e45c2e8","kind":"commit","published_at":"2020-12-09T17:01:13.000Z","download_url":"https://codeload.github.com/dokku/github-action/tar.gz/0.0.11","html_url":"https://github.com/dokku/github-action/releases/tag/0.0.11","dependencies_parsed_at":"2023-05-30T17:51:43.197Z","dependency_job_id":"d118b4f0-1d71-4d1e-a7a7-d87bb1f2c0d2","purl":"pkg:github/dokku/github-action@0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/0.0.11/manifests"},{"name":"0.0.10","sha":"e038b0549a3e5aefd1021415942cf4426738a7d1","kind":"commit","published_at":"2020-12-08T22:20:30.000Z","download_url":"https://codeload.github.com/dokku/github-action/tar.gz/0.0.10","html_url":"https://github.com/dokku/github-action/releases/tag/0.0.10","dependencies_parsed_at":"2023-05-30T17:51:43.612Z","dependency_job_id":"ffe90491-eccd-4fa3-ba3d-a4e36c3e951b","purl":"pkg:github/dokku/github-action@0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/0.0.10/manifests"},{"name":"0.0.9","sha":"da52d8cdb40f81a499821883842509c791406a2d","kind":"commit","published_at":"2020-12-08T18:30:58.000Z","download_url":"https://codeload.github.com/dokku/github-action/tar.gz/0.0.9","html_url":"https://github.com/dokku/github-action/releases/tag/0.0.9","dependencies_parsed_at":"2023-05-30T17:51:43.950Z","dependency_job_id":"7b5e2e10-28a4-4c1f-9cc2-6e7f1b92b6ab","purl":"pkg:github/dokku/github-action@0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/0.0.9/manifests"},{"name":"0.0.8","sha":"74fbf36d6e5ced090865bfac62d330fb2841e8a0","kind":"commit","published_at":"2020-12-08T18:25:04.000Z","download_url":"https://codeload.github.com/dokku/github-action/tar.gz/0.0.8","html_url":"https://github.com/dokku/github-action/releases/tag/0.0.8","dependencies_parsed_at":"2023-05-30T17:51:44.262Z","dependency_job_id":"3dc9c371-fe1c-4227-9ca0-ca4bcaef325d","purl":"pkg:github/dokku/github-action@0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/0.0.8/manifests"},{"name":"0.0.7","sha":"e90c28257c86ffc369656afab1ec9e05df3cd95c","kind":"commit","published_at":"2020-12-04T09:18:28.000Z","download_url":"https://codeload.github.com/dokku/github-action/tar.gz/0.0.7","html_url":"https://github.com/dokku/github-action/releases/tag/0.0.7","dependencies_parsed_at":"2023-05-30T17:51:44.582Z","dependency_job_id":"84269ec7-b432-4e71-b7db-665187d2730e","purl":"pkg:github/dokku/github-action@0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/0.0.7/manifests"},{"name":"0.0.6","sha":"8b77eb815d67d5219d66e88bd33d51fcf72f4a35","kind":"commit","published_at":"2020-12-04T09:16:24.000Z","download_url":"https://codeload.github.com/dokku/github-action/tar.gz/0.0.6","html_url":"https://github.com/dokku/github-action/releases/tag/0.0.6","dependencies_parsed_at":"2023-05-30T17:51:44.931Z","dependency_job_id":"6be0c73c-2834-47ec-a883-4cf4cdfc948a","purl":"pkg:github/dokku/github-action@0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/0.0.6/manifests"},{"name":"0.0.5","sha":"dcf4e02e295511b90622efc1396bda821e0689b5","kind":"commit","published_at":"2020-12-04T08:58:32.000Z","download_url":"https://codeload.github.com/dokku/github-action/tar.gz/0.0.5","html_url":"https://github.com/dokku/github-action/releases/tag/0.0.5","dependencies_parsed_at":"2023-05-30T17:51:45.293Z","dependency_job_id":"f587f32e-5232-4f93-b64f-0d06fd18de20","purl":"pkg:github/dokku/github-action@0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/0.0.5/manifests"},{"name":"0.0.4","sha":"3d3359563c72928c71df510348882659999b05cc","kind":"commit","published_at":"2020-12-04T06:43:01.000Z","download_url":"https://codeload.github.com/dokku/github-action/tar.gz/0.0.4","html_url":"https://github.com/dokku/github-action/releases/tag/0.0.4","dependencies_parsed_at":"2023-05-30T17:51:46.241Z","dependency_job_id":"4d82b823-5829-4f0d-bbc4-af4a2d7b69b3","purl":"pkg:github/dokku/github-action@0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/0.0.4/manifests"},{"name":"0.0.3","sha":"992ec3a796f4d1b05e2d423287d9ff4c580c82df","kind":"commit","published_at":"2020-12-04T06:36:51.000Z","download_url":"https://codeload.github.com/dokku/github-action/tar.gz/0.0.3","html_url":"https://github.com/dokku/github-action/releases/tag/0.0.3","dependencies_parsed_at":"2023-05-30T17:51:46.554Z","dependency_job_id":"658a262a-1912-407f-b226-78197c6ca886","purl":"pkg:github/dokku/github-action@0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/0.0.3/manifests"},{"name":"0.0.2","sha":"2cc4739f49e14e5f5f8a8e76a3f610506bf67ff9","kind":"commit","published_at":"2020-12-04T01:58:48.000Z","download_url":"https://codeload.github.com/dokku/github-action/tar.gz/0.0.2","html_url":"https://github.com/dokku/github-action/releases/tag/0.0.2","dependencies_parsed_at":"2023-05-30T17:51:46.974Z","dependency_job_id":"cf738f22-e608-49d3-a300-159aebf238af","purl":"pkg:github/dokku/github-action@0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/0.0.2/manifests"},{"name":"0.0.1","sha":"7d550ae40a8946f3b69ddd3b84c345ec52459c15","kind":"commit","published_at":"2020-12-03T21:14:07.000Z","download_url":"https://codeload.github.com/dokku/github-action/tar.gz/0.0.1","html_url":"https://github.com/dokku/github-action/releases/tag/0.0.1","dependencies_parsed_at":"2023-05-30T17:51:47.303Z","dependency_job_id":"4fec336f-d96c-42a7-8362-447782de7e14","purl":"pkg:github/dokku/github-action@0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/tags/0.0.1/manifests"}]},"repo_metadata_updated_at":"2025-08-29T11:57:07.333Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":234,"rankings":{"downloads":null,"dependent_repos_count":2.6366661384883536,"dependent_packages_count":0.0,"stargazers_count":1.6479163365552212,"forks_count":2.34828077959119,"docker_downloads_count":null,"average":1.6582158136586913},"purl":"pkg:githubactions/dokku/github-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/dokku/github-action","docker_dependents_count":1,"docker_downloads_count":500724,"usage_url":"https://repos.ecosyste.ms/usage/actions/dokku/github-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/dokku/github-action/dependencies","status":null,"funding_links":["https://github.com/sponsors/dokku","https://opencollective.com/dokku","https://patreon.com/dokku"],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-29T11:56:57.247Z","issues_count":33,"pull_requests_count":70,"avg_time_to_close_issue":15510153.137931034,"avg_time_to_close_pull_request":1296677.4705882352,"issues_closed_count":29,"pull_requests_closed_count":68,"pull_request_authors_count":9,"issue_authors_count":30,"avg_comments_per_issue":4.696969696969697,"avg_comments_per_pull_request":0.12857142857142856,"merged_pull_requests_count":64,"bot_issues_count":0,"bot_pull_requests_count":40,"past_year_issues_count":9,"past_year_pull_requests_count":15,"past_year_avg_time_to_close_issue":1413530.8333333333,"past_year_avg_time_to_close_pull_request":503185.14285714284,"past_year_issues_closed_count":6,"past_year_pull_requests_closed_count":14,"past_year_pull_request_authors_count":4,"past_year_issue_authors_count":8,"past_year_avg_comments_per_issue":4.333333333333333,"past_year_avg_comments_per_pull_request":0.13333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":8,"past_year_merged_pull_requests_count":14,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/dokku%2Fgithub-action/issues","maintainers":[{"login":"josegonzalez","count":21,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/josegonzalez"}],"active_maintainers":[{"login":"josegonzalez","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/josegonzalez"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/dokku%2Fgithub-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/dokku%2Fgithub-action/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/dokku%2Fgithub-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/dokku%2Fgithub-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/dokku%2Fgithub-action/codemeta","maintainers":[]}