{"id":5800965,"name":"nick-fields/retry","ecosystem":"actions","description":"Retry a step on failure or timeout","homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/nick-fields/retry","keywords_array":[],"namespace":"nick-fields","versions_count":31,"first_release_published_at":"2020-02-13T21:52:50.000Z","latest_release_published_at":"2026-03-20T02:20:33.000Z","latest_release_number":"v4.0.0","last_synced_at":"2026-09-09T12:11:58.118Z","created_at":"2023-01-04T12:39:46.373Z","updated_at":"2026-09-12T04:58:53.491Z","registry_url":"https://github.com/nick-fields/retry","install_command":null,"documentation_url":null,"metadata":{"name":"Retry Step","description":"Retry a step on failure or timeout","inputs":{"timeout_minutes":{"description":"Minutes to wait before attempt times out.  Must only specify either minutes or seconds","required":false},"timeout_seconds":{"description":"Seconds to wait before attempt times out.  Must only specify either minutes or seconds","required":false},"max_attempts":{"description":"Number of attempts to make before failing the step","required":true,"default":3},"command":{"description":"The command to run","required":true},"retry_wait_seconds":{"description":"Number of seconds to wait before attempting the next retry","required":false,"default":10},"shell":{"description":"Alternate shell to use (defaults to powershell on windows, bash otherwise).  Supports bash, python, pwsh, sh, cmd, and powershell","required":false},"polling_interval_seconds":{"description":"Number of seconds to wait for each check that command has completed running","required":false,"default":1},"retry_on":{"description":"Event to retry on.  Currently supported [any, timeout, error]"},"warning_on_retry":{"description":"Whether to output a warning on retry, or just output to info. Defaults to true","default":true},"on_retry_command":{"description":"Command to run before a retry (such as a cleanup script).  Any error thrown from retry command is caught and surfaced as a warning.","required":false},"continue_on_error":{"description":"Exits successfully even if an error occurs.  Same as native continue-on-error behavior, but for use in composite actions. Default is false","default":false},"new_command_on_retry":{"description":"Command to run if the first attempt fails. This command will be called on all subsequent attempts.","required":false},"retry_on_exit_code":{"description":"Specific exit code to retry on. This will only retry for the given error code and fail immediately other error codes.","required":false}},"outputs":{"total_attempts":{"description":"The final number of attempts made"},"exit_code":{"description":"The final exit code returned by the command"},"exit_error":{"description":"The final error returned by the command"}},"runs":{"using":"node24","main":"dist/index.js"},"default_branch":"master","path":null},"repo_metadata":{"id":36983863,"uuid":"240192823","full_name":"nick-fields/retry","owner":"nick-fields","description":"Retries a GitHub Action step on failure or timeout","archived":false,"fork":false,"pushed_at":"2026-06-16T18:06:14.000Z","size":1067,"stargazers_count":564,"open_issues_count":51,"forks_count":108,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-09-05T20:55:18.743Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/nick-fields.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-02-13T06:30:03.000Z","updated_at":"2026-09-02T11:34:13.000Z","dependencies_parsed_at":"2026-08-06T19:53:01.003Z","dependency_job_id":null,"html_url":"https://github.com/nick-fields/retry","commit_stats":{"total_commits":81,"total_committers":18,"mean_commits":4.5,"dds":0.654320987654321,"last_synced_commit":"dfb235ae84ed15b9e1a7ce71e611dcc1e300339d"},"previous_names":["nick-invision/retry"],"tags_count":31,"template":false,"template_full_name":null,"purl":"pkg:github/nick-fields/retry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nick-fields","download_url":"https://codeload.github.com/nick-fields/retry/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/sbom","scorecard":{"id":684758,"data":{"date":"2025-08-11","repo":{"name":"github.com/nick-fields/retry","commit":"9417ab499314dfe692edb043ded2ff9b3f5f0a68"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.4,"checks":[{"name":"Code-Review","score":5,"reason":"Found 14/24 approved changesets -- score normalized to 5","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":"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":"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":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci_cd.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":2,"reason":"dependency not pinned by hash detected -- score normalized to 2","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:146: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:148: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:246: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:248: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:268: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:273: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:278: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:283: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:293: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:295: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:310: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:314: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:318: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:574: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:576: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:583: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:200: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:214: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:218: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:232: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:433: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:435: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:450: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:454: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:458: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:468: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:470: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:484: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:488: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:70: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:92: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:96: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:110: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:114: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:118: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:132: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:136: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:167: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:169: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:183: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:188: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:402: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:404: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:419: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:423: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:329: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:331: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:372: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:374: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:388: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:392: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:498: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci_cd.yml:500: update your workflow using https://app.stepsecurity.io/secureworkflow/nick-fields/retry/ci_cd.yml/master?enable=pin","Info:   0 out of  28 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:  13 out of  13 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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"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":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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":0,"reason":"10 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-3787-6prv-h9w3","Warn: Project is vulnerable to: GHSA-9qxr-qj54-h672","Warn: Project is vulnerable to: GHSA-m4v8-wqvr-p9f7","Warn: Project is vulnerable to: GHSA-c76h-2ccp-4975","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-22T00:25:17.635Z","repository_id":36983863,"created_at":"2025-08-22T00:25:17.635Z","updated_at":"2025-08-22T00:25:17.635Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":341189360,"owners_count":37230536,"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-12T02:00:07.213Z","response_time":57,"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":"nick-fields","name":"Nick Fields","uuid":"46869826","kind":"user","description":"","email":"","website":null,"location":"Asheville, NC","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/46869826?u=99af26afbea1732e2b074f1c19fe5f0a2d5f6af2\u0026v=4","repositories_count":5,"last_synced_at":"2023-03-03T22:37:43.619Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/nick-fields","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-14T06:10:21.210Z","updated_at":"2023-03-03T22:37:43.889Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nick-fields","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nick-fields/repositories"},"tags":[{"name":"v4","sha":"ad984534de44a9489a53aefd81eb77f87c70dc60","kind":"commit","published_at":"2026-03-20T02:20:33.000Z","download_url":"https://codeload.github.com/nick-fields/retry/tar.gz/v4","html_url":"https://github.com/nick-fields/retry/releases/tag/v4","dependencies_parsed_at":"2026-08-08T12:23:33.528Z","dependency_job_id":null,"purl":"pkg:github/nick-fields/retry@v4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v4/manifests"},{"name":"v4.0.0","sha":"ad984534de44a9489a53aefd81eb77f87c70dc60","kind":"commit","published_at":"2026-03-20T02:20:33.000Z","download_url":"https://codeload.github.com/nick-fields/retry/tar.gz/v4.0.0","html_url":"https://github.com/nick-fields/retry/releases/tag/v4.0.0","dependencies_parsed_at":"2026-08-08T12:23:33.540Z","dependency_job_id":null,"purl":"pkg:github/nick-fields/retry@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v4.0.0/manifests"},{"name":"v3.0.2","sha":"ce71cc2ab81d554ebbe88c79ab5975992d79ba08","kind":"commit","published_at":"2025-02-25T13:22:06.000Z","download_url":"https://codeload.github.com/nick-fields/retry/tar.gz/v3.0.2","html_url":"https://github.com/nick-fields/retry/releases/tag/v3.0.2","dependencies_parsed_at":"2025-06-12T05:59:52.794Z","dependency_job_id":null,"purl":"pkg:github/nick-fields/retry@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"c97818ca39074beaea45180dba704f92496a0082","kind":"commit","published_at":"2025-02-17T17:26:57.000Z","download_url":"https://codeload.github.com/nick-fields/retry/tar.gz/v3.0.1","html_url":"https://github.com/nick-fields/retry/releases/tag/v3.0.1","dependencies_parsed_at":"2025-06-12T05:59:52.832Z","dependency_job_id":null,"purl":"pkg:github/nick-fields/retry@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"7152eba30c6575329ac0576536151aca5a72780e","kind":"commit","published_at":"2024-01-31T16:50:52.000Z","download_url":"https://codeload.github.com/nick-fields/retry/tar.gz/v3.0.0","html_url":"https://github.com/nick-fields/retry/releases/tag/v3.0.0","dependencies_parsed_at":"2024-02-03T04:34:14.871Z","dependency_job_id":null,"purl":"pkg:github/nick-fields/retry@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v3.0.0/manifests"},{"name":"v3","sha":"7152eba30c6575329ac0576536151aca5a72780e","kind":"commit","published_at":"2024-01-31T16:50:52.000Z","download_url":"https://codeload.github.com/nick-fields/retry/tar.gz/v3","html_url":"https://github.com/nick-fields/retry/releases/tag/v3","dependencies_parsed_at":"2024-02-03T04:34:14.762Z","dependency_job_id":null,"purl":"pkg:github/nick-fields/retry@v3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v3/manifests"},{"name":"v2.9.0","sha":"14672906e672a08bd6eeb15720e9ed3ce869cdd4","kind":"commit","published_at":"2023-09-26T14:05:30.000Z","download_url":"https://codeload.github.com/nick-fields/retry/tar.gz/v2.9.0","html_url":"https://github.com/nick-fields/retry/releases/tag/v2.9.0","dependencies_parsed_at":"2023-09-30T05:30:06.746Z","dependency_job_id":null,"purl":"pkg:github/nick-fields/retry@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"943e742917ac94714d2f408a0e8320f2d1fcafcd","kind":"commit","published_at":"2022-12-30T02:37:40.000Z","download_url":"https://codeload.github.com/nick-fields/retry/tar.gz/v2.8.3","html_url":"https://github.com/nick-fields/retry/releases/tag/v2.8.3","dependencies_parsed_at":"2023-06-01T00:04:24.357Z","dependency_job_id":"c49f3169-3ed9-4972-944b-186101a16b78","purl":"pkg:github/nick-fields/retry@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"3e91a01664abd3c5cd539100d10d33b9c5b68482","kind":"commit","published_at":"2022-10-15T00:45:08.000Z","download_url":"https://codeload.github.com/nick-fields/retry/tar.gz/v2.8.2","html_url":"https://github.com/nick-fields/retry/releases/tag/v2.8.2","dependencies_parsed_at":"2023-06-01T00:04:24.203Z","dependency_job_id":"e2b27df1-4c3b-4dbd-8c1b-ee9e3653eed7","purl":"pkg:github/nick-fields/retry@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v2.8.2/manifests"},{"name":"v","sha":"7d4a37704547a311dbb66ebdf5b23ec19374a767","kind":"commit","published_at":"2022-08-16T15:11:46.000Z","download_url":"https://codeload.github.com/nick-fields/retry/tar.gz/v","html_url":"https://github.com/nick-fields/retry/releases/tag/v","dependencies_parsed_at":"2023-05-30T15:45:16.399Z","dependency_job_id":"fcf0d6b6-6ee4-48b8-bbb4-045cbf719f9b","purl":"pkg:github/nick-fields/retry@v","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v/manifests"},{"name":"v2.8.1","sha":"b4fa57557dda8c2f30bcb2d19372cc3237190f7f","kind":"commit","published_at":"2022-08-06T03:31:37.000Z","download_url":"https://codeload.github.com/nick-fields/retry/tar.gz/v2.8.1","html_url":"https://github.com/nick-fields/retry/releases/tag/v2.8.1","dependencies_parsed_at":"2023-05-30T19:37:13.248Z","dependency_job_id":"84a7a13a-bb70-4df1-a4c1-08bf69526e55","purl":"pkg:github/nick-fields/retry@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"616fa81820c9b34fd44f4a0cfeda436b4b8338d3","kind":"commit","published_at":"2022-08-04T03:02:05.000Z","download_url":"https://codeload.github.com/nick-fields/retry/tar.gz/v2.8.0","html_url":"https://github.com/nick-fields/retry/releases/tag/v2.8.0","dependencies_parsed_at":"2023-05-30T19:37:13.924Z","dependency_job_id":"f0e150a0-18ce-43d8-93cb-dff81c858d9f","purl":"pkg:github/nick-fields/retry@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v2.8.0/manifests"},{"name":"v2.7.1","sha":"0f986c438bbaefa5175ed096471df46c6fc185da","kind":"commit","published_at":"2022-08-03T03:15:43.000Z","download_url":"https://codeload.github.com/nick-fields/retry/tar.gz/v2.7.1","html_url":"https://github.com/nick-fields/retry/releases/tag/v2.7.1","dependencies_parsed_at":"2023-05-30T19:37:14.532Z","dependency_job_id":"6699ce2c-5686-451b-a7ab-1eeb58a19870","purl":"pkg:github/nick-fields/retry@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"e88a9994b039653512d697de1bce46b00bfe11b5","kind":"commit","published_at":"2022-04-26T02:23:51.000Z","download_url":"https://codeload.github.com/nick-fields/retry/tar.gz/v2.7.0","html_url":"https://github.com/nick-fields/retry/releases/tag/v2.7.0","dependencies_parsed_at":"2023-05-30T19:37:15.142Z","dependency_job_id":"33b0f763-147e-49e1-ae42-ca7b9d2316de","purl":"pkg:github/nick-fields/retry@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v2.7.0/manifests"},{"name":"v2.6.0","sha":"7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c","kind":"commit","published_at":"2021-12-10T01:05:34.000Z","download_url":"https://codeload.github.com/nick-fields/retry/tar.gz/v2.6.0","html_url":"https://github.com/nick-fields/retry/releases/tag/v2.6.0","dependencies_parsed_at":"2023-05-30T19:37:15.752Z","dependency_job_id":"fa7a6187-8050-43ae-b8f5-875374586998","purl":"pkg:github/nick-fields/retry@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v2.6.0/manifests"},{"name":"v2","sha":"7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c","kind":"commit","published_at":"2021-12-10T01:05:34.000Z","download_url":"https://codeload.github.com/nick-fields/retry/tar.gz/v2","html_url":"https://github.com/nick-fields/retry/releases/tag/v2","dependencies_parsed_at":"2023-05-30T19:37:16.297Z","dependency_job_id":"ebe9c00e-758f-47ee-b156-b0552e917d72","purl":"pkg:github/nick-fields/retry@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v2/manifests"},{"name":"v2.5.1","sha":"002ef572db3a198cb4a15e23c0121bcdcfdb016d","kind":"commit","published_at":"2021-10-24T01:32:55.000Z","download_url":"https://codeload.github.com/nick-fields/retry/tar.gz/v2.5.1","html_url":"https://github.com/nick-fields/retry/releases/tag/v2.5.1","dependencies_parsed_at":"2023-05-30T19:37:16.951Z","dependency_job_id":"830cc6fa-7e42-497f-95cc-2f85e48c2300","purl":"pkg:github/nick-fields/retry@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c77dc435326b354bad622b7193d5456df37f3dae","kind":"commit","published_at":"2021-10-07T00:02:05.000Z","download_url":"https://codeload.github.com/nick-fields/retry/tar.gz/v2.5.0","html_url":"https://github.com/nick-fields/retry/releases/tag/v2.5.0","dependencies_parsed_at":"2023-05-30T19:37:17.541Z","dependency_job_id":"2478521d-c103-420d-b9fe-8fdcc5789492","purl":"pkg:github/nick-fields/retry@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v2.5.0/manifests"},{"name":"v2.4.1","sha":"45ba062d357edb3b29c4a94b456b188716f61020","kind":"commit","published_at":"2021-06-10T22:27:14.000Z","download_url":"https://codeload.github.com/nick-fields/retry/tar.gz/v2.4.1","html_url":"https://github.com/nick-fields/retry/releases/tag/v2.4.1","dependencies_parsed_at":"2023-05-30T19:37:18.124Z","dependency_job_id":"ed213113-a3ad-4c1b-b03f-244b9a6e4675","purl":"pkg:github/nick-fields/retry@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"7c68161adf97a48beb850a595b8784ec57a98cbb","kind":"commit","published_at":"2021-01-05T02:32:32.000Z","download_url":"https://codeload.github.com/nick-fields/retry/tar.gz/v2.4.0","html_url":"https://github.com/nick-fields/retry/releases/tag/v2.4.0","dependencies_parsed_at":"2023-05-30T19:37:18.775Z","dependency_job_id":"a76ec41e-61e6-441b-a132-aebe03d53d83","purl":"pkg:github/nick-fields/retry@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v2.4.0/manifests"},{"name":"v2.3.0","sha":"850bd83fbabfccfeb56722b8b6c1618f8bb3c7af","kind":"commit","published_at":"2021-01-04T02:16:16.000Z","download_url":"https://codeload.github.com/nick-fields/retry/tar.gz/v2.3.0","html_url":"https://github.com/nick-fields/retry/releases/tag/v2.3.0","dependencies_parsed_at":"2023-05-30T19:37:19.300Z","dependency_job_id":"620c3bf9-6016-4761-acbc-dfaf89372b0c","purl":"pkg:github/nick-fields/retry@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"fb3bca3fb54f6488d7508c8d1eeb64b94efd5a93","kind":"commit","published_at":"2020-11-18T15:45:31.000Z","download_url":"https://codeload.github.com/nick-fields/retry/tar.gz/v2.2.0","html_url":"https://github.com/nick-fields/retry/releases/tag/v2.2.0","dependencies_parsed_at":"2023-05-30T19:37:20.026Z","dependency_job_id":"2f2093d0-9d11-4196-8236-37281d433596","purl":"pkg:github/nick-fields/retry@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"0bbc6bd3b0ad09abe4b1041bc3df6fc2446f4151","kind":"commit","published_at":"2020-11-14T16:54:06.000Z","download_url":"https://codeload.github.com/nick-fields/retry/tar.gz/v2.1.0","html_url":"https://github.com/nick-fields/retry/releases/tag/v2.1.0","dependencies_parsed_at":"2023-05-30T19:37:20.580Z","dependency_job_id":"476c5d30-d3b8-4164-9f8a-f5f08c2d0b44","purl":"pkg:github/nick-fields/retry@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"c36bd33fae0fdb024ee4c547dc8c34c015a06c81","kind":"commit","published_at":"2020-11-14T14:58:58.000Z","download_url":"https://codeload.github.com/nick-fields/retry/tar.gz/v2.0.1","html_url":"https://github.com/nick-fields/retry/releases/tag/v2.0.1","dependencies_parsed_at":"2023-05-30T19:37:21.194Z","dependency_job_id":"d9dd4601-5a3e-47ea-9165-755a50dac53a","purl":"pkg:github/nick-fields/retry@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"c803451cc1a98b38f7ed657a7fd431604c816097","kind":"commit","published_at":"2020-09-29T19:08:35.000Z","download_url":"https://codeload.github.com/nick-fields/retry/tar.gz/v2.0.0","html_url":"https://github.com/nick-fields/retry/releases/tag/v2.0.0","dependencies_parsed_at":"2023-05-30T19:37:21.759Z","dependency_job_id":"d47756b3-38ee-4002-8084-45f4714c98b6","purl":"pkg:github/nick-fields/retry@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v2.0.0/manifests"},{"name":"v1","sha":"39da88d5f7d15a96aed861dbabbe8b7443e3182a","kind":"commit","published_at":"2020-06-17T18:09:20.000Z","download_url":"https://codeload.github.com/nick-fields/retry/tar.gz/v1","html_url":"https://github.com/nick-fields/retry/releases/tag/v1","dependencies_parsed_at":"2023-05-30T19:37:24.353Z","dependency_job_id":"815db948-480f-4907-a225-bc5fd9126246","purl":"pkg:github/nick-fields/retry@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v1/manifests"},{"name":"v1.0.4","sha":"39da88d5f7d15a96aed861dbabbe8b7443e3182a","kind":"commit","published_at":"2020-06-17T18:09:20.000Z","download_url":"https://codeload.github.com/nick-fields/retry/tar.gz/v1.0.4","html_url":"https://github.com/nick-fields/retry/releases/tag/v1.0.4","dependencies_parsed_at":"2023-05-30T19:37:22.374Z","dependency_job_id":"20c2ade7-3d08-4da3-884a-897e621b1fee","purl":"pkg:github/nick-fields/retry@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"21d303ab4688bf9199e46cc6166dd36f4467d691","kind":"commit","published_at":"2020-06-17T17:18:10.000Z","download_url":"https://codeload.github.com/nick-fields/retry/tar.gz/v1.0.3","html_url":"https://github.com/nick-fields/retry/releases/tag/v1.0.3","dependencies_parsed_at":"2023-05-30T19:37:22.990Z","dependency_job_id":"594ff555-875a-44ac-a2cb-91d2a6a1a02b","purl":"pkg:github/nick-fields/retry@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"8eea3dc8c5961580890da123204670819c3fa05b","kind":"commit","published_at":"2020-06-17T17:05:16.000Z","download_url":"https://codeload.github.com/nick-fields/retry/tar.gz/v1.0.2","html_url":"https://github.com/nick-fields/retry/releases/tag/v1.0.2","dependencies_parsed_at":"2023-05-30T19:37:23.508Z","dependency_job_id":"9dbd9ee6-6e0f-403f-bb77-6fe11d0d3244","purl":"pkg:github/nick-fields/retry@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"bbd5b3972f56666d7de4bedd836e7f868da48f6e","kind":"commit","published_at":"2020-04-27T19:22:52.000Z","download_url":"https://codeload.github.com/nick-fields/retry/tar.gz/v1.0.1","html_url":"https://github.com/nick-fields/retry/releases/tag/v1.0.1","dependencies_parsed_at":"2023-05-30T19:37:25.079Z","dependency_job_id":"ad8e3ac3-217e-4a12-892a-47cd5ab9ee89","purl":"pkg:github/nick-fields/retry@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"eb66095efa67d5d6f043a10786a94cc438a47ba2","kind":"commit","published_at":"2020-02-13T21:52:50.000Z","download_url":"https://codeload.github.com/nick-fields/retry/tar.gz/v1.0.0","html_url":"https://github.com/nick-fields/retry/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-30T19:37:25.764Z","dependency_job_id":"49eb711f-6001-4d98-9dce-6839a40adb1e","purl":"pkg:github/nick-fields/retry@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-09-12T04:58:53.490Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":2280,"rankings":{"downloads":null,"dependent_repos_count":0.5228965298684836,"dependent_packages_count":0.0,"stargazers_count":0.8683251465694819,"forks_count":1.3405165583901126,"docker_downloads_count":2.316590080811282,"average":1.009665663127872},"purl":"pkg:githubactions/nick-fields/retry","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/nick-fields/retry","docker_dependents_count":1,"docker_downloads_count":5,"usage_url":"https://repos.ecosyste.ms/usage/actions/nick-fields/retry","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/nick-fields/retry/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-09-07T03:20:31.148Z","issues_count":52,"pull_requests_count":121,"avg_time_to_close_issue":5245883.9,"avg_time_to_close_pull_request":3215039.7525773197,"issues_closed_count":20,"pull_requests_closed_count":97,"pull_request_authors_count":37,"issue_authors_count":48,"avg_comments_per_issue":1.6153846153846154,"avg_comments_per_pull_request":1.0247933884297522,"merged_pull_requests_count":62,"bot_issues_count":0,"bot_pull_requests_count":23,"past_year_issues_count":2,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":3877168.0,"past_year_avg_time_to_close_pull_request":2376726.4,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":4,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":1.5,"past_year_avg_comments_per_pull_request":1.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":2,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-fields%2Fretry/issues","maintainers":[{"login":"nick-invision","count":21,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nick-invision"},{"login":"nick-fields","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nick-fields"}],"active_maintainers":[{"login":"nick-invision","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nick-invision"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/nick-fields%2Fretry/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/nick-fields%2Fretry/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/nick-fields%2Fretry/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/nick-fields%2Fretry/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/nick-fields%2Fretry/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/nick-fields%2Fretry/codemeta","maintainers":[]}