{"id":11772229,"name":"step-security/retry","ecosystem":"actions","description":"Retry a step on failure or timeout","homepage":"https://docs.stepsecurity.io/actions/stepsecurity-maintained-actions","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/step-security/retry","keywords_array":["step-security-maintained-actions"],"namespace":"step-security","versions_count":8,"first_release_published_at":"2024-06-13T17:17:36.000Z","latest_release_published_at":"2026-04-21T10:59:21.000Z","latest_release_number":"v4.0.0","last_synced_at":"2026-05-15T04:17:24.239Z","created_at":"2025-06-07T21:18:51.434Z","updated_at":"2026-05-15T04:18:20.219Z","registry_url":"https://github.com/step-security/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":"main","path":null},"repo_metadata":{"id":244038725,"uuid":"813694924","full_name":"step-security/retry","owner":"step-security","description":"Retries a GitHub Action step on failure or timeout. Secure drop-in replacement for nick-fields/retry.","archived":false,"fork":false,"pushed_at":"2026-05-11T00:45:56.000Z","size":2385,"stargazers_count":2,"open_issues_count":13,"forks_count":4,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-11T02:30:28.215Z","etag":null,"topics":["step-security-maintained-actions"],"latest_commit_sha":null,"homepage":"https://docs.stepsecurity.io/actions/stepsecurity-maintained-actions","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/step-security.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-11T15:03:41.000Z","updated_at":"2026-04-28T10:09:37.000Z","dependencies_parsed_at":"2024-06-12T16:10:23.383Z","dependency_job_id":"cc757a64-5f79-4031-9add-08a2ae1bd703","html_url":"https://github.com/step-security/retry","commit_stats":null,"previous_names":["step-security/retry"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/step-security/retry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fretry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fretry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fretry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fretry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/step-security","download_url":"https://codeload.github.com/step-security/retry/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fretry/sbom","scorecard":{"id":1005503,"data":{"date":"2025-08-26T07:28:16Z","repo":{"name":"github.com/step-security/retry","commit":"b681edb620330d903bdd330c72a8470b108cf804"},"scorecard":{"version":"v5.0.0","commit":"ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4"},"score":7.7,"checks":[{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#binary-artifacts"}},{"name":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#branch-protection"}},{"name":"CI-Tests","score":10,"reason":"13 out of 13 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/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#ci-tests"}},{"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/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#cii-best-practices"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#code-review"}},{"name":"Contributors","score":6,"reason":"project has 2 contributing companies or organizations -- score normalized to 6","details":["Info: step-security contributor org/company found, ait pune contributor org/company found, "],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#contributors"}},{"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/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#dependency-update-tool"}},{"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/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/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/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#license"}},{"name":"Maintained","score":5,"reason":"7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#maintained"}},{"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/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#packaging"}},{"name":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info:  35 out of  35 GitHub-owned GitHubAction dependencies pinned","Info:  52 out of  52 third-party GitHubAction dependencies pinned","Info:  12 out of  12 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/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#pinned-dependencies"}},{"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/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#sast"}},{"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/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#security-policy"}},{"name":"Signed-Releases","score":7,"reason":"3 out of the last 4 releases have a total of 3 signed artifacts.","details":["Warn: release artifact v3.0.0 not signed: https://api.github.com/repos/step-security/retry/releases/160365019","Info: provenance for release artifact: multiple.intoto.jsonl: https://api.github.com/repos/step-security/retry/releases/assets/259363288","Info: provenance for release artifact: multiple.intoto.jsonl: https://api.github.com/repos/step-security/retry/releases/assets/227090645","Info: provenance for release artifact: multiple.intoto.jsonl: https://api.github.com/repos/step-security/retry/releases/assets/187702954","Warn: release artifact v3.0.0 does not have provenance: https://api.github.com/repos/step-security/retry/releases/160365019"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#signed-releases"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/actions_release.yaml:16","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/actions_release.yaml:18","Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:31","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:32","Info: jobLevel 'contents' permission set to 'read': .github/workflows/scorecards.yml:29","Info: jobLevel 'actions' permission set to 'read': .github/workflows/scorecards.yml:30","Info: topLevel 'contents' permission set to 'read': .github/workflows/actions_release.yaml:11","Info: topLevel 'packages' permission set to 'read': .github/workflows/audit-package.yml:28","Warn: topLevel 'contents' permission set to 'write': .github/workflows/audit-package.yml:26","Warn: topLevel 'contents' permission set to 'write': .github/workflows/auto_cherry_pick.yml:12","Info: topLevel 'packages' permission set to 'read': .github/workflows/auto_cherry_pick.yml:14","Warn: no topLevel permission defined: .github/workflows/ci_cd.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:24","Info: topLevel 'contents' permission set to 'read': .github/workflows/dependency-review.yml:13","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:18"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#token-permissions"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-27T23:22:23.345Z","repository_id":244038725,"created_at":"2025-08-27T23:22:23.345Z","updated_at":"2025-08-27T23:22:23.345Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33053347,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-15T02:00:06.351Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"tags":[{"name":"v4.0.0","sha":"38808b4332b98bb36ca031abff0c100231608288","kind":"commit","published_at":"2026-04-21T10:59:21.000Z","download_url":"https://codeload.github.com/step-security/retry/tar.gz/v4.0.0","html_url":"https://github.com/step-security/retry/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/step-security/retry@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fretry/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fretry/tags/v4.0.0/manifests"},{"name":"v4","sha":"38808b4332b98bb36ca031abff0c100231608288","kind":"commit","published_at":"2026-04-21T10:59:21.000Z","download_url":"https://codeload.github.com/step-security/retry/tar.gz/v4","html_url":"https://github.com/step-security/retry/releases/tag/v4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/step-security/retry@v4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fretry/tags/v4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fretry/tags/v4/manifests"},{"name":"v3.0.4","sha":"e1d59ce1f574b32f0915e3a8df055cfe9f99be5d","kind":"commit","published_at":"2025-08-28T04:54:15.000Z","download_url":"https://codeload.github.com/step-security/retry/tar.gz/v3.0.4","html_url":"https://github.com/step-security/retry/releases/tag/v3.0.4","dependencies_parsed_at":"2025-09-13T04:37:25.060Z","dependency_job_id":null,"purl":"pkg:github/step-security/retry@v3.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fretry/tags/v3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fretry/tags/v3.0.4/manifests"},{"name":"v3.0.3","sha":"10158114dec7dac8007cc8b9ceae139f2214806c","kind":"commit","published_at":"2025-05-23T05:23:59.000Z","download_url":"https://codeload.github.com/step-security/retry/tar.gz/v3.0.3","html_url":"https://github.com/step-security/retry/releases/tag/v3.0.3","dependencies_parsed_at":"2025-06-09T04:20:36.442Z","dependency_job_id":null,"purl":"pkg:github/step-security/retry@v3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fretry/tags/v3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fretry/tags/v3.0.3/manifests"},{"name":"v3.0.2","sha":"c136d6df914bab311859a1127ecbf4e43159c4f8","kind":"commit","published_at":"2025-02-06T04:15:48.000Z","download_url":"https://codeload.github.com/step-security/retry/tar.gz/v3.0.2","html_url":"https://github.com/step-security/retry/releases/tag/v3.0.2","dependencies_parsed_at":"2025-06-09T04:20:36.700Z","dependency_job_id":null,"purl":"pkg:github/step-security/retry@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fretry/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fretry/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"2ab886c0de89f68f146c9b43f53e61abc59c46dc","kind":"commit","published_at":"2024-08-21T15:36:56.000Z","download_url":"https://codeload.github.com/step-security/retry/tar.gz/v3.0.1","html_url":"https://github.com/step-security/retry/releases/tag/v3.0.1","dependencies_parsed_at":"2025-06-09T04:20:36.503Z","dependency_job_id":null,"purl":"pkg:github/step-security/retry@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fretry/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fretry/tags/v3.0.1/manifests"},{"name":"v3","sha":"052d8009a065e321fd72db951d7e412f8063b9e5","kind":"commit","published_at":"2024-06-13T17:17:36.000Z","download_url":"https://codeload.github.com/step-security/retry/tar.gz/v3","html_url":"https://github.com/step-security/retry/releases/tag/v3","dependencies_parsed_at":"2025-06-09T04:20:36.454Z","dependency_job_id":null,"purl":"pkg:github/step-security/retry@v3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fretry/tags/v3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fretry/tags/v3/manifests"},{"name":"v3.0.0","sha":"052d8009a065e321fd72db951d7e412f8063b9e5","kind":"commit","published_at":"2024-06-13T17:17:36.000Z","download_url":"https://codeload.github.com/step-security/retry/tar.gz/v3.0.0","html_url":"https://github.com/step-security/retry/releases/tag/v3.0.0","dependencies_parsed_at":"2025-06-09T04:20:36.669Z","dependency_job_id":null,"purl":"pkg:github/step-security/retry@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fretry/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fretry/tags/v3.0.0/manifests"}]},"repo_metadata_updated_at":"2026-05-15T04:18:20.219Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":34.34343434343434,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":17.17171717171717},"purl":"pkg:githubactions/step-security/retry","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/step-security/retry","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/step-security/retry","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/step-security/retry/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-05-12T02:03:55.659Z","issues_count":4,"pull_requests_count":432,"avg_time_to_close_issue":69192.0,"avg_time_to_close_pull_request":1217868.2479108635,"issues_closed_count":1,"pull_requests_closed_count":359,"pull_request_authors_count":7,"issue_authors_count":4,"avg_comments_per_issue":0.0,"avg_comments_per_pull_request":0.7453703703703703,"merged_pull_requests_count":51,"bot_issues_count":3,"bot_pull_requests_count":399,"past_year_issues_count":0,"past_year_pull_requests_count":88,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":667291.4848484849,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":66,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.6363636363636364,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":77,"past_year_merged_pull_requests_count":18,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fretry/issues","maintainers":[{"login":"shubham-stepsecurity","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shubham-stepsecurity"},{"login":"varunsh-coder","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/varunsh-coder"},{"login":"Raj-StepSecurity","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Raj-StepSecurity"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/step-security%2Fretry/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/step-security%2Fretry/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/step-security%2Fretry/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/step-security%2Fretry/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/step-security%2Fretry/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/step-security%2Fretry/codemeta","maintainers":[]}