{"id":5790165,"name":"actions/github-script","ecosystem":"actions","description":"Run simple scripts using the GitHub client","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/actions/github-script","keywords_array":["actions","github-api","javascript"],"namespace":"actions","versions_count":57,"first_release_published_at":"2019-09-05T13:20:46.000Z","latest_release_published_at":"2023-11-17T22:20:07.000Z","latest_release_number":"v7.0.1","last_synced_at":"2026-04-01T12:04:27.984Z","created_at":"2023-01-03T17:38:23.786Z","updated_at":"2026-04-01T12:04:27.985Z","registry_url":"https://github.com/actions/github-script","install_command":null,"documentation_url":null,"metadata":{"name":"GitHub Script","author":"GitHub","description":"Run simple scripts using the GitHub client","branding":{"color":"blue","icon":"code"},"inputs":{"script":{"description":"The script to run","required":true},"github-token":{"description":"The GitHub token used to create an authenticated client","default":"${{ github.token }}","required":false},"debug":{"description":"Whether to tell the GitHub client to log details of its requests. true or false. Default is to run in debug mode when the GitHub Actions step debug logging is turned on.","default":"${{ runner.debug == '1' }}"},"user-agent":{"description":"An optional user-agent string","default":"actions/github-script"},"previews":{"description":"A comma-separated list of GraphQL API previews to accept"},"result-encoding":{"description":"Either \"string\" or \"json\" (default \"json\")—how the result will be encoded","default":"json"},"retries":{"description":"The number of times to retry a request","default":"0"},"retry-exempt-status-codes":{"description":"A comma separated list of status codes that will NOT be retried e.g. \"400,500\". No effect unless `retries` is set","default":400401403404422},"base-url":{"description":"An optional GitHub REST API URL to connect to a different GitHub instance. For example, https://my.github-enterprise-server.com/api/v3","required":false}},"outputs":{"result":{"description":"The return value of the script, stringified with `JSON.stringify`"}},"runs":{"using":"node20","main":"dist/index.js"},"default_branch":"main","path":null},"repo_metadata":{"id":37391059,"uuid":"205262760","full_name":"actions/github-script","owner":"actions","description":"Write workflows scripting the GitHub API in JavaScript","archived":false,"fork":false,"pushed_at":"2025-08-08T11:15:57.000Z","size":1774,"stargazers_count":4635,"open_issues_count":69,"forks_count":474,"subscribers_count":38,"default_branch":"main","last_synced_at":"2025-08-08T13:13:00.444Z","etag":null,"topics":["actions","github-api","javascript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/actions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-08-29T22:46:51.000Z","updated_at":"2025-08-07T15:50:38.000Z","dependencies_parsed_at":"2024-08-25T21:06:38.414Z","dependency_job_id":"9f2200a1-4e74-4394-88e9-30745cf9263b","html_url":"https://github.com/actions/github-script","commit_stats":{"total_commits":309,"total_committers":58,"mean_commits":5.327586206896552,"dds":0.6537216828478964,"last_synced_commit":"4020e461acd7a80762cdfff123a1fde368246fa4"},"previous_names":[],"tags_count":57,"template":false,"template_full_name":null,"purl":"pkg:github/actions/github-script","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/actions","download_url":"https://codeload.github.com/actions/github-script/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/sbom","scorecard":{"id":163784,"data":{"date":"2025-08-11","repo":{"name":"github.com/actions/github-script","commit":"f28e40c7f34bde8b3046d885e986cb6290c5673b"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":6.6,"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"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":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql-analysis.yml:28","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:29","Info: jobLevel 'contents' permission set to 'read': .github/workflows/publish-immutable-actions.yml:11","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/publish-immutable-actions.yml:13","Info: topLevel 'contents' permission set to 'read': .github/workflows/check-dist.yml:17","Info: topLevel 'contents' permission set to 'read': .github/workflows/ci.yml:10","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/integration.yml:10","Info: topLevel 'contents' permission set to 'read': .github/workflows/licensed.yml:12","Warn: no topLevel permission defined: .github/workflows/publish-immutable-actions.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pull-request-test.yml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md: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":1,"reason":"dependency not pinned by hash detected -- score normalized to 1","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-dist.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/github-script/check-dist.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-dist.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/github-script/check-dist.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/github-script/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/github-script/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/github-script/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/github-script/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:72: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/github-script/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/github-script/integration.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/github-script/integration.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/github-script/integration.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/github-script/integration.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yml:128: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/github-script/integration.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yml:185: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/github-script/integration.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yml:259: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/github-script/integration.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/licensed.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/github-script/licensed.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/licensed.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/github-script/licensed.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-immutable-actions.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/github-script/publish-immutable-actions.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-immutable-actions.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/github-script/publish-immutable-actions.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pull-request-test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/github-script/pull-request-test.yml/main?enable=pin","Info:   0 out of  19 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 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":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/actions/.github/SECURITY.md:1","Info: Found linked content: github.com/actions/.github/SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: github.com/actions/.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":"Branch-Protection","score":-1,"reason":"internal error: error during GetBranch(releases/v2): error during branchesHandler.query: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (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":4,"reason":"6 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-h5c3-5r3r-rr8q","Warn: Project is vulnerable to: GHSA-rmvr-2pp2-xj38","Warn: Project is vulnerable to: GHSA-xx4v-prfh-6cgc","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-cxrh-j4jr-qwg3"],"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-16T14:18:07.112Z","repository_id":37391059,"created_at":"2025-08-16T14:18:07.112Z","updated_at":"2025-08-16T14:18:07.112Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271491656,"owners_count":24769103,"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-21T02:00:08.990Z","response_time":74,"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":"actions","name":"GitHub Actions","uuid":"44036562","kind":"organization","description":"Automate your GitHub workflows","email":null,"website":"https://github.com/features/actions","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/44036562?v=4","repositories_count":59,"last_synced_at":"2023-04-09T12:20:28.551Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/actions","funding_links":[],"total_stars":69545,"followers":null,"following":null,"created_at":"2022-11-02T16:25:53.210Z","updated_at":"2024-03-25T18:47:17.736Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/actions","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/actions/repositories"},"tags":[{"name":"v7.0.1","sha":"60a0d83039c74a4aee543508d2ffcb1c3799cdea","kind":"commit","published_at":"2023-11-17T22:20:07.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v7.0.1","html_url":"https://github.com/actions/github-script/releases/tag/v7.0.1","dependencies_parsed_at":"2023-11-19T04:11:29.492Z","dependency_job_id":null,"purl":"pkg:github/actions/github-script@v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v7.0.1/manifests"},{"name":"v7","sha":"e69ef5462fd455e02edcaf4dd7708eda96b9eda0","kind":"tag","published_at":"2023-11-13T18:05:24.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v7","html_url":"https://github.com/actions/github-script/releases/tag/v7","dependencies_parsed_at":"2023-11-15T04:27:07.520Z","dependency_job_id":null,"purl":"pkg:github/actions/github-script@v7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v7/manifests"},{"name":"v7.0.0","sha":"e69ef5462fd455e02edcaf4dd7708eda96b9eda0","kind":"commit","published_at":"2023-11-13T18:02:38.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v7.0.0","html_url":"https://github.com/actions/github-script/releases/tag/v7.0.0","dependencies_parsed_at":"2023-11-15T04:27:07.479Z","dependency_job_id":null,"purl":"pkg:github/actions/github-script@v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v7.0.0/manifests"},{"name":"v2.1.0","sha":"4aed96e0ba636e3df2423e6887c9a83ef8522d6d","kind":"commit","published_at":"2023-04-28T13:13:11.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v2.1.0","html_url":"https://github.com/actions/github-script/releases/tag/v2.1.0","dependencies_parsed_at":"2023-06-01T00:10:14.902Z","dependency_job_id":"5d0e2740-85f9-4c60-bbc2-17719c8c634c","purl":"pkg:github/actions/github-script@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v2.1.0/manifests"},{"name":"v6.4.1","sha":"d7906e4ad0b1822421a7e6a35d5ca353c962f410","kind":"commit","published_at":"2023-04-05T16:32:04.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v6.4.1","html_url":"https://github.com/actions/github-script/releases/tag/v6.4.1","dependencies_parsed_at":"2023-06-01T00:10:20.613Z","dependency_job_id":"4cb46c9d-46d9-4127-a655-8e0402932395","purl":"pkg:github/actions/github-script@v6.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v6.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v6.4.1/manifests"},{"name":"v4.2.0","sha":"10b53a9ec6c222bb4ce97aa6bd2b5f739696b536","kind":"commit","published_at":"2023-03-13T13:10:02.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v4.2.0","html_url":"https://github.com/actions/github-script/releases/tag/v4.2.0","dependencies_parsed_at":"2023-06-01T00:10:23.719Z","dependency_job_id":"dabb2627-6d85-4059-8cfe-fb5417254a24","purl":"pkg:github/actions/github-script@v4.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v4.2.0/manifests"},{"name":"v5.2.0","sha":"211cb3fefb35a799baa5156f9321bb774fe56294","kind":"commit","published_at":"2023-03-10T17:24:35.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v5.2.0","html_url":"https://github.com/actions/github-script/releases/tag/v5.2.0","dependencies_parsed_at":"2023-06-01T00:10:26.224Z","dependency_job_id":"a8965766-1968-45aa-8a1d-254f08a2d770","purl":"pkg:github/actions/github-script@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v5.2.0/manifests"},{"name":"v3.2.0","sha":"ffc2c79a5b2490bd33e0a41c1de74b877714d736","kind":"commit","published_at":"2023-03-10T17:18:05.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v3.2.0","html_url":"https://github.com/actions/github-script/releases/tag/v3.2.0","dependencies_parsed_at":"2023-06-01T00:10:26.128Z","dependency_job_id":"69db7c7f-48e9-4164-9f5b-f7fc9db18637","purl":"pkg:github/actions/github-script@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v3.2.0/manifests"},{"name":"v6.4.0","sha":"98814c53be79b1d30f795b907e553d8679345975","kind":"commit","published_at":"2023-01-26T16:32:53.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v6.4.0","html_url":"https://github.com/actions/github-script/releases/tag/v6.4.0","dependencies_parsed_at":"2023-06-01T00:10:18.864Z","dependency_job_id":"59cabd88-3b1a-4b8d-b801-b5e145078ecf","purl":"pkg:github/actions/github-script@v6.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v6.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v6.4.0/manifests"},{"name":"v6.3.3","sha":"d556feaca394842dc55e4734bf3bb9f685482fa0","kind":"commit","published_at":"2022-10-13T22:34:27.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v6.3.3","html_url":"https://github.com/actions/github-script/releases/tag/v6.3.3","dependencies_parsed_at":"2023-05-31T18:25:32.748Z","dependency_job_id":"0ed39147-59f7-4ae0-b10a-095a1b9ff5aa","purl":"pkg:github/actions/github-script@v6.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v6.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v6.3.3/manifests"},{"name":"v6.3.2","sha":"100527700e8b29ca817ac0e0dfbfc5e8ff38edda","kind":"commit","published_at":"2022-10-11T15:43:51.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v6.3.2","html_url":"https://github.com/actions/github-script/releases/tag/v6.3.2","dependencies_parsed_at":"2023-05-31T18:25:33.970Z","dependency_job_id":"43884701-fad6-4c31-b941-f7cdfe3b1f87","purl":"pkg:github/actions/github-script@v6.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v6.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v6.3.2/manifests"},{"name":"v6.3.1","sha":"7dff1a87643417cf3b95bb10b29f4c4bc60d8ebd","kind":"commit","published_at":"2022-09-30T20:50:50.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v6.3.1","html_url":"https://github.com/actions/github-script/releases/tag/v6.3.1","dependencies_parsed_at":"2023-05-31T18:25:35.190Z","dependency_job_id":"44d9d669-c6db-468d-b7a6-bc3ab068bd46","purl":"pkg:github/actions/github-script@v6.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v6.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v6.3.1/manifests"},{"name":"v6.3.0","sha":"d4560e157075e2d93aa3022b5b51a42a880f1f93","kind":"commit","published_at":"2022-09-26T21:50:50.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v6.3.0","html_url":"https://github.com/actions/github-script/releases/tag/v6.3.0","dependencies_parsed_at":"2023-05-31T18:25:36.521Z","dependency_job_id":"8f9d52b7-b406-40a5-ba49-c151b2fd8729","purl":"pkg:github/actions/github-script@v6.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v6.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v6.3.0/manifests"},{"name":"v6","sha":"c713e510dbd7d213d92d41b7a7805a986f4c5c66","kind":"tag","published_at":"2022-08-26T17:14:22.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v6","html_url":"https://github.com/actions/github-script/releases/tag/v6","dependencies_parsed_at":"2023-05-30T22:22:41.615Z","dependency_job_id":"d7072188-74d8-4e5d-9d34-f6778a737328","purl":"pkg:github/actions/github-script@v6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v6/manifests"},{"name":"v6.2.0","sha":"c713e510dbd7d213d92d41b7a7805a986f4c5c66","kind":"commit","published_at":"2022-08-26T17:12:14.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v6.2.0","html_url":"https://github.com/actions/github-script/releases/tag/v6.2.0","dependencies_parsed_at":"2023-05-30T22:22:40.227Z","dependency_job_id":"025e9da6-e0fd-4465-bf26-c6a8c002a26d","purl":"pkg:github/actions/github-script@v6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v6.2.0/manifests"},{"name":"v5","sha":"9b7ebbb458768465bb03f28bbef5aa6b5d9d5baf","kind":"tag","published_at":"2022-08-12T14:36:09.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v5","html_url":"https://github.com/actions/github-script/releases/tag/v5","dependencies_parsed_at":"2023-05-30T22:22:46.417Z","dependency_job_id":"2aab4ecb-a052-4310-8fed-cc6ca8e16d2d","purl":"pkg:github/actions/github-script@v5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v5/manifests"},{"name":"v5.1.1","sha":"9b7ebbb458768465bb03f28bbef5aa6b5d9d5baf","kind":"commit","published_at":"2022-08-12T14:35:00.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v5.1.1","html_url":"https://github.com/actions/github-script/releases/tag/v5.1.1","dependencies_parsed_at":"2023-05-30T22:22:44.310Z","dependency_job_id":"6e040f30-36ac-4e95-bf88-18401066db3c","purl":"pkg:github/actions/github-script@v5.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v5.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v5.1.1/manifests"},{"name":"v6.1.1","sha":"d50f485531ba88479582bc2da03ff424389af5c1","kind":"commit","published_at":"2022-08-12T14:09:00.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v6.1.1","html_url":"https://github.com/actions/github-script/releases/tag/v6.1.1","dependencies_parsed_at":"2023-05-30T22:22:43.013Z","dependency_job_id":"d058d422-8188-417c-9e5f-901657132cd6","purl":"pkg:github/actions/github-script@v6.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v6.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v6.1.1/manifests"},{"name":"v6.1.0","sha":"7a5c598405937d486b0331594b5da2b14db670da","kind":"commit","published_at":"2022-05-12T22:43:19.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v6.1.0","html_url":"https://github.com/actions/github-script/releases/tag/v6.1.0","dependencies_parsed_at":"2023-05-30T22:22:47.729Z","dependency_job_id":"eb19b6fc-5b02-420e-988f-1e2ab84b10da","purl":"pkg:github/actions/github-script@v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v6.1.0/manifests"},{"name":"v6.0.0","sha":"9ac08808f993958e9de277fe43a64532a609130e","kind":"commit","published_at":"2022-02-11T15:21:32.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v6.0.0","html_url":"https://github.com/actions/github-script/releases/tag/v6.0.0","dependencies_parsed_at":"2023-05-30T22:22:49.541Z","dependency_job_id":"04e57d64-2472-48ca-8019-ef71667db98b","purl":"pkg:github/actions/github-script@v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v6.0.0/manifests"},{"name":"v5.1.0","sha":"e3cbab99d3a9b271e1b79fc96d103a4a5534998c","kind":"commit","published_at":"2022-01-07T18:30:24.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v5.1.0","html_url":"https://github.com/actions/github-script/releases/tag/v5.1.0","dependencies_parsed_at":"2023-05-30T22:22:50.936Z","dependency_job_id":"463e05a5-ee9a-4d01-befa-43db455a816e","purl":"pkg:github/actions/github-script@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v5.1.0/manifests"},{"name":"v5.0.0","sha":"441359b1a30438de65712c2fbca0abe4816fa667","kind":"commit","published_at":"2021-09-24T16:41:56.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v5.0.0","html_url":"https://github.com/actions/github-script/releases/tag/v5.0.0","dependencies_parsed_at":"2023-05-30T22:22:52.190Z","dependency_job_id":"39bb90e1-cdba-45d7-a074-30e9fd73ce13","purl":"pkg:github/actions/github-script@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v5.0.0/manifests"},{"name":"v4","sha":"deb7ae927cc19ae3a8b57293dd5cd2f16171e1e2","kind":"tag","published_at":"2021-09-23T20:59:19.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v4","html_url":"https://github.com/actions/github-script/releases/tag/v4","dependencies_parsed_at":"2023-05-30T22:22:56.382Z","dependency_job_id":"933801cf-58e0-4eef-8882-b1e0380f74ae","purl":"pkg:github/actions/github-script@v4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v4/manifests"},{"name":"v4.1","sha":"deb7ae927cc19ae3a8b57293dd5cd2f16171e1e2","kind":"tag","published_at":"2021-09-23T20:59:07.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v4.1","html_url":"https://github.com/actions/github-script/releases/tag/v4.1","dependencies_parsed_at":"2023-05-30T22:22:55.068Z","dependency_job_id":"430ba888-d1b0-4905-9a77-d87b93eadaf0","purl":"pkg:github/actions/github-script@v4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v4.1/manifests"},{"name":"v4.1.1","sha":"deb7ae927cc19ae3a8b57293dd5cd2f16171e1e2","kind":"commit","published_at":"2021-09-23T18:44:44.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v4.1.1","html_url":"https://github.com/actions/github-script/releases/tag/v4.1.1","dependencies_parsed_at":"2023-05-30T22:22:53.425Z","dependency_job_id":"fa6ffe38-b3d7-4e8e-8e55-d8caad3cd3cf","purl":"pkg:github/actions/github-script@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"f891eff65186019cbb3f7190c4590bc0a1b76fbc","kind":"commit","published_at":"2021-08-19T17:52:50.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v4.1.0","html_url":"https://github.com/actions/github-script/releases/tag/v4.1.0","dependencies_parsed_at":"2023-05-30T22:22:57.586Z","dependency_job_id":"22e1604b-2ac9-48c9-8f18-b0016b69dd57","purl":"pkg:github/actions/github-script@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v4.1.0/manifests"},{"name":"v4.0","sha":"a3e7071a34d7e1f219a8a4de9a5e0a34d1ee1293","kind":"tag","published_at":"2021-04-23T17:32:11.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v4.0","html_url":"https://github.com/actions/github-script/releases/tag/v4.0","dependencies_parsed_at":"2023-05-30T22:22:59.909Z","dependency_job_id":"900330db-1819-4cea-b40e-9cdbccb8c271","purl":"pkg:github/actions/github-script@v4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v4.0/manifests"},{"name":"v4.0.2","sha":"a3e7071a34d7e1f219a8a4de9a5e0a34d1ee1293","kind":"commit","published_at":"2021-04-23T17:29:23.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v4.0.2","html_url":"https://github.com/actions/github-script/releases/tag/v4.0.2","dependencies_parsed_at":"2023-05-30T22:22:58.850Z","dependency_job_id":"fc8d12e1-74a9-4fa9-9dfb-d20045204a99","purl":"pkg:github/actions/github-script@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"85e88a66eaa831097093a3d278536947f2984d20","kind":"commit","published_at":"2021-04-21T22:31:08.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v4.0.1","html_url":"https://github.com/actions/github-script/releases/tag/v4.0.1","dependencies_parsed_at":"2023-05-30T22:23:01.021Z","dependency_job_id":"8806470e-ae3c-4cc9-9fe5-437da1160329","purl":"pkg:github/actions/github-script@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"95fb649573b4020d9a24b4480947c1746afcb137","kind":"commit","published_at":"2021-04-21T21:50:55.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v4.0.0","html_url":"https://github.com/actions/github-script/releases/tag/v4.0.0","dependencies_parsed_at":"2023-05-30T22:23:02.067Z","dependency_job_id":"a4139f32-7950-4048-b7ac-6e5471922eba","purl":"pkg:github/actions/github-script@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v4.0.0/manifests"},{"name":"v3","sha":"f05a81df23035049204b043b50c3322045ce7eb3","kind":"tag","published_at":"2021-03-30T18:54:24.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v3","html_url":"https://github.com/actions/github-script/releases/tag/v3","dependencies_parsed_at":"2023-05-30T22:23:05.248Z","dependency_job_id":"664d3ad2-57e6-457b-8772-a33e5a5bd152","purl":"pkg:github/actions/github-script@v3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v3/manifests"},{"name":"v3.1","sha":"f05a81df23035049204b043b50c3322045ce7eb3","kind":"tag","published_at":"2021-03-30T18:53:47.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v3.1","html_url":"https://github.com/actions/github-script/releases/tag/v3.1","dependencies_parsed_at":"2023-05-30T22:23:04.187Z","dependency_job_id":"92fa398c-aafe-42c9-b648-56148e4213f6","purl":"pkg:github/actions/github-script@v3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v3.1/manifests"},{"name":"v3.1.1","sha":"f05a81df23035049204b043b50c3322045ce7eb3","kind":"commit","published_at":"2021-03-30T18:00:42.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v3.1.1","html_url":"https://github.com/actions/github-script/releases/tag/v3.1.1","dependencies_parsed_at":"2023-05-30T22:23:03.184Z","dependency_job_id":"d891825f-9db0-439d-a8e1-75b34536c2f7","purl":"pkg:github/actions/github-script@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"47f7cf65b5ced0830a325f705cad64f2f58dddf7","kind":"commit","published_at":"2020-11-17T14:16:23.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v3.1.0","html_url":"https://github.com/actions/github-script/releases/tag/v3.1.0","dependencies_parsed_at":"2023-05-30T22:23:06.445Z","dependency_job_id":"b9f5feb9-5a77-4015-84b6-29bc9d4c430b","purl":"pkg:github/actions/github-script@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v3.1.0/manifests"},{"name":"v3.0","sha":"3c58ce3675ed384a4289ff500446f7d740747805","kind":"commit","published_at":"2020-11-17T13:43:24.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v3.0","html_url":"https://github.com/actions/github-script/releases/tag/v3.0","dependencies_parsed_at":"2023-05-30T22:23:10.137Z","dependency_job_id":"49e47761-9ea3-4bf0-a091-1ceed3e1bfef","purl":"pkg:github/actions/github-script@v3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v3.0/manifests"},{"name":"v3.0.2","sha":"3c58ce3675ed384a4289ff500446f7d740747805","kind":"commit","published_at":"2020-11-17T13:43:24.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v3.0.2","html_url":"https://github.com/actions/github-script/releases/tag/v3.0.2","dependencies_parsed_at":"2023-05-30T22:23:07.427Z","dependency_job_id":"56737825-eaa4-45d4-9c13-19481ee0ff21","purl":"pkg:github/actions/github-script@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"ff0a9e81a89f1e88123c5220630578ec6ae2ef99","kind":"commit","published_at":"2020-11-17T13:11:47.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v3.0.1","html_url":"https://github.com/actions/github-script/releases/tag/v3.0.1","dependencies_parsed_at":"2023-05-30T22:23:08.784Z","dependency_job_id":"10e2bc2e-6864-4a10-b674-cacc80a91e46","purl":"pkg:github/actions/github-script@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"626af12fe9a53dc2972b48385e7fe7dec79145c9","kind":"commit","published_at":"2020-08-21T15:04:01.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v3.0.0","html_url":"https://github.com/actions/github-script/releases/tag/v3.0.0","dependencies_parsed_at":"2023-05-30T22:23:11.279Z","dependency_job_id":"f5b613a8-016b-4daa-b5b5-6f59da8c6b39","purl":"pkg:github/actions/github-script@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v3.0.0/manifests"},{"name":"v2","sha":"44b873bc975058192f5279ebe7579496381f575d","kind":"commit","published_at":"2020-08-07T01:11:50.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v2","html_url":"https://github.com/actions/github-script/releases/tag/v2","dependencies_parsed_at":"2023-05-30T22:23:14.474Z","dependency_job_id":"340fe411-62a4-41ba-bdd8-fb5db54cb33c","purl":"pkg:github/actions/github-script@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v2/manifests"},{"name":"v2.0.1","sha":"44b873bc975058192f5279ebe7579496381f575d","kind":"commit","published_at":"2020-08-07T01:11:50.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v2.0.1","html_url":"https://github.com/actions/github-script/releases/tag/v2.0.1","dependencies_parsed_at":"2023-05-30T22:23:12.269Z","dependency_job_id":"ec00b48a-d229-4f3e-86e1-bc0fdbca969a","purl":"pkg:github/actions/github-script@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v2.0.1/manifests"},{"name":"v2.0","sha":"44b873bc975058192f5279ebe7579496381f575d","kind":"commit","published_at":"2020-08-07T01:11:50.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v2.0","html_url":"https://github.com/actions/github-script/releases/tag/v2.0","dependencies_parsed_at":"2023-05-30T22:23:13.354Z","dependency_job_id":"ba0ecd6f-be33-439f-ab54-99748736a512","purl":"pkg:github/actions/github-script@v2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v2.0/manifests"},{"name":"v2.0.0","sha":"6e5ee1dc1cb3740e5e5e76ad668e3f526edbfe45","kind":"commit","published_at":"2020-06-04T18:15:51.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v2.0.0","html_url":"https://github.com/actions/github-script/releases/tag/v2.0.0","dependencies_parsed_at":"2023-05-30T22:23:15.418Z","dependency_job_id":"fcdfc203-03d7-46a0-9c91-397efe041e21","purl":"pkg:github/actions/github-script@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v2.0.0/manifests"},{"name":"v1","sha":"c7971c2fc036368a2c59c8d48a0357dad1780f0d","kind":"commit","published_at":"2020-05-20T13:53:04.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v1","html_url":"https://github.com/actions/github-script/releases/tag/v1","dependencies_parsed_at":"2023-05-30T22:23:18.422Z","dependency_job_id":"4f4845cb-8893-45b8-ba60-ae2c719a638c","purl":"pkg:github/actions/github-script@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v1/manifests"},{"name":"v1.1","sha":"c7971c2fc036368a2c59c8d48a0357dad1780f0d","kind":"commit","published_at":"2020-05-20T13:53:04.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v1.1","html_url":"https://github.com/actions/github-script/releases/tag/v1.1","dependencies_parsed_at":"2023-05-30T22:23:17.694Z","dependency_job_id":"d6f451c2-6b4c-4176-9739-ec3984d2696f","purl":"pkg:github/actions/github-script@v1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v1.1/manifests"},{"name":"v1.1.0","sha":"c7971c2fc036368a2c59c8d48a0357dad1780f0d","kind":"tag","published_at":"2020-05-20T13:53:04.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v1.1.0","html_url":"https://github.com/actions/github-script/releases/tag/v1.1.0","dependencies_parsed_at":"2023-05-30T22:23:16.801Z","dependency_job_id":"4ea2ca49-98d6-4881-baf7-f7caf5112824","purl":"pkg:github/actions/github-script@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v1.1.0/manifests"},{"name":"v1.0.1","sha":"c20b4a79d3f025f44e5e7e7803645ca9e2415a96","kind":"tag","published_at":"2020-05-18T18:53:18.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v1.0.1","html_url":"https://github.com/actions/github-script/releases/tag/v1.0.1","dependencies_parsed_at":"2023-05-30T22:23:19.384Z","dependency_job_id":"5fb234db-fe6d-4f48-a475-2e0a59537d8a","purl":"pkg:github/actions/github-script@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v1.0.1/manifests"},{"name":"v1.0","sha":"048309c447b73d5fbfdd84dbec60d1a88060d096","kind":"commit","published_at":"2020-05-18T18:32:21.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v1.0","html_url":"https://github.com/actions/github-script/releases/tag/v1.0","dependencies_parsed_at":"2023-05-30T22:23:21.211Z","dependency_job_id":"4442f0be-e592-4472-ac2b-0f8566499da7","purl":"pkg:github/actions/github-script@v1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v1.0/manifests"},{"name":"v1.0.0","sha":"048309c447b73d5fbfdd84dbec60d1a88060d096","kind":"commit","published_at":"2020-05-18T18:32:21.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/v1.0.0","html_url":"https://github.com/actions/github-script/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-30T22:23:20.285Z","dependency_job_id":"53a20a2d-3a3a-4765-9818-61cc881f0fd1","purl":"pkg:github/actions/github-script@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/v1.0.0/manifests"},{"name":"0.9.0","sha":"5d03ada4b0a753e9460b312e61cc4f8fdeacf163","kind":"commit","published_at":"2020-03-24T19:14:05.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/0.9.0","html_url":"https://github.com/actions/github-script/releases/tag/0.9.0","dependencies_parsed_at":"2023-05-30T22:23:22.010Z","dependency_job_id":"aebf394a-785b-4191-b955-f86a07b3bb78","purl":"pkg:github/actions/github-script@0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/0.9.0/manifests"},{"name":"0.8.0","sha":"80a5e943b446817466ff17e8b61cb80848641ed6","kind":"commit","published_at":"2020-02-28T14:18:07.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/0.8.0","html_url":"https://github.com/actions/github-script/releases/tag/0.8.0","dependencies_parsed_at":"2023-05-30T22:23:22.651Z","dependency_job_id":"44d90e0b-68fd-4839-a219-439405155845","purl":"pkg:github/actions/github-script@0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/0.8.0/manifests"},{"name":"0.7.0","sha":"0cb5c91bd3608bf215b3cbc01abdc38c8163ea5e","kind":"commit","published_at":"2020-02-28T14:12:55.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/0.7.0","html_url":"https://github.com/actions/github-script/releases/tag/0.7.0","dependencies_parsed_at":"2023-05-30T22:23:23.209Z","dependency_job_id":"d51df98c-511d-4138-af9a-5ae28269e4a8","purl":"pkg:github/actions/github-script@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/0.7.0/manifests"},{"name":"0.6.0","sha":"5363c89495e2ddaea4a64feb5f586af2cb6118c0","kind":"commit","published_at":"2020-02-25T20:45:01.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/0.6.0","html_url":"https://github.com/actions/github-script/releases/tag/0.6.0","dependencies_parsed_at":"2023-05-30T22:23:23.661Z","dependency_job_id":"115964ac-81aa-4bc5-8754-7eb8b20e5a13","purl":"pkg:github/actions/github-script@0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/0.6.0/manifests"},{"name":"0.5.0","sha":"f3c2f2ea28920389cd1cd8e8361cade92bbf0d54","kind":"commit","published_at":"2020-02-13T19:17:57.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/0.5.0","html_url":"https://github.com/actions/github-script/releases/tag/0.5.0","dependencies_parsed_at":"2023-05-30T22:23:24.331Z","dependency_job_id":"f098a7ea-997f-4edf-8f6b-cdcb13612cfb","purl":"pkg:github/actions/github-script@0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/0.5.0/manifests"},{"name":"0.4.0","sha":"83e4cfe60ad25a2d0637965c993eb54c325d6d8d","kind":"commit","published_at":"2020-01-08T19:58:37.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/0.4.0","html_url":"https://github.com/actions/github-script/releases/tag/0.4.0","dependencies_parsed_at":"2023-05-30T22:23:24.843Z","dependency_job_id":"14e00301-8da5-4db6-90bf-b90c43465d64","purl":"pkg:github/actions/github-script@0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/0.4.0/manifests"},{"name":"0.3.0","sha":"9f3a1f13430422c9dc3079464b4161c4de25fc42","kind":"commit","published_at":"2019-11-13T23:04:08.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/0.3.0","html_url":"https://github.com/actions/github-script/releases/tag/0.3.0","dependencies_parsed_at":"2023-05-30T22:23:25.319Z","dependency_job_id":"9ecd7374-49a3-4d80-b802-4b6a4ce5ca4d","purl":"pkg:github/actions/github-script@0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/0.3.0/manifests"},{"name":"0.2.0","sha":"e5da67d39584bc686fb8876607bb0834fc3405b0","kind":"commit","published_at":"2019-09-05T16:03:28.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/0.2.0","html_url":"https://github.com/actions/github-script/releases/tag/0.2.0","dependencies_parsed_at":"2023-05-30T22:23:25.783Z","dependency_job_id":"8511f39a-4d4e-4d8b-b594-796f9c682b80","purl":"pkg:github/actions/github-script@0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/0.2.0/manifests"},{"name":"0.1.0","sha":"a113ccad712e70be3e508e3d30dc5532d351c84e","kind":"commit","published_at":"2019-09-05T13:20:46.000Z","download_url":"https://codeload.github.com/actions/github-script/tar.gz/0.1.0","html_url":"https://github.com/actions/github-script/releases/tag/0.1.0","dependencies_parsed_at":"2023-05-30T22:23:26.207Z","dependency_job_id":"70fa2ad1-1cfb-419a-95cb-2b676c663906","purl":"pkg:github/actions/github-script@0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/tags/0.1.0/manifests"}]},"repo_metadata_updated_at":"2025-08-21T13:38:29.834Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":40495,"rankings":{"downloads":null,"dependent_repos_count":0.05070511804785296,"dependent_packages_count":0.0,"stargazers_count":0.04753604816986214,"forks_count":0.133100934875614,"docker_downloads_count":null,"average":0.05783552527333227},"purl":"pkg:githubactions/actions/github-script","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/actions/github-script","docker_dependents_count":8,"docker_downloads_count":720588951,"usage_url":"https://repos.ecosyste.ms/usage/actions/actions/github-script","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/actions/github-script/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2025-07-03T17:09:29.999Z","issues_count":144,"pull_requests_count":222,"avg_time_to_close_issue":3799984.0,"avg_time_to_close_pull_request":1897090.8492462311,"issues_closed_count":104,"pull_requests_closed_count":199,"pull_request_authors_count":76,"issue_authors_count":128,"avg_comments_per_issue":2.888888888888889,"avg_comments_per_pull_request":1.572072072072072,"merged_pull_requests_count":97,"bot_issues_count":0,"bot_pull_requests_count":89,"past_year_issues_count":32,"past_year_pull_requests_count":107,"past_year_avg_time_to_close_issue":1591858.5263157894,"past_year_avg_time_to_close_pull_request":810287.1195652174,"past_year_issues_closed_count":19,"past_year_pull_requests_closed_count":92,"past_year_pull_request_authors_count":16,"past_year_issue_authors_count":30,"past_year_avg_comments_per_issue":1.625,"past_year_avg_comments_per_pull_request":1.7009345794392523,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":82,"past_year_merged_pull_requests_count":18,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub-script/issues","maintainers":[{"login":"joshmgross","count":38,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/joshmgross"},{"login":"rentziass","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rentziass"}],"active_maintainers":[{"login":"joshmgross","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/joshmgross"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions%2Fgithub-script/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions%2Fgithub-script/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions%2Fgithub-script/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions%2Fgithub-script/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions%2Fgithub-script/codemeta","maintainers":[]}