{"id":5789863,"name":"actions/javascript-action","ecosystem":"actions","description":"Wait a designated number of milliseconds","homepage":"https://github.com/actions","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/actions/javascript-action","keywords_array":[],"namespace":"actions","versions_count":3,"first_release_published_at":"2019-09-27T00:34:36.000Z","latest_release_published_at":"2020-07-17T12:53:37.000Z","latest_release_number":"v1.0.1","last_synced_at":"2026-03-26T23:34:34.934Z","created_at":"2023-01-03T17:30:20.294Z","updated_at":"2026-03-26T23:34:34.935Z","registry_url":"https://github.com/actions/javascript-action","install_command":null,"documentation_url":null,"metadata":{"name":"Wait","description":"Wait a designated number of milliseconds","inputs":{"milliseconds":{"description":"number of milliseconds to wait","required":true,"default":"1000"}},"outputs":{"time":{"description":"The message to output"}},"runs":{"using":"node12","main":"dist/index.js"},"default_branch":"main","path":null},"repo_metadata":{"id":38856694,"uuid":"207549729","full_name":"actions/javascript-action","owner":"actions","description":"Create a JavaScript Action with tests, linting, workflow, publishing, and versioning","archived":false,"fork":false,"pushed_at":"2025-10-30T20:12:14.000Z","size":3669,"stargazers_count":1118,"open_issues_count":6,"forks_count":451,"subscribers_count":47,"default_branch":"main","last_synced_at":"2025-10-30T22:12:20.518Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/actions","language":"JavaScript","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","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-09-10T12:11:44.000Z","updated_at":"2025-10-30T20:12:18.000Z","dependencies_parsed_at":"2022-11-23T11:49:49.496Z","dependency_job_id":"72356465-1784-4963-9771-d264f4d50072","html_url":"https://github.com/actions/javascript-action","commit_stats":{"total_commits":212,"total_committers":25,"mean_commits":8.48,"dds":0.4811320754716981,"last_synced_commit":"aa81e86d559abf7759a8d61c2d204065c5cd9b8a"},"previous_names":[],"tags_count":3,"template":true,"template_full_name":null,"purl":"pkg:github/actions/javascript-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fjavascript-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fjavascript-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fjavascript-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fjavascript-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/actions","download_url":"https://codeload.github.com/actions/javascript-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fjavascript-action/sbom","scorecard":{"id":163787,"data":{"date":"2025-08-11","repo":{"name":"github.com/actions/javascript-action","commit":"0adc58359b59e1fa16866b660a92001624e4d059"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":7,"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":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":"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":"Maintained","score":10,"reason":"30 commit(s) and 1 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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/check-dist.yml:21","Info: topLevel 'contents' permission set to 'read': .github/workflows/ci.yml:12","Info: topLevel 'actions' permission set to 'read': .github/workflows/codeql-analysis.yml:14","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","Warn: topLevel 'contents' permission set to 'write': .github/workflows/licensed.yml:20","Info: topLevel 'contents' permission set to 'read': .github/workflows/linter.yml:17","Info: topLevel 'packages' permission set to 'read': .github/workflows/linter.yml:18","Warn: topLevel 'statuses' permission set to 'write': .github/workflows/linter.yml:19","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":"Pinned-Dependencies","score":4,"reason":"dependency not pinned by hash detected -- score normalized to 4","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-dist.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/javascript-action/check-dist.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-dist.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/javascript-action/check-dist.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-dist.yml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/javascript-action/check-dist.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/javascript-action/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/javascript-action/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:54: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/javascript-action/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/javascript-action/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/javascript-action/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/javascript-action/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/javascript-action/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/licensed.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/javascript-action/licensed.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/licensed.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/javascript-action/licensed.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/licensed.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/javascript-action/licensed.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/licensed.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/javascript-action/licensed.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/linter.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/javascript-action/linter.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/linter.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/javascript-action/linter.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/linter.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/javascript-action/linter.yml/main?enable=pin","Info:   0 out of  14 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   4 out of   4 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: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"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":6,"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'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'main'","Info: 'stale review dismissal' is required to merge on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Info: codeowner review is required on branch 'main'","Info: 'last push approval' is required to merge on branch 'main'","Warn: no status checks found to merge onto 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":"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":7,"reason":"3 existing vulnerabilities detected","details":["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"],"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:08.472Z","repository_id":38856694,"created_at":"2025-08-16T14:18:08.472Z","updated_at":"2025-08-16T14:18:08.472Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281892307,"owners_count":26579479,"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-10-30T02:00:06.501Z","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":"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":"v1.0.1","sha":"4be183afbd08ddadedcf09f17e8e112326894107","kind":"commit","published_at":"2020-07-17T12:53:37.000Z","download_url":"https://codeload.github.com/actions/javascript-action/tar.gz/v1.0.1","html_url":"https://github.com/actions/javascript-action/releases/tag/v1.0.1","dependencies_parsed_at":"2023-05-31T12:58:30.142Z","dependency_job_id":null,"purl":"pkg:github/actions/javascript-action@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fjavascript-action/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fjavascript-action/tags/v1.0.1/manifests"},{"name":"v1","sha":"4be183afbd08ddadedcf09f17e8e112326894107","kind":"commit","published_at":"2020-07-17T12:53:37.000Z","download_url":"https://codeload.github.com/actions/javascript-action/tar.gz/v1","html_url":"https://github.com/actions/javascript-action/releases/tag/v1","dependencies_parsed_at":"2023-05-31T12:58:30.790Z","dependency_job_id":null,"purl":"pkg:github/actions/javascript-action@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fjavascript-action/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fjavascript-action/tags/v1/manifests"},{"name":"v1.0.0","sha":"41775a4da8ffae865553a738ab8ac1cd5a3c0044","kind":"commit","published_at":"2019-09-27T00:34:36.000Z","download_url":"https://codeload.github.com/actions/javascript-action/tar.gz/v1.0.0","html_url":"https://github.com/actions/javascript-action/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-31T12:58:31.518Z","dependency_job_id":null,"purl":"pkg:github/actions/javascript-action@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fjavascript-action/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fjavascript-action/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-30T22:23:15.118Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":7,"rankings":{"downloads":null,"dependent_repos_count":13.706227222310252,"dependent_packages_count":0.0,"stargazers_count":0.28838535889716366,"forks_count":0.10774837585168753,"docker_downloads_count":null,"average":3.5255902392647758},"purl":"pkg:githubactions/actions/javascript-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/actions/javascript-action","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/actions/javascript-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/actions/javascript-action/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-27T12:01:02.822Z","issues_count":35,"pull_requests_count":374,"avg_time_to_close_issue":2770458.6666666665,"avg_time_to_close_pull_request":1142768.9413489737,"issues_closed_count":30,"pull_requests_closed_count":341,"pull_request_authors_count":27,"issue_authors_count":18,"avg_comments_per_issue":0.4857142857142857,"avg_comments_per_pull_request":0.42245989304812837,"merged_pull_requests_count":212,"bot_issues_count":2,"bot_pull_requests_count":303,"past_year_issues_count":20,"past_year_pull_requests_count":131,"past_year_avg_time_to_close_issue":167873.3125,"past_year_avg_time_to_close_pull_request":268916.0970873786,"past_year_issues_closed_count":16,"past_year_pull_requests_closed_count":103,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":6,"past_year_avg_comments_per_issue":0.1,"past_year_avg_comments_per_pull_request":0.29770992366412213,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":113,"past_year_merged_pull_requests_count":71,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fjavascript-action/issues","maintainers":[{"login":"ncalteen","count":29,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ncalteen"},{"login":"thboop","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/thboop"},{"login":"rentziass","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rentziass"},{"login":"TingluoHuang","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TingluoHuang"}],"active_maintainers":[{"login":"ncalteen","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ncalteen"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions%2Fjavascript-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions%2Fjavascript-action/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions%2Fjavascript-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions%2Fjavascript-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions%2Fjavascript-action/codemeta","maintainers":[]}