{"id":5802338,"name":"AliSajid/random-wait-action","ecosystem":"actions","description":"A GitHub Action to introduce a random delay in a Job","homepage":"https://github.com/marketplace/actions/random-wait-action","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/AliSajid/random-wait-action","keywords_array":["ci","ci-cd","cicd","delay","delays","devops","github-actions","github-actions-ci","jitter","job-matrix","pipeline","rate-limiting","thundering-herd","thundering-herds","wait","workflow-automation"],"namespace":"AliSajid","versions_count":70,"first_release_published_at":"2022-11-02T21:19:44.000Z","latest_release_published_at":"2026-07-14T01:15:58.000Z","latest_release_number":"v2.12.0","last_synced_at":"2026-09-14T23:35:04.111Z","created_at":"2023-01-04T13:42:25.134Z","updated_at":"2026-09-14T23:35:04.112Z","registry_url":"https://github.com/AliSajid/random-wait-action","install_command":null,"documentation_url":null,"metadata":{"name":"Random Wait Action","description":"A GitHub Action to introduce a random delay in a Job","author":"Ali Sajid Imami","inputs":{"minimum":{"required":false,"description":"Minimum wait time in seconds","default":"1"},"maximum":{"required":false,"description":"Maximum wait time in seconds","default":"10"}},"outputs":{"wait_time":{"description":"The time waited in seconds"}},"runs":{"using":"node24","main":"dist/index.cjs"},"branding":{"icon":"clock","color":"blue"},"default_branch":"next","path":null},"repo_metadata":{"id":62614369,"uuid":"560962606","full_name":"AliSajid/random-wait-action","owner":"AliSajid","description":"Add configurable jitter to stagger parallel GitHub Actions jobs and reduce synchronized API bursts.","archived":false,"fork":false,"pushed_at":"2026-09-07T02:33:29.000Z","size":14951,"stargazers_count":4,"open_issues_count":18,"forks_count":2,"subscribers_count":1,"default_branch":"next","last_synced_at":"2026-09-07T04:38:54.445Z","etag":null,"topics":["ci","ci-cd","cicd","delay","delays","devops","github-actions","github-actions-ci","jitter","job-matrix","pipeline","rate-limiting","thundering-herd","thundering-herds","wait","workflow-automation"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/random-wait-action","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/AliSajid.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yaml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"ko_fi":"asimami","buy_me_a_coffee":"asimami"}},"created_at":"2022-11-02T16:33:17.000Z","updated_at":"2026-08-08T10:13:57.000Z","dependencies_parsed_at":"2026-08-25T21:21:07.451Z","dependency_job_id":null,"html_url":"https://github.com/AliSajid/random-wait-action","commit_stats":{"total_commits":28,"total_committers":2,"mean_commits":14.0,"dds":0.1071428571428571,"last_synced_commit":"4223eaaf5f578e1b80d73004fe7e7be9d83ba46e"},"previous_names":[],"tags_count":69,"template":false,"template_full_name":"actions/typescript-action","purl":"pkg:github/AliSajid/random-wait-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AliSajid","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/refs/heads/next","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/sbom","scorecard":{"id":11786,"data":{"date":"2025-08-14T02:14:47Z","repo":{"name":"github.com/AliSajid/random-wait-action","commit":"66c804273f1d3d3e418301785415988cfefcebdd"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.5,"checks":[{"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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: RenovateBot: renovate.json:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Code-Review","score":-1,"reason":"Found no human activity in the last 28 changesets","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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:19","Info: topLevel 'contents' permission set to 'read': .github/workflows/check-dist.yaml:21","Info: topLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yaml:17","Info: topLevel 'contents' permission set to 'read': .github/workflows/dependency-review.yaml:13","Info: topLevel 'contents' permission set to 'read': .github/workflows/deploy_mdbook.yaml:15","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:10","Info: topLevel 'contents' permission set to 'read': .github/workflows/scorecard.yaml:10","Info: topLevel 'contents' permission set to 'read': .github/workflows/sonar-cloud.yaml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yaml:10"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info:  26 out of  26 GitHub-owned GitHubAction dependencies pinned","Info:  22 out of  22 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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":7,"reason":"badge detected: Silver","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.11.1-next.1 not signed: https://api.github.com/repos/AliSajid/random-wait-action/releases/223759994","Warn: release artifact v2.11.0-next.3 not signed: https://api.github.com/repos/AliSajid/random-wait-action/releases/222480495","Warn: release artifact v2.11.0-next.2 not signed: https://api.github.com/repos/AliSajid/random-wait-action/releases/220807866","Warn: release artifact v2.11.0 not signed: https://api.github.com/repos/AliSajid/random-wait-action/releases/215487684","Warn: release artifact v2.11.0-next.1 not signed: https://api.github.com/repos/AliSajid/random-wait-action/releases/215486887","Warn: release artifact v2.11.1-next.1 does not have provenance: https://api.github.com/repos/AliSajid/random-wait-action/releases/223759994","Warn: release artifact v2.11.0-next.3 does not have provenance: https://api.github.com/repos/AliSajid/random-wait-action/releases/222480495","Warn: release artifact v2.11.0-next.2 does not have provenance: https://api.github.com/repos/AliSajid/random-wait-action/releases/220807866","Warn: release artifact v2.11.0 does not have provenance: https://api.github.com/repos/AliSajid/random-wait-action/releases/215487684","Warn: release artifact v2.11.0-next.1 does not have provenance: https://api.github.com/repos/AliSajid/random-wait-action/releases/215486887"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: TypeScriptPropertyBasedTesting integration found: __tests__/validateInputs.test.ts:8"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Branch-Protection","score":4,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'next'","Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'next'","Info: 'force pushes' disabled on branch 'main'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'next'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'main'","Warn: 'stale review dismissal' is disabled on branch 'next'","Warn: 'stale review dismissal' is disabled on branch 'main'","Warn: required approving review count is 1 on branch 'next'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'next'","Warn: codeowners review is not required on branch 'main'","Warn: 'last push approval' is disabled on branch 'next'","Warn: 'last push approval' is disabled on branch 'main'","Warn: 'up-to-date branches' is disabled on branch 'next'","Warn: 'up-to-date branches' is disabled on branch 'main'","Info: status check found to merge onto on branch 'next'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'next'","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/ab2f6e92482462fe66246d9e32f642855a691dc1/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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"Contributors","score":10,"reason":"project has 3 contributing companies or organizations -- score normalized to 10","details":["Info: found contributions from: Imamiland, cogdisreslab @imamiland  @muslimworldtoday, semantic-release"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}},{"name":"CI-Tests","score":10,"reason":"28 out of 28 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}}]},"last_synced_at":"2025-08-14T14:45:48.702Z","repository_id":62614369,"created_at":"2025-08-14T14:45:48.703Z","updated_at":"2025-08-14T14:45:48.703Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":341189360,"owners_count":37098260,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-09-07T02:00:07.396Z","response_time":63,"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":"AliSajid","name":"Ali Sajid Imami","uuid":"395482","kind":"user","description":"","email":"","website":"www.aliimami.com","location":"Toledo, OH, USA","twitter":"doctor_no","company":"@CogDisResLab, @Imamiland , @MuslimWorldToday ","icon_url":"https://avatars.githubusercontent.com/u/395482?v=4","repositories_count":156,"last_synced_at":"2024-04-08T16:05:54.159Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/AliSajid","funding_links":[],"total_stars":19,"followers":15,"following":25,"created_at":"2022-11-03T08:36:52.550Z","updated_at":"2024-04-08T16:06:06.826Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AliSajid","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AliSajid/repositories"},"tags":[{"name":"v2","sha":"933d3635c56777d240b67abe794f1a5f7bdfd063","kind":"commit","published_at":"2026-07-14T01:15:58.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2","dependencies_parsed_at":"2026-08-13T04:32:59.187Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2/manifests"},{"name":"v2.12.0","sha":"933d3635c56777d240b67abe794f1a5f7bdfd063","kind":"commit","published_at":"2026-07-14T01:15:58.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.12.0","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.12.0","dependencies_parsed_at":"2026-08-07T04:38:10.888Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.12.0/manifests"},{"name":"v2.12","sha":"933d3635c56777d240b67abe794f1a5f7bdfd063","kind":"commit","published_at":"2026-07-14T01:15:58.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.12","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.12","dependencies_parsed_at":"2026-08-07T04:38:13.400Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.12/manifests"},{"name":"v2.12.0-next.4","sha":"915376c5eb640715cf812d0d496898476587be01","kind":"commit","published_at":"2026-07-14T01:06:10.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.12.0-next.4","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.12.0-next.4","dependencies_parsed_at":"2026-08-07T04:38:10.853Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.12.0-next.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.12.0-next.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.12.0-next.4/manifests"},{"name":"v2.12.0-next.3","sha":"15db29bb6c3b326e0ce5945823e18574ac2a382a","kind":"commit","published_at":"2026-07-14T00:51:12.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.12.0-next.3","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.12.0-next.3","dependencies_parsed_at":"2026-08-07T04:38:10.873Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.12.0-next.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.12.0-next.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.12.0-next.3/manifests"},{"name":"v2.12.0-next.2","sha":"b1f3e5c9c443feaad648715b42304a56cbedbdce","kind":"commit","published_at":"2026-07-13T03:33:54.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.12.0-next.2","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.12.0-next.2","dependencies_parsed_at":"2026-08-07T04:38:10.889Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.12.0-next.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.12.0-next.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.12.0-next.2/manifests"},{"name":"v2.12.0-next.1","sha":"95568370280b3083defb63cb30955148a76c3a07","kind":"commit","published_at":"2026-07-12T03:33:55.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.12.0-next.1","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.12.0-next.1","dependencies_parsed_at":"2026-08-07T04:38:10.898Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.12.0-next.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.12.0-next.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.12.0-next.1/manifests"},{"name":"v2.11","sha":"8e515161906e2655cd1ffe5cb90ffbefc996c1eb","kind":"tag","published_at":"2026-03-23T00:28:38.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.11","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.11","dependencies_parsed_at":"2026-08-13T04:32:59.192Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.11/manifests"},{"name":"v2.11.1","sha":"8e515161906e2655cd1ffe5cb90ffbefc996c1eb","kind":"commit","published_at":"2025-10-05T22:37:06.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.11.1","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.11.1","dependencies_parsed_at":"2026-08-13T04:32:59.301Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.11.1/manifests"},{"name":"v2.11.1-next.2","sha":"99cd77feb53ec8a88e39c6e36b2e372aef2990f6","kind":"commit","published_at":"2025-09-07T03:39:48.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.11.1-next.2","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.11.1-next.2","dependencies_parsed_at":"2026-08-13T04:33:03.006Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.11.1-next.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.11.1-next.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.11.1-next.2/manifests"},{"name":"v2.11.1-next.1","sha":"1ece0df45895d3a3b562d316fc8f7b260d553fae","kind":"commit","published_at":"2025-06-07T01:23:50.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.11.1-next.1","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.11.1-next.1","dependencies_parsed_at":"2026-08-13T04:33:03.017Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.11.1-next.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.11.1-next.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.11.1-next.1/manifests"},{"name":"v2.11.0-next.3","sha":"ba9d7c96cb252968a419405891095f502eea17da","kind":"commit","published_at":"2025-06-02T15:53:31.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.11.0-next.3","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.11.0-next.3","dependencies_parsed_at":"2026-08-13T04:33:02.985Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.11.0-next.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.11.0-next.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.11.0-next.3/manifests"},{"name":"v2.11.0-next.2","sha":"488c5cf766cb5b91d3b76063826112430a9564a6","kind":"commit","published_at":"2025-05-24T19:36:11.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.11.0-next.2","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.11.0-next.2","dependencies_parsed_at":"2026-08-13T04:33:03.013Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.11.0-next.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.11.0-next.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.11.0-next.2/manifests"},{"name":"v2.11.0","sha":"d6a310decca4932f07f1af94ccf416daec0d490b","kind":"commit","published_at":"2025-04-29T13:39:38.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.11.0","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.11.0","dependencies_parsed_at":"2026-08-13T04:33:03.351Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.11.0/manifests"},{"name":"v2.11.0-next.1","sha":"7a05d68827de369f3bf668f949aac08b10f74f2c","kind":"commit","published_at":"2025-04-29T10:56:54.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.11.0-next.1","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.11.0-next.1","dependencies_parsed_at":"2026-08-13T04:33:03.010Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.11.0-next.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.11.0-next.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.11.0-next.1/manifests"},{"name":"v2.10.1","sha":"ce4b7192e803f3bf2c79ba3ff8998297c95e74d9","kind":"commit","published_at":"2025-04-13T04:59:40.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.10.1","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.10.1","dependencies_parsed_at":"2026-08-13T04:33:03.026Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.10.1/manifests"},{"name":"v2.10.1-next.1","sha":"bc0e2e0ccf198e331a2ca2c360158debbb66fdec","kind":"commit","published_at":"2025-04-13T04:59:23.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.10.1-next.1","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.10.1-next.1","dependencies_parsed_at":"2026-08-13T04:33:03.004Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.10.1-next.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.10.1-next.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.10.1-next.1/manifests"},{"name":"v2.10.0-next.3","sha":"701a7f6c36ccb6f9615d391f317aeaffde86ebe7","kind":"commit","published_at":"2025-04-13T04:53:44.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.10.0-next.3","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.10.0-next.3","dependencies_parsed_at":"2026-08-13T04:33:03.323Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.10.0-next.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.10.0-next.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.10.0-next.3/manifests"},{"name":"v2.10.0-next.2","sha":"83d33293c8551aa66b17c7557d512ec65c58dbe7","kind":"commit","published_at":"2025-04-13T04:40:28.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.10.0-next.2","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.10.0-next.2","dependencies_parsed_at":"2026-08-13T04:33:03.387Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.10.0-next.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.10.0-next.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.10.0-next.2/manifests"},{"name":"v2.10.0","sha":"63e65f0144aa546a28b8ba4b50310b596f6159ba","kind":"commit","published_at":"2025-04-13T04:02:58.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.10.0","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.10.0","dependencies_parsed_at":"2026-08-13T04:33:03.013Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.10.0/manifests"},{"name":"v2.10.0-next.1","sha":"4de795295a48734cee59550afcb8c8b4e55653b4","kind":"commit","published_at":"2025-04-13T04:01:32.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.10.0-next.1","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.10.0-next.1","dependencies_parsed_at":"2026-08-13T04:33:03.401Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.10.0-next.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.10.0-next.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.10.0-next.1/manifests"},{"name":"v2.9.0-next.6","sha":"390ba2d87cea32e6815d38d4ce9b888a0449d8da","kind":"commit","published_at":"2025-04-12T21:09:21.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.9.0-next.6","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.9.0-next.6","dependencies_parsed_at":"2026-08-13T04:33:03.349Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.9.0-next.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.9.0-next.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.9.0-next.6/manifests"},{"name":"v2.9.0-next.5","sha":"d629a9d64b282817e12dfdfc771101a5b567be2e","kind":"commit","published_at":"2025-04-12T18:54:26.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.9.0-next.5","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.9.0-next.5","dependencies_parsed_at":"2026-08-13T04:33:04.922Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.9.0-next.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.9.0-next.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.9.0-next.5/manifests"},{"name":"v2.9.0-next.4","sha":"130c3fe725b15d54f0a982bd739cce6d57bf1582","kind":"commit","published_at":"2025-04-12T18:42:30.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.9.0-next.4","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.9.0-next.4","dependencies_parsed_at":"2026-08-13T04:33:03.394Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.9.0-next.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.9.0-next.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.9.0-next.4/manifests"},{"name":"v2.9.0-next.3","sha":"700f30c1c06f426468165566654f3d80c078018e","kind":"commit","published_at":"2025-04-12T02:18:27.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.9.0-next.3","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.9.0-next.3","dependencies_parsed_at":"2026-08-13T04:33:03.448Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.9.0-next.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.9.0-next.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.9.0-next.3/manifests"},{"name":"v2.9.0-next.2","sha":"5cb0dfb72f008d4e6251ba04ebadd3eb7a35207f","kind":"commit","published_at":"2025-02-28T01:00:30.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.9.0-next.2","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.9.0-next.2","dependencies_parsed_at":"2026-08-13T04:33:03.704Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.9.0-next.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.9.0-next.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.9.0-next.2/manifests"},{"name":"v2.9.0","sha":"9a3d5f0fd4eca30900947412c74273ffa925d55e","kind":"commit","published_at":"2025-02-27T16:31:35.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.9.0","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.9.0","dependencies_parsed_at":"2026-08-13T04:33:05.100Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.9.0/manifests"},{"name":"v2.9.0-next.1","sha":"576fa18cfe8b9dccfad3f8b0a0434b6ec25ae91f","kind":"commit","published_at":"2025-02-27T16:26:00.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.9.0-next.1","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.9.0-next.1","dependencies_parsed_at":"2026-08-13T04:33:04.888Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.9.0-next.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.9.0-next.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.9.0-next.1/manifests"},{"name":"v2.8.0","sha":"edfaf4254211e5bdd038dbec662d844f21858379","kind":"commit","published_at":"2025-02-07T20:43:19.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.8.0","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.8.0","dependencies_parsed_at":"2026-08-13T04:33:05.161Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.8.0/manifests"},{"name":"v2.8.0-next.3","sha":"09ccbf80ab4a545e2a1379bf1d50cc11259dfd99","kind":"commit","published_at":"2025-02-05T19:24:05.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.8.0-next.3","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.8.0-next.3","dependencies_parsed_at":"2026-08-13T04:33:03.745Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.8.0-next.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.8.0-next.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.8.0-next.3/manifests"},{"name":"v2.8.0-next.2","sha":"acd27173e925be01a993cafea7c6829ee15375d7","kind":"commit","published_at":"2025-02-05T18:47:22.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.8.0-next.2","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.8.0-next.2","dependencies_parsed_at":"2026-08-13T04:33:03.798Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.8.0-next.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.8.0-next.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.8.0-next.2/manifests"},{"name":"v2.8.0-next.1","sha":"8729bb1d65e03ae4e9e630f0b1affcd43a1ed4cb","kind":"commit","published_at":"2025-02-05T18:44:14.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.8.0-next.1","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.8.0-next.1","dependencies_parsed_at":"2026-08-13T04:33:05.036Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.8.0-next.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.8.0-next.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.8.0-next.1/manifests"},{"name":"v2.7.1-next.2","sha":"bf496825b642de926337ebe7404ad9cc14505920","kind":"commit","published_at":"2024-12-03T05:13:11.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.7.1-next.2","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.7.1-next.2","dependencies_parsed_at":"2026-08-13T04:33:04.218Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.7.1-next.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.7.1-next.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.7.1-next.2/manifests"},{"name":"v2.7.1","sha":"5fd1b678c6ce37c920da1c70b9fbb59ee79218ae","kind":"commit","published_at":"2024-12-03T05:09:58.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.7.1","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.7.1","dependencies_parsed_at":"2026-08-13T04:33:05.048Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.7.1/manifests"},{"name":"v2.7.1-next.1","sha":"0bc80b0b8c25c5354e1f5193a3ed915113cb6d54","kind":"commit","published_at":"2024-11-20T15:32:31.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.7.1-next.1","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.7.1-next.1","dependencies_parsed_at":"2026-08-13T04:33:05.195Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.7.1-next.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.7.1-next.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.7.1-next.1/manifests"},{"name":"v2.7.0-next.6","sha":"0ffb27f51ea3d25e0592f943219efc579319d4ce","kind":"commit","published_at":"2024-11-20T15:18:57.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.7.0-next.6","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.7.0-next.6","dependencies_parsed_at":"2026-08-13T04:33:04.998Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.7.0-next.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.7.0-next.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.7.0-next.6/manifests"},{"name":"v2.7.0-next.5","sha":"3cbd97b9fd7e8f1b9f8a8c40b732ada907a04e31","kind":"commit","published_at":"2024-11-09T22:07:28.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.7.0-next.5","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.7.0-next.5","dependencies_parsed_at":"2026-08-13T04:33:05.466Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.7.0-next.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.7.0-next.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.7.0-next.5/manifests"},{"name":"v2.7.0-next.4","sha":"ee1bdcc246da30a5810bb231846d612e8b952335","kind":"commit","published_at":"2024-11-04T16:22:07.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.7.0-next.4","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.7.0-next.4","dependencies_parsed_at":"2026-08-13T04:33:05.623Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.7.0-next.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.7.0-next.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.7.0-next.4/manifests"},{"name":"v2.7.0-next.3","sha":"ecf9697b327c9038a9398e085fad8dff02cac26c","kind":"commit","published_at":"2024-10-19T03:48:09.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.7.0-next.3","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.7.0-next.3","dependencies_parsed_at":"2026-08-13T04:33:05.751Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.7.0-next.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.7.0-next.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.7.0-next.3/manifests"},{"name":"v2.7.0-next.2","sha":"6f86c544fce8b6c6c888b0674eebcc67a70633f8","kind":"commit","published_at":"2024-10-18T02:00:15.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.7.0-next.2","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.7.0-next.2","dependencies_parsed_at":"2026-08-13T04:33:05.976Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.7.0-next.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.7.0-next.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.7.0-next.2/manifests"},{"name":"v2.7.0","sha":"bd1e4ac8e0522a34b39dfe1245bf40440fe6cd29","kind":"commit","published_at":"2024-10-13T00:36:53.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.7.0","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.7.0","dependencies_parsed_at":"2026-08-13T04:33:05.922Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.7.0/manifests"},{"name":"v2.7.0-next.1","sha":"a191f383a5e15362851608724a3421356dcbb869","kind":"commit","published_at":"2024-10-12T23:44:01.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.7.0-next.1","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.7.0-next.1","dependencies_parsed_at":"2026-08-13T04:33:05.944Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.7.0-next.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.7.0-next.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.7.0-next.1/manifests"},{"name":"v2.6.0","sha":"812eab9786b25d6abfa3be6f47269b92a4e6be08","kind":"commit","published_at":"2024-10-12T23:31:33.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.6.0","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.6.0","dependencies_parsed_at":"2026-08-13T04:33:05.915Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.6.0/manifests"},{"name":"v2.6.0-next.1","sha":"367fb4bcf6e4e8a47dde0fe44dd0b748afece72d","kind":"commit","published_at":"2024-10-11T17:03:42.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.6.0-next.1","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.6.0-next.1","dependencies_parsed_at":"2026-08-13T04:33:06.126Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.6.0-next.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.6.0-next.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.6.0-next.1/manifests"},{"name":"v2.5.0","sha":"a7408ecfcd6db0ac6f84bb8188c06ad65d745389","kind":"commit","published_at":"2024-10-02T02:45:01.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.5.0","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.5.0","dependencies_parsed_at":"2026-08-13T04:33:06.318Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.5.0/manifests"},{"name":"v2.5.0-next.1","sha":"714c62b2020d44f6b5c25c0686703d2598b20ebe","kind":"commit","published_at":"2024-10-02T02:32:58.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.5.0-next.1","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.5.0-next.1","dependencies_parsed_at":"2026-08-13T04:33:06.212Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.5.0-next.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.5.0-next.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.5.0-next.1/manifests"},{"name":"v2.4.1","sha":"1d72761468ec112552ba97d969c4f863df6d52e3","kind":"commit","published_at":"2024-06-27T16:13:33.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.4.1","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.4.1","dependencies_parsed_at":"2026-08-13T04:33:06.295Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.4.1/manifests"},{"name":"v2.4.1-next.1","sha":"fb401733e34a7f45f90ff9d2ce0cf7f24a7e6f86","kind":"commit","published_at":"2024-06-27T16:07:58.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.4.1-next.1","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.4.1-next.1","dependencies_parsed_at":"2026-08-13T04:33:06.342Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.4.1-next.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.4.1-next.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.4.1-next.1/manifests"},{"name":"v2.4.0","sha":"8cf728e2a17744c103a5a425137c84d16c53296f","kind":"commit","published_at":"2024-06-27T03:03:42.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.4.0","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.4.0","dependencies_parsed_at":"2026-08-13T04:33:06.210Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.4.0/manifests"},{"name":"v2.4.0-next.1","sha":"d22f2c005c615fda7ce6a898556c87bd9863455f","kind":"commit","published_at":"2024-06-27T02:32:22.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.4.0-next.1","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.4.0-next.1","dependencies_parsed_at":"2026-08-13T04:33:06.152Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.4.0-next.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.4.0-next.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.4.0-next.1/manifests"},{"name":"v2.3.2","sha":"94625c3743c4f52fdc1288d2a3d5887dc84d40d9","kind":"commit","published_at":"2024-04-25T07:11:10.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.3.2","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.3.2","dependencies_parsed_at":"2026-08-13T04:33:06.239Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.3.2/manifests"},{"name":"v2.3.2-next.1","sha":"9a03d9332700d36d0910b13d670de14c09834950","kind":"commit","published_at":"2024-04-25T07:08:42.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.3.2-next.1","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.3.2-next.1","dependencies_parsed_at":"2026-08-13T04:33:06.246Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.3.2-next.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.3.2-next.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.3.2-next.1/manifests"},{"name":"v2.3.1","sha":"7241f22973814e79929249af9fc20147b24b5eb7","kind":"commit","published_at":"2024-03-21T03:28:56.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.3.1","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.3.1","dependencies_parsed_at":"2026-08-13T04:33:06.285Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.3.1/manifests"},{"name":"v2.3.1-next.1","sha":"620472a57339eb59d05386648e17031cf6f0a09b","kind":"commit","published_at":"2024-03-21T03:27:40.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.3.1-next.1","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.3.1-next.1","dependencies_parsed_at":"2026-08-13T04:33:06.222Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.3.1-next.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.3.1-next.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.3.1-next.1/manifests"},{"name":"v2.3.0","sha":"760afa7470051cfa28366053abeed21a708ff61d","kind":"commit","published_at":"2024-03-21T01:41:59.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.3.0","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.3.0","dependencies_parsed_at":"2026-08-13T04:33:06.160Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.3.0/manifests"},{"name":"v2.2.1","sha":"80cc38c35a0400b9faaf96ef4f87996ce96427e8","kind":"commit","published_at":"2024-02-26T14:53:45.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.2.1","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.2.1","dependencies_parsed_at":"2026-08-13T04:33:06.322Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"4a56f4d36e837a075b7d690d6b8700210376fd81","kind":"commit","published_at":"2024-02-26T14:48:31.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.2.0","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.2.0","dependencies_parsed_at":"2026-08-13T04:33:06.296Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"b68988c69b72ef300b5faf9ab9e35fd485808fbc","kind":"commit","published_at":"2024-02-26T02:35:39.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.1.0","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.1.0","dependencies_parsed_at":"2026-08-13T04:33:06.361Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"97a09cf3c7588ec27f8bbfba1d4a1d982af76f42","kind":"commit","published_at":"2024-02-26T02:32:48.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v2.0.0","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v2.0.0","dependencies_parsed_at":"2026-08-13T04:33:06.298Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v2.0.0/manifests"},{"name":"v1.4.0","sha":"e1c5fff9243b20d6ac210d658e856b50e7954c64","kind":"commit","published_at":"2024-02-26T02:26:32.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v1.4.0","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v1.4.0","dependencies_parsed_at":"2026-08-13T04:33:06.472Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v1.4.0/manifests"},{"name":"v1.3.0","sha":"c3f975023988de4ad1320301d69bd4bbe2ca0135","kind":"commit","published_at":"2024-02-26T02:20:35.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v1.3.0","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v1.3.0","dependencies_parsed_at":"2026-08-13T04:33:06.469Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"dc1574e1e2e397ecf339363693443009d847cea3","kind":"commit","published_at":"2023-03-22T04:48:57.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v1.2.0","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v1.2.0","dependencies_parsed_at":"2026-08-13T04:33:06.638Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v1.2.0/manifests"},{"name":"v1.2.0-beta.1","sha":"221e2ab911311c6af91c6ca20d658832f7ff4bd7","kind":"commit","published_at":"2023-03-22T04:44:47.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v1.2.0-beta.1","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v1.2.0-beta.1","dependencies_parsed_at":"2026-08-13T04:33:06.577Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v1.2.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v1.2.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v1.2.0-beta.1/manifests"},{"name":"v1.1.0","sha":"e308d02131e6775a6cb984c9ea45964c589496bc","kind":"commit","published_at":"2022-11-05T03:25:54.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v1.1.0","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v1.1.0","dependencies_parsed_at":"2026-08-13T04:33:06.661Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v1.1.0/manifests"},{"name":"v1.1.0-beta.1","sha":"cc92dbd40725e5e2ae254740ea208792386f13ff","kind":"commit","published_at":"2022-11-05T03:24:05.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v1.1.0-beta.1","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v1.1.0-beta.1","dependencies_parsed_at":"2026-08-13T04:33:06.635Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v1.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v1.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v1.1.0-beta.1/manifests"},{"name":"v1.0.0-beta.3","sha":"87e1ee0bc6ab2e7c2a3c0826b442de98746f3102","kind":"commit","published_at":"2022-11-05T03:06:43.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v1.0.0-beta.3","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v1.0.0-beta.3","dependencies_parsed_at":"2026-08-13T04:33:06.645Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v1.0.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v1.0.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v1.0.0-beta.3/manifests"},{"name":"v1.0.0","sha":"9e9fd93f4f356433bb31e3f3295fb8abb3e0e2e5","kind":"commit","published_at":"2022-11-02T21:33:53.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v1.0.0","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v1.0.0","dependencies_parsed_at":"2026-08-13T04:33:06.640Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v1.0.0/manifests"},{"name":"v1.0.0-beta.2","sha":"b22c2a253547d58a0dda102cbdeb685a1022dfa0","kind":"commit","published_at":"2022-11-02T21:25:59.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v1.0.0-beta.2","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v1.0.0-beta.2","dependencies_parsed_at":"2026-08-13T04:33:06.682Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v1.0.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v1.0.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v1.0.0-beta.2/manifests"},{"name":"v1.0.0-beta.1","sha":"c342f017fc9e63c8d135665446cb9b54bc98f5f6","kind":"commit","published_at":"2022-11-02T21:19:44.000Z","download_url":"https://codeload.github.com/AliSajid/random-wait-action/tar.gz/v1.0.0-beta.1","html_url":"https://github.com/AliSajid/random-wait-action/releases/tag/v1.0.0-beta.1","dependencies_parsed_at":"2026-08-13T04:33:06.699Z","dependency_job_id":null,"purl":"pkg:github/AliSajid/random-wait-action@v1.0.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v1.0.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/tags/v1.0.0-beta.1/manifests"}]},"repo_metadata_updated_at":"2026-09-09T07:43:33.518Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":4,"rankings":{"downloads":null,"dependent_repos_count":16.447472666772303,"dependent_packages_count":0.0,"stargazers_count":48.242750752654096,"forks_count":35.09111075899224,"docker_downloads_count":null,"average":24.945333544604658},"purl":"pkg:githubactions/AliSajid/random-wait-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/AliSajid/random-wait-action","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/AliSajid/random-wait-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/AliSajid/random-wait-action/dependencies","status":null,"funding_links":["https://ko-fi.com/asimami","https://buymeacoffee.com/asimami"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-27T17:05:05.146Z","issues_count":17,"pull_requests_count":1239,"avg_time_to_close_issue":624505.4666666667,"avg_time_to_close_pull_request":640115.7963636364,"issues_closed_count":15,"pull_requests_closed_count":1100,"pull_request_authors_count":5,"issue_authors_count":2,"avg_comments_per_issue":0.8823529411764706,"avg_comments_per_pull_request":2.0613397901533497,"merged_pull_requests_count":947,"bot_issues_count":15,"bot_pull_requests_count":982,"past_year_issues_count":1,"past_year_pull_requests_count":130,"past_year_avg_time_to_close_issue":528972.0,"past_year_avg_time_to_close_pull_request":1057490.878787879,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":99,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":3.0,"past_year_avg_comments_per_pull_request":2.9,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":107,"past_year_merged_pull_requests_count":57,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSajid%2Frandom-wait-action/issues","maintainers":[{"login":"AliSajid","count":254,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AliSajid"},{"login":"Nova4Dayz","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Nova4Dayz"}],"active_maintainers":[{"login":"AliSajid","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AliSajid"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/AliSajid%2Frandom-wait-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/AliSajid%2Frandom-wait-action/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/AliSajid%2Frandom-wait-action/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/AliSajid%2Frandom-wait-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/AliSajid%2Frandom-wait-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/AliSajid%2Frandom-wait-action/codemeta","maintainers":[]}