{"id":11918431,"name":"DeterminateSystems/flakehub-push","ecosystem":"actions","description":"Find, install, and publish Nix Flakes with FlakeHub.","homepage":"https://flakehub.com","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/DeterminateSystems/flakehub-push","keywords_array":["nix","release-automation","semver"],"namespace":"DeterminateSystems","versions_count":7,"first_release_published_at":"2023-08-22T19:51:30.000Z","latest_release_published_at":"2026-09-09T17:39:58.000Z","latest_release_number":"v7","last_synced_at":"2026-09-20T11:29:16.418Z","created_at":"2025-07-17T00:31:55.025Z","updated_at":"2026-09-22T04:43:29.223Z","registry_url":"https://github.com/DeterminateSystems/flakehub-push","install_command":null,"documentation_url":null,"metadata":{"name":"Publish Nix flakes to FlakeHub","branding":{"icon":"box","color":"purple"},"description":"Find, install, and publish Nix Flakes with FlakeHub.","inputs":{"visibility":{"description":"`public`, `unlisted`, or `private` (private flakes are available only on a [FlakeHub paid plan](https://flakehub.com/signup))","required":true},"name":{"description":"The name of your published flake. In the format of OrgName/RepoName. OrgName must match your organization's GitHub root name or the publish will fail.","required":false,"default":null},"repository":{"description":"The actual GitHub repository containing your flake. In the format of OrgName/RepoName.","required":true,"default":"${{ github.repository }}"},"mirror":{"description":"If the repository is mirrored via DeterminateSystems' mirror functionality. This is only usable by DeterminateSystems.","required":false,"default":false},"directory":{"description":"The path of your flake relative to the root of the repository. Useful for subflakes.","required":false,"default":null},"git-root":{"description":"The root directory of your Git repository.","required":false,"default":"."},"tag":{"description":"The Git tag to use, for non-rolling releases. This must be the character `v` followed by a SemVer version, e.g. `v0.1.1`.","required":false,"default":null},"rev":{"description":"The Git revision SHA to use for non-rolling releases.","required":false,"default":null},"rolling-major":{"description":"Specify the SemVer major version of your rolling releases. All releases will follow the versioning scheme '[rolling-major].[rolling-minor].[commit count]+rev-[git sha]'","required":false,"default":null},"rolling-minor":{"description":"Specify the SemVer minor version of your rolling releases. All releases will follow the versioning scheme '[rolling-major].[rolling-minor].[commit count]+rev-[git sha]'","required":false,"default":null},"rolling":{"description":"For untagged releases, use a rolling versioning scheme.\n\nWhen this is enabled, the default versioning scheme is 0.1.[commit count]+rev-[git sha]. To customize the SemVer minor version, set the `rolling-minor` option.\n","required":false,"default":false},"host":{"description":"The FlakeHub server to use.","required":false,"default":"https://api.flakehub.com"},"log-directives":{"description":"A comma-separated list of [tracing directives](https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.EnvFilter.html#directives). `-`s are replaced with `_`s (such as `nix_installer=trace`).","required":false,"default":"flakehub_push=info"},"logger":{"description":"The logger to use. Options are `pretty`, `json`, `full` and `compact`.","required":false,"default":"full"},"github-token":{"description":"A GitHub token for making authenticated GitHub API requests.","default":"${{ github.token }}"},"extra-tags":{"description":"DEPRECATED: Please use `extra-labels` instead.","required":false,"default":""},"extra-labels":{"description":"`flakehub-push` automatically uses the GitHub repo's topics as labels. This `extra-labels` parameter enables you to add extra labels beyond that as a comma-separated string. Only alphanumeric characters and hyphens are allowed in labels and the maximum length of labels is 50 characters. You can specify a maximum of 20 extra labels, and have a maximum of 25 labels, including those that we retrieve from GitHub. Any labels after the 25th will be ignored.\n","required":false,"default":""},"spdx-expression":{"description":"A valid SPDX license expression. This will be used in place of what GitHub claims your repository's `spdxIdentifier` is.","required":false,"default":""},"error-on-conflict":{"description":"Whether to error if a release for the same version has already been uploaded.","required":false,"default":false},"include-output-paths":{"description":"Whether to register the output paths of each flake output with FlakeHub.","required":false,"default":false},"sbom-path":{"description":"The path to the SBOM for this flake.","required":false,"default":""},"my-flake-is-too-big":{"description":"Please read the source code of flakehub-push before using this.","required":false,"default":false},"source-binary":{"description":"Run a version of the `flakehub-push` binary from somewhere already on disk. Conflicts with all `source-*` options.","required":false},"source-branch":{"description":"The branch of `flakehub-push` to use. Conflicts with all other `source-*` options.","required":false,"default":"main"},"source-pr":{"description":"The pull request (PR) of `flakehub-push` to use. Conflicts with all other `source-*` options.","required":false},"source-revision":{"description":"The revision of `flakehub-push` to use. Conflicts with all other `source-*` options.","required":false},"source-tag":{"description":"The tag of `flakehub-push` to use. Conflicts with all other `source-*` options.","required":false},"source-url":{"description":"A URL pointing to a `flakehub-push` binary. Overrides all other `source-*` options.","required":false},"_internal-strict-mode":{"description":"Whether to fail when any errors are thrown. Used only to test the Action; do not set this in your own workflows.","default":false},"flakehub-push-binary":{"description":"Run a version of the `flakehub-push` binary from somewhere already on disk. Conflicts with all `flakehub-push-*` options.","required":false},"flakehub-push-branch":{"description":"The branch of `flakehub-push` to use. Conflicts with all other `flakehub-push-*` options.","required":false},"flakehub-push-pr":{"description":"The pull request (PR) of `flakehub-push` to use. Conflicts with all `flakehub-push-*` options.","required":false},"flakehub-push-revision":{"description":"The revision of `flakehub-push` to use. Conflicts with all other `flakehub-push-*` options.","required":false},"flakehub-push-tag":{"description":"The tag of `flakehub-push` to use. Conflicts with all other `flakehub-push-*` options.","required":false},"flakehub-push-url":{"description":"A URL pointing to a `flakehub-push` binary. Overrides all other `flakehub-push-*` options.","required":false}},"runs":{"using":"node24","main":"dist/index.js"},"default_branch":"main","path":null},"repo_metadata":{"id":189988408,"uuid":"646270826","full_name":"DeterminateSystems/flakehub-push","owner":"DeterminateSystems","description":"Release your Nix flake to FlakeHub.com.","archived":false,"fork":false,"pushed_at":"2026-09-16T02:02:03.000Z","size":15898,"stargazers_count":39,"open_issues_count":15,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-09-20T11:15:27.248Z","etag":null,"topics":["nix","release-automation","semver"],"latest_commit_sha":null,"homepage":"https://flakehub.com","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DeterminateSystems.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2023-05-27T20:50:45.000Z","updated_at":"2026-09-09T17:45:20.000Z","dependencies_parsed_at":"2026-05-12T18:02:41.253Z","dependency_job_id":null,"html_url":"https://github.com/DeterminateSystems/flakehub-push","commit_stats":null,"previous_names":["determinatesystems/flakehub-push"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/DeterminateSystems/flakehub-push","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeterminateSystems%2Fflakehub-push","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeterminateSystems%2Fflakehub-push/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeterminateSystems%2Fflakehub-push/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeterminateSystems%2Fflakehub-push/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DeterminateSystems","download_url":"https://codeload.github.com/DeterminateSystems/flakehub-push/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeterminateSystems%2Fflakehub-push/sbom","scorecard":{"id":39627,"data":{"date":"2025-08-11","repo":{"name":"github.com/DeterminateSystems/flakehub-push","commit":"284fbdee6cdba4d3386262ddf41486e512e59318"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":6.3,"checks":[{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/ci.yaml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/ci.yaml:80","Info: jobLevel 'contents' permission set to 'read': .github/workflows/ci.yaml:98","Info: jobLevel 'contents' permission set to 'read': .github/workflows/ci.yaml:127","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/update.yml:11","Warn: no topLevel permission defined: .github/workflows/ci.yaml:1","Warn: no topLevel permission defined: .github/workflows/update.yml:1"],"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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yaml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/DeterminateSystems/flakehub-push/ci.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yaml:100: update your workflow using https://app.stepsecurity.io/secureworkflow/DeterminateSystems/flakehub-push/ci.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yaml:101: update your workflow using https://app.stepsecurity.io/secureworkflow/DeterminateSystems/flakehub-push/ci.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yaml:103: update your workflow using https://app.stepsecurity.io/secureworkflow/DeterminateSystems/flakehub-push/ci.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yaml:129: update your workflow using https://app.stepsecurity.io/secureworkflow/DeterminateSystems/flakehub-push/ci.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yaml:131: update your workflow using https://app.stepsecurity.io/secureworkflow/DeterminateSystems/flakehub-push/ci.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yaml:132: update your workflow using https://app.stepsecurity.io/secureworkflow/DeterminateSystems/flakehub-push/ci.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yaml:146: update your workflow using https://app.stepsecurity.io/secureworkflow/DeterminateSystems/flakehub-push/ci.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yaml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/DeterminateSystems/flakehub-push/ci.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yaml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/DeterminateSystems/flakehub-push/ci.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yaml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/DeterminateSystems/flakehub-push/ci.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/DeterminateSystems/flakehub-push/ci.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/DeterminateSystems/flakehub-push/update.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/update.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/DeterminateSystems/flakehub-push/update.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/update.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/DeterminateSystems/flakehub-push/update.yml/main?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  11 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":"License","score":0,"reason":"license file not detected","details":["Warn: project does not have a license file"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":5,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Info: 'branch protection settings apply to administrators' is required to merge on branch 'main'","Warn: 'stale review dismissal' is disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is required - but no codeowners file found in repo","Warn: 'last push approval' is disabled on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":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":"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"}},{"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"}}]},"last_synced_at":"2025-08-14T21:10:27.631Z","repository_id":189988408,"created_at":"2025-08-14T21:10:27.631Z","updated_at":"2025-08-14T21:10:27.631Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":341189360,"owners_count":37526596,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-09-20T02:00:06.856Z","response_time":61,"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":"DeterminateSystems","name":"Determinate Systems","uuid":"80991770","kind":"organization","description":"The best software development toolkit for Nix and Flakes ❄️","email":"hello@determinate.systems","website":"https://determinate.systems/","location":"Everywhere","twitter":"DeterminateSys","company":null,"icon_url":"https://avatars.githubusercontent.com/u/80991770?v=4","repositories_count":101,"last_synced_at":"2024-04-15T04:13:06.582Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/DeterminateSystems","funding_links":[],"total_stars":4896,"followers":416,"following":0,"created_at":"2022-11-14T07:07:03.271Z","updated_at":"2024-04-15T04:13:54.013Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DeterminateSystems","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DeterminateSystems/repositories"},"tags":[{"name":"v7","sha":"e001ee821cdb763ef120c01f1048bfb2f938bb9c","kind":"commit","published_at":"2026-09-09T17:39:58.000Z","download_url":"https://codeload.github.com/DeterminateSystems/flakehub-push/tar.gz/v7","html_url":"https://github.com/DeterminateSystems/flakehub-push/releases/tag/v7","dependencies_parsed_at":"2026-09-15T06:14:21.498Z","dependency_job_id":null,"purl":"pkg:github/DeterminateSystems/flakehub-push@v7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeterminateSystems%2Fflakehub-push/tags/v7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeterminateSystems%2Fflakehub-push/tags/v7/manifests"},{"name":"v6","sha":"71f57208810a5d299fc6545350981de98fdbc860","kind":"commit","published_at":"2025-07-14T23:00:27.000Z","download_url":"https://codeload.github.com/DeterminateSystems/flakehub-push/tar.gz/v6","html_url":"https://github.com/DeterminateSystems/flakehub-push/releases/tag/v6","dependencies_parsed_at":"2025-07-18T04:57:43.049Z","dependency_job_id":null,"purl":"pkg:github/DeterminateSystems/flakehub-push@v6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeterminateSystems%2Fflakehub-push/tags/v6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeterminateSystems%2Fflakehub-push/tags/v6/manifests"},{"name":"v5","sha":"8da9e38b7e77f2b0a8aa08a22e57cc5c6316ea72","kind":"commit","published_at":"2024-09-04T23:43:06.000Z","download_url":"https://codeload.github.com/DeterminateSystems/flakehub-push/tar.gz/v5","html_url":"https://github.com/DeterminateSystems/flakehub-push/releases/tag/v5","dependencies_parsed_at":"2025-07-18T04:57:47.847Z","dependency_job_id":null,"purl":"pkg:github/DeterminateSystems/flakehub-push@v5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeterminateSystems%2Fflakehub-push/tags/v5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeterminateSystems%2Fflakehub-push/tags/v5/manifests"},{"name":"v4","sha":"150c971996b1d14eaba6790102041234f606379f","kind":"commit","published_at":"2024-06-03T16:18:19.000Z","download_url":"https://codeload.github.com/DeterminateSystems/flakehub-push/tar.gz/v4","html_url":"https://github.com/DeterminateSystems/flakehub-push/releases/tag/v4","dependencies_parsed_at":"2025-07-18T04:58:34.431Z","dependency_job_id":null,"purl":"pkg:github/DeterminateSystems/flakehub-push@v4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeterminateSystems%2Fflakehub-push/tags/v4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeterminateSystems%2Fflakehub-push/tags/v4/manifests"},{"name":"v3","sha":"b441737e7d01e044d7b60a3240fb81cbf827bee0","kind":"commit","published_at":"2023-08-24T04:07:09.000Z","download_url":"https://codeload.github.com/DeterminateSystems/flakehub-push/tar.gz/v3","html_url":"https://github.com/DeterminateSystems/flakehub-push/releases/tag/v3","dependencies_parsed_at":"2025-07-18T04:57:28.837Z","dependency_job_id":null,"purl":"pkg:github/DeterminateSystems/flakehub-push@v3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeterminateSystems%2Fflakehub-push/tags/v3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeterminateSystems%2Fflakehub-push/tags/v3/manifests"},{"name":"v2","sha":"cc48a65f4941ae7f2dc4668da2328aade4f52d83","kind":"commit","published_at":"2023-08-22T20:01:22.000Z","download_url":"https://codeload.github.com/DeterminateSystems/flakehub-push/tar.gz/v2","html_url":"https://github.com/DeterminateSystems/flakehub-push/releases/tag/v2","dependencies_parsed_at":"2025-07-18T04:57:28.642Z","dependency_job_id":null,"purl":"pkg:github/DeterminateSystems/flakehub-push@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeterminateSystems%2Fflakehub-push/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeterminateSystems%2Fflakehub-push/tags/v2/manifests"},{"name":"v1","sha":"e90ca3f65027ef8e6531e446a99774c4e0ee1c52","kind":"commit","published_at":"2023-08-22T19:51:30.000Z","download_url":"https://codeload.github.com/DeterminateSystems/flakehub-push/tar.gz/v1","html_url":"https://github.com/DeterminateSystems/flakehub-push/releases/tag/v1","dependencies_parsed_at":"2025-07-18T04:57:28.841Z","dependency_job_id":null,"purl":"pkg:github/DeterminateSystems/flakehub-push@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeterminateSystems%2Fflakehub-push/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeterminateSystems%2Fflakehub-push/tags/v1/manifests"}]},"repo_metadata_updated_at":"2026-09-22T04:43:29.222Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":30.652262153807726,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":15.326131076903863},"purl":"pkg:githubactions/DeterminateSystems/flakehub-push","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/DeterminateSystems/flakehub-push","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/DeterminateSystems/flakehub-push","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/DeterminateSystems/flakehub-push/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-09-20T11:04:33.023Z","issues_count":22,"pull_requests_count":231,"avg_time_to_close_issue":19777388.083333332,"avg_time_to_close_pull_request":377547.9458128079,"issues_closed_count":12,"pull_requests_closed_count":203,"pull_request_authors_count":11,"issue_authors_count":21,"avg_comments_per_issue":1.0454545454545454,"avg_comments_per_pull_request":0.30735930735930733,"merged_pull_requests_count":163,"bot_issues_count":0,"bot_pull_requests_count":38,"past_year_issues_count":0,"past_year_pull_requests_count":25,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":1493844.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":22,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":1.28,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":10,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/determinatesystems%2Fflakehub-push/issues","maintainers":[{"login":"lucperkins","count":42,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucperkins"},{"login":"grahamc","count":29,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/grahamc"},{"login":"colemickens","count":17,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/colemickens"},{"login":"cole-h","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cole-h"},{"login":"Hoverbear","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Hoverbear"},{"login":"RossComputerGuy","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RossComputerGuy"}],"active_maintainers":[{"login":"grahamc","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/grahamc"},{"login":"cole-h","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cole-h"},{"login":"lucperkins","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucperkins"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/DeterminateSystems%2Fflakehub-push/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/DeterminateSystems%2Fflakehub-push/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/DeterminateSystems%2Fflakehub-push/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/DeterminateSystems%2Fflakehub-push/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/DeterminateSystems%2Fflakehub-push/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/DeterminateSystems%2Fflakehub-push/codemeta","maintainers":[]}