{"id":6025545,"name":"linear-b/gitstream-github-action","ecosystem":"actions","description":"Public GitHub action for gitStream Continuous Merge","homepage":"","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/linear-b/gitstream-github-action","keywords_array":["automation","ci-cd","cm-ci-cd","github","githubaction-workflow","productivity"],"namespace":"linear-b","versions_count":261,"first_release_published_at":"2022-08-14T14:48:28.000Z","latest_release_published_at":"2026-01-12T11:48:40.000Z","latest_release_number":"2.0.209","last_synced_at":"2026-03-27T16:01:02.346Z","created_at":"2023-01-31T00:13:27.673Z","updated_at":"2026-03-27T16:01:02.346Z","registry_url":"https://github.com/linear-b/gitstream-github-action","install_command":null,"documentation_url":null,"metadata":{"name":"gitStream repo agent","description":"Public GitHub action for gitStream Continuous Merge","inputs":{"full_repository":{"description":"Path of full Repository","required":true},"head_ref":{"description":"Head Branch Ref to checkout to","required":true},"base_ref":{"description":"Base Branch Ref to checkout to","required":true},"client_payload":{"description":"The client payload","required":true},"installation_id":{"description":"The github app installation id","required":false},"resolver_url":{"description":"Resolver url to send results to","required":true},"resolver_token":{"description":"Optional token for resolver","required":false},"debug_mode":{"description":"Run parser in debug mode","required":false,"default":"false"}},"runs":{"using":"composite","steps":[{"uses":"actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903","with":{"node-version":"20.12.2"}},{"name":"Create GitStream folder","shell":"bash","run":"rm -rf gitstream \u0026\u0026 rm -rf code \u0026\u0026 mkdir gitstream\ncd gitstream \u0026\u0026 mkdir repo\n"},{"name":"Checkout base branch","uses":"actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3","with":{"repository":"${{ inputs.full_repository }}","ref":"${{ inputs.base_ref }}","path":"gitstream/repo/","token":"${{ fromJSON(fromJSON(inputs.client_payload)).githubToken || github.token }}"}},{"name":"Escape single quotes","id":"safe-strings","uses":"actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd","env":{"BASE_REF_ARG":"${{ inputs.base_ref }}","HEAD_REF_ARG":"${{ inputs.head_ref }}","PAYLOAD_ARG":"${{ inputs.client_payload }}","URL_ARG":"${{ fromJSON(fromJSON(inputs.client_payload)).headHttpUrl || fromJSON(fromJSON(inputs.client_payload)).repoUrl }}"},"with":{"script":"try {\n  function convertToSafeString(input) {\n    return (input || '').replace(/['`]/g, \"\\\\$\u0026\");\n  };\n  function escapeApostrophe(input) {\n    return (input || '').replace(/'/g, \"\\\\'\");\n  };\n  const base_ref = escapeApostrophe(process.env.BASE_REF_ARG);\n  const head_ref = escapeApostrophe(process.env.HEAD_REF_ARG);\n  const url = convertToSafeString(process.env.URL_ARG);\n  const client_payload = convertToSafeString(process.env.PAYLOAD_ARG);\n  core.setOutput('base_ref', base_ref);\n  core.setOutput('head_ref', head_ref);\n  core.setOutput('url', url);\n  core.setOutput('client_payload', client_payload);\n} catch (err) {\n  core.error(`Failed producing safe string: ${err}`);\n  process.exit(1);\n}\n"}},{"name":"Checkout Pull Request branches history","shell":"bash","run":"cd gitstream \u0026\u0026 cd repo\ngit config checkout.defaultRemote origin\ngit fetch --shallow-since=\"6 months ago\" origin $'${{ steps.safe-strings.outputs.base_ref }}'\ngit remote add upstream $'${{ steps.safe-strings.outputs.url }}'\ngit fetch --shallow-since=\"6 months ago\" upstream $'${{ steps.safe-strings.outputs.head_ref }}'\ngit checkout -b $'upstream/${{ steps.safe-strings.outputs.head_ref}}' $'upstream/${{ steps.safe-strings.outputs.head_ref}}'\ngit checkout $'${{ steps.safe-strings.outputs.base_ref }}'\ngit checkout $'${{ steps.safe-strings.outputs.head_ref }}'\n"},{"name":"Create cm folder","shell":"bash","run":"cd gitstream \u0026\u0026 mkdir cm"},{"name":"Checkout cm repo","uses":"actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3","if":"${{ fromJSON(fromJSON(inputs.client_payload)).hasCmRepo == true }}","with":{"repository":"${{ fromJSON(fromJSON(inputs.client_payload)).owner }}/${{ fromJSON(fromJSON(inputs.client_payload)).cmRepo }}","ref":"${{ fromJSON(fromJSON(inputs.client_payload)).cmRepoRef }}","path":"gitstream/cm/","fetch-depth":1}},{"name":"Checkout cm org","uses":"actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3","if":"${{ fromJSON(fromJSON(inputs.client_payload)).hasCmOrg == true }}","with":{"repository":"cm/cm","ref":"${{ fromJSON(fromJSON(inputs.client_payload)).cmOrgRef }}","path":"gitstream/cm/","fetch-depth":1}},{"name":"Volume folder","shell":"bash","run":"mv gitstream code"},{"name":"Install Dependencies for plugins","shell":"bash","continue-on-error":true,"run":"npm i --silent moment lodash axios @octokit/rest@20.1.1"},{"name":"Run RulesEngine","shell":"bash","run":"node ${{ github.action_path }}/dist/index.js","env":{"HEAD_REF":"${{ steps.safe-strings.outputs.head_ref }}","BASE_REF":"${{ steps.safe-strings.outputs.base_ref }}","CLIENT_PAYLOAD":"${{ steps.safe-strings.outputs.client_payload }}","RULES_RESOLVER_URL":"${{ inputs.resolver_url }}","RULES_RESOLVER_TOKEN":"${{ inputs.resolver_token }}","DEBUG_MODE":"${{ inputs.debug_mode }}","ENABLE_DEBUG_ARTIFACTS":"${{ env.ENABLE_DEBUG_ARTIFACTS }}","RUN_ID":"${{ github.run_id }}"}},{"name":"Upload artifacts","if":"${{ env.ENABLE_DEBUG_ARTIFACTS == 'true' }}","uses":"actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f","with":{"retention-days":7,"name":"output","path":"code/output"}}]},"default_branch":"develop","path":null},"repo_metadata":{"id":57764844,"uuid":"523764152","full_name":"linear-b/gitstream-github-action","owner":"linear-b","description":"/:\\ gitStream - Workflow GitHub Action","archived":false,"fork":false,"pushed_at":"2025-11-27T15:54:34.000Z","size":129710,"stargazers_count":6,"open_issues_count":2,"forks_count":10,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2025-11-28T17:31:42.947Z","etag":null,"topics":["automation","ci-cd","cm-ci-cd","github","githubaction-workflow","productivity"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/linear-b.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"dco":null,"cla":null}},"created_at":"2022-08-11T14:56:26.000Z","updated_at":"2025-11-27T15:54:01.000Z","dependencies_parsed_at":"2025-11-28T03:08:57.449Z","dependency_job_id":null,"html_url":"https://github.com/linear-b/gitstream-github-action","commit_stats":{"total_commits":73,"total_committers":7,"mean_commits":"10.428571428571429","dds":0.410958904109589,"last_synced_commit":"36f5cacaa6f5abdb33f637672867d117cc7a455f"},"previous_names":[],"tags_count":249,"template":false,"template_full_name":null,"purl":"pkg:github/linear-b/gitstream-github-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linear-b%2Fgitstream-github-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linear-b%2Fgitstream-github-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linear-b%2Fgitstream-github-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linear-b%2Fgitstream-github-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linear-b","download_url":"https://codeload.github.com/linear-b/gitstream-github-action/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linear-b%2Fgitstream-github-action/sbom","scorecard":{"id":351085,"data":{"date":"2025-08-11","repo":{"name":"github.com/linear-b/gitstream-github-action","commit":"38537bbd23182763b82152a48ecce1173ba76636"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":6.2,"checks":[{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Code-Review","score":8,"reason":"Found 4/5 approved changesets -- score normalized to 8","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 0 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":"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/bump-gitstream-core.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/check-dist.yml:12","Info: topLevel 'contents' permission set to 'read': .github/workflows/ci.yml:12","Warn: topLevel 'checks' permission set to 'write': .github/workflows/codeql-analysis.yml:15","Info: topLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:16","Warn: topLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:17","Info: topLevel 'actions' permission set to 'read': .github/workflows/codeql-analysis.yml:14","Warn: no topLevel permission defined: .github/workflows/create-tag-on-merge.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":"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":1,"reason":"dependency not pinned by hash detected -- score normalized to 1","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-gitstream-core.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/linear-b/gitstream-github-action/bump-gitstream-core.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-dist.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/linear-b/gitstream-github-action/check-dist.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-dist.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/linear-b/gitstream-github-action/check-dist.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-dist.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/linear-b/gitstream-github-action/check-dist.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/linear-b/gitstream-github-action/ci.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/linear-b/gitstream-github-action/ci.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/linear-b/gitstream-github-action/codeql-analysis.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/linear-b/gitstream-github-action/codeql-analysis.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/linear-b/gitstream-github-action/codeql-analysis.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/linear-b/gitstream-github-action/codeql-analysis.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-tag-on-merge.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/linear-b/gitstream-github-action/create-tag-on-merge.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-tag-on-merge.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/linear-b/gitstream-github-action/create-tag-on-merge.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-tag-on-merge.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/linear-b/gitstream-github-action/create-tag-on-merge.yml/develop?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/bump-gitstream-core.yml:58","Info:   0 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   2 out of   3 npmCommand 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":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.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":"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":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"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":"SAST","score":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 10 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-18T08:19:21.689Z","repository_id":57764844,"created_at":"2025-08-18T08:19:21.689Z","updated_at":"2025-08-18T08:19:21.689Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27618008,"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-12-09T02:00:09.185Z","response_time":54,"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"},"tags":[]},"repo_metadata_updated_at":"2025-12-09T12:26:29.978Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":32,"rankings":{"downloads":null,"dependent_repos_count":7.789573760101411,"dependent_packages_count":0.0,"stargazers_count":34.63159562668357,"forks_count":8.25859610204405,"docker_downloads_count":3.146886388844874,"average":10.76533037553478},"purl":"pkg:githubactions/linear-b/gitstream-github-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/linear-b/gitstream-github-action","docker_dependents_count":1,"docker_downloads_count":112,"usage_url":"https://repos.ecosyste.ms/usage/actions/linear-b/gitstream-github-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/linear-b/gitstream-github-action/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-11-06T14:01:05.468Z","issues_count":10,"pull_requests_count":532,"avg_time_to_close_issue":808896.5714285715,"avg_time_to_close_pull_request":201974.65966386555,"issues_closed_count":7,"pull_requests_closed_count":476,"pull_request_authors_count":12,"issue_authors_count":6,"avg_comments_per_issue":0.5,"avg_comments_per_pull_request":0.2725563909774436,"merged_pull_requests_count":308,"bot_issues_count":4,"bot_pull_requests_count":376,"past_year_issues_count":3,"past_year_pull_requests_count":304,"past_year_avg_time_to_close_issue":218486.5,"past_year_avg_time_to_close_pull_request":166060.6679245283,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":265,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.34210526315789475,"past_year_bot_issues_count":2,"past_year_bot_pull_requests_count":275,"past_year_merged_pull_requests_count":180,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/linear-b%2Fgitstream-github-action/issues","maintainers":[{"login":"MishaKav","count":60,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/MishaKav"},{"login":"yeelali14","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yeelali14"},{"login":"ShakedZrihen","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ShakedZrihen"},{"login":"EladKohavi","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/EladKohavi"},{"login":"saharavishag","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/saharavishag"},{"login":"nivSwisa1","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nivSwisa1"}],"active_maintainers":[{"login":"MishaKav","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/MishaKav"},{"login":"yeelali14","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yeelali14"},{"login":"nivSwisa1","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nivSwisa1"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/linear-b%2Fgitstream-github-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/linear-b%2Fgitstream-github-action/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/linear-b%2Fgitstream-github-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/linear-b%2Fgitstream-github-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/linear-b%2Fgitstream-github-action/codemeta","maintainers":[]}