{"id":5800308,"name":"jacobtomlinson/gha-find-replace","ecosystem":"actions","description":"Find and replace a string in your project files","homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/jacobtomlinson/gha-find-replace","keywords_array":[],"namespace":"jacobtomlinson","versions_count":15,"first_release_published_at":"2019-12-06T12:21:15.000Z","latest_release_published_at":"2024-11-06T19:49:54.000Z","latest_release_number":"3.0.5","last_synced_at":"2026-08-14T18:41:31.745Z","created_at":"2023-01-04T12:02:18.109Z","updated_at":"2026-08-14T18:41:31.745Z","registry_url":"https://github.com/jacobtomlinson/gha-find-replace","install_command":null,"documentation_url":null,"metadata":{"name":"Find and Replace","description":"Find and replace a string in your project files","author":"Jacob Tomlinson","inputs":{"include":{"description":"A glob of files to include in our find and replace","default":"**","required":false},"exclude":{"description":"A glob of files to exclude in our find and replace","default":".git/**","required":false},"find":{"description":"The regular expression (or fixed string) we want to replace","required":true},"replace":{"description":"The new string to replace with","required":true},"regex":{"description":"Whether to match with.find as a regular expression instead of a fixed string","required":false}},"outputs":{"modifiedFiles":{"description":"The number of files which have been modified"}},"runs":{"using":"docker","image":"docker://ghcr.io/jacobtomlinson/gha-find-replace:3.0.5"},"default_branch":"master","path":null},"repo_metadata":{"id":38349371,"uuid":"226138989","full_name":"jacobtomlinson/gha-find-replace","owner":"jacobtomlinson","description":"A GitHub Action to find and replace strings in project files.","archived":false,"fork":false,"pushed_at":"2026-03-09T03:16:40.000Z","size":51,"stargazers_count":147,"open_issues_count":13,"forks_count":46,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-08-06T23:00:55.076Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/jacobtomlinson.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}},"created_at":"2019-12-05T16:01:29.000Z","updated_at":"2026-06-24T09:53:14.000Z","dependencies_parsed_at":"2024-03-11T15:50:26.462Z","dependency_job_id":"cde0282d-2576-4622-9cf3-944d205f1ec6","html_url":"https://github.com/jacobtomlinson/gha-find-replace","commit_stats":{"total_commits":23,"total_committers":11,"mean_commits":2.090909090909091,"dds":0.4347826086956522,"last_synced_commit":"099c88fbf2a7da26b083521a8bfa13e4f0886b97"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":"jacobtomlinson/go-container-action","purl":"pkg:github/jacobtomlinson/gha-find-replace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobtomlinson%2Fgha-find-replace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobtomlinson%2Fgha-find-replace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobtomlinson%2Fgha-find-replace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobtomlinson%2Fgha-find-replace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jacobtomlinson","download_url":"https://codeload.github.com/jacobtomlinson/gha-find-replace/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobtomlinson%2Fgha-find-replace/sbom","scorecard":{"id":501500,"data":{"date":"2025-08-11","repo":{"name":"github.com/jacobtomlinson/gha-find-replace","commit":"dfbfef71bc27c27c39d89534540a8960e0eee6b0"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.7,"checks":[{"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":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Code-Review","score":4,"reason":"Found 12/29 approved changesets -- score normalized to 4","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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/publish.yml:8","Warn: no topLevel permission defined: .github/workflows/go.yml:1","Warn: no topLevel permission defined: .github/workflows/integration.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.yml:1","Warn: no topLevel permission defined: .github/workflows/test.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":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/go.yml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/jacobtomlinson/gha-find-replace/go.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/go.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/jacobtomlinson/gha-find-replace/go.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yml:8: update your workflow using https://app.stepsecurity.io/secureworkflow/jacobtomlinson/gha-find-replace/integration.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/jacobtomlinson/gha-find-replace/publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/jacobtomlinson/gha-find-replace/publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/jacobtomlinson/gha-find-replace/publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/jacobtomlinson/gha-find-replace/publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/jacobtomlinson/gha-find-replace/publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/jacobtomlinson/gha-find-replace/publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/jacobtomlinson/gha-find-replace/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/jacobtomlinson/gha-find-replace/test.yml/master?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile:11: pin your Docker image by updating gcr.io/distroless/static to gcr.io/distroless/static@sha256:2e114d20aa6371fd271f854aa3d6b2b7d2e70e797bb3ea44fb677afec60db22c","Info:   0 out of   6 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   5 third-party GitHubAction dependencies pinned","Info:   0 out of   2 containerImage 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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish.yml:6"],"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/jacobtomlinson/dask.github/SECURITY.md:1","Info: Found linked content: github.com/jacobtomlinson/dask.github/SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: github.com/jacobtomlinson/dask.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 18 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"}}]},"last_synced_at":"2025-08-19T22:00:01.453Z","repository_id":38349371,"created_at":"2025-08-19T22:00:01.453Z","updated_at":"2025-08-19T22:00:01.453Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36660204,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-14T02:00:06.934Z","response_time":54,"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":"jacobtomlinson","name":"Jacob Tomlinson","uuid":"1610850","kind":"user","description":"Building @rapidsai and @dask at @NVIDIA. Tinker with @kr8s-org in my spare time. he/him.","email":"","website":"jacobtomlinson.dev","location":"Exeter, UK","twitter":"_jacobtomlinson","company":"@nvidia","icon_url":"https://avatars.githubusercontent.com/u/1610850?u=7ddae8ab809f082f5f8d2ef1603e47a5cd0bebf8\u0026v=4","repositories_count":214,"last_synced_at":"2024-06-11T15:35:49.452Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/jacobtomlinson","funding_links":[],"total_stars":1160,"followers":391,"following":0,"created_at":"2022-11-06T08:11:08.948Z","updated_at":"2024-06-11T15:35:55.513Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jacobtomlinson","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jacobtomlinson/repositories"},"tags":[{"name":"3.0.5","sha":"f1069b438f125e5395d84d1c6fd3b559a7880cb5","kind":"commit","published_at":"2024-11-06T19:49:54.000Z","download_url":"https://codeload.github.com/jacobtomlinson/gha-find-replace/tar.gz/3.0.5","html_url":"https://github.com/jacobtomlinson/gha-find-replace/releases/tag/3.0.5","dependencies_parsed_at":"2024-11-11T07:44:34.798Z","dependency_job_id":null,"purl":"pkg:github/jacobtomlinson/gha-find-replace@3.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobtomlinson%2Fgha-find-replace/tags/3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobtomlinson%2Fgha-find-replace/tags/3.0.5/manifests"},{"name":"3.0.4","sha":"863001a682308a0a2405e69e645cb0899b5ee64b","kind":"commit","published_at":"2024-09-24T09:30:16.000Z","download_url":"https://codeload.github.com/jacobtomlinson/gha-find-replace/tar.gz/3.0.4","html_url":"https://github.com/jacobtomlinson/gha-find-replace/releases/tag/3.0.4","dependencies_parsed_at":"2024-09-26T09:27:32.174Z","dependency_job_id":null,"purl":"pkg:github/jacobtomlinson/gha-find-replace@3.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobtomlinson%2Fgha-find-replace/tags/3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobtomlinson%2Fgha-find-replace/tags/3.0.4/manifests"},{"name":"3.0.3","sha":"099c88fbf2a7da26b083521a8bfa13e4f0886b97","kind":"commit","published_at":"2024-07-30T13:01:18.000Z","download_url":"https://codeload.github.com/jacobtomlinson/gha-find-replace/tar.gz/3.0.3","html_url":"https://github.com/jacobtomlinson/gha-find-replace/releases/tag/3.0.3","dependencies_parsed_at":"2024-07-31T08:32:58.890Z","dependency_job_id":null,"purl":"pkg:github/jacobtomlinson/gha-find-replace@3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobtomlinson%2Fgha-find-replace/tags/3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobtomlinson%2Fgha-find-replace/tags/3.0.3/manifests"},{"name":"3.0.2","sha":"a51bbcd94d000df9ca0fcb54ec8be69aad8374b0","kind":"commit","published_at":"2023-03-08T10:23:51.000Z","download_url":"https://codeload.github.com/jacobtomlinson/gha-find-replace/tar.gz/3.0.2","html_url":"https://github.com/jacobtomlinson/gha-find-replace/releases/tag/3.0.2","dependencies_parsed_at":"2023-06-01T00:09:48.296Z","dependency_job_id":null,"purl":"pkg:github/jacobtomlinson/gha-find-replace@3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobtomlinson%2Fgha-find-replace/tags/3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobtomlinson%2Fgha-find-replace/tags/3.0.2/manifests"},{"name":"3.0.1","sha":"4d085e89079e4d2e6971679ebc87da71492aa462","kind":"commit","published_at":"2023-02-09T17:19:11.000Z","download_url":"https://codeload.github.com/jacobtomlinson/gha-find-replace/tar.gz/3.0.1","html_url":"https://github.com/jacobtomlinson/gha-find-replace/releases/tag/3.0.1","dependencies_parsed_at":"2023-06-01T00:09:47.993Z","dependency_job_id":null,"purl":"pkg:github/jacobtomlinson/gha-find-replace@3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobtomlinson%2Fgha-find-replace/tags/3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobtomlinson%2Fgha-find-replace/tags/3.0.1/manifests"},{"name":"3.0.0","sha":"f5f4ad7fb6c20101b4949438598d110322e5ee59","kind":"commit","published_at":"2023-01-11T15:47:48.000Z","download_url":"https://codeload.github.com/jacobtomlinson/gha-find-replace/tar.gz/3.0.0","html_url":"https://github.com/jacobtomlinson/gha-find-replace/releases/tag/3.0.0","dependencies_parsed_at":"2023-06-01T00:09:47.594Z","dependency_job_id":null,"purl":"pkg:github/jacobtomlinson/gha-find-replace@3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobtomlinson%2Fgha-find-replace/tags/3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobtomlinson%2Fgha-find-replace/tags/3.0.0/manifests"},{"name":"v3","sha":"f5f4ad7fb6c20101b4949438598d110322e5ee59","kind":"commit","published_at":"2023-01-11T15:47:48.000Z","download_url":"https://codeload.github.com/jacobtomlinson/gha-find-replace/tar.gz/v3","html_url":"https://github.com/jacobtomlinson/gha-find-replace/releases/tag/v3","dependencies_parsed_at":"2023-06-01T00:09:48.223Z","dependency_job_id":null,"purl":"pkg:github/jacobtomlinson/gha-find-replace@v3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobtomlinson%2Fgha-find-replace/tags/v3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobtomlinson%2Fgha-find-replace/tags/v3/manifests"},{"name":"v2","sha":"f485fdc3f67a6d87ae6e3d11e41f648c26d7aee3","kind":"commit","published_at":"2021-10-07T14:14:13.000Z","download_url":"https://codeload.github.com/jacobtomlinson/gha-find-replace/tar.gz/v2","html_url":"https://github.com/jacobtomlinson/gha-find-replace/releases/tag/v2","dependencies_parsed_at":"2023-05-31T08:07:01.466Z","dependency_job_id":null,"purl":"pkg:github/jacobtomlinson/gha-find-replace@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobtomlinson%2Fgha-find-replace/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobtomlinson%2Fgha-find-replace/tags/v2/manifests"},{"name":"2.0.0","sha":"f485fdc3f67a6d87ae6e3d11e41f648c26d7aee3","kind":"commit","published_at":"2021-10-07T14:14:13.000Z","download_url":"https://codeload.github.com/jacobtomlinson/gha-find-replace/tar.gz/2.0.0","html_url":"https://github.com/jacobtomlinson/gha-find-replace/releases/tag/2.0.0","dependencies_parsed_at":"2023-05-31T08:07:00.996Z","dependency_job_id":null,"purl":"pkg:github/jacobtomlinson/gha-find-replace@2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobtomlinson%2Fgha-find-replace/tags/2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobtomlinson%2Fgha-find-replace/tags/2.0.0/manifests"},{"name":"v1","sha":"3eaedee5ed6204139f1edb18af1ee349763feac2","kind":"commit","published_at":"2021-09-21T14:41:41.000Z","download_url":"https://codeload.github.com/jacobtomlinson/gha-find-replace/tar.gz/v1","html_url":"https://github.com/jacobtomlinson/gha-find-replace/releases/tag/v1","dependencies_parsed_at":"2023-05-31T08:07:01.899Z","dependency_job_id":null,"purl":"pkg:github/jacobtomlinson/gha-find-replace@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobtomlinson%2Fgha-find-replace/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobtomlinson%2Fgha-find-replace/tags/v1/manifests"},{"name":"0.1.4","sha":"0dfd0777cc234ef6947ec1f20873c632114c4167","kind":"commit","published_at":"2021-06-01T15:08:21.000Z","download_url":"https://codeload.github.com/jacobtomlinson/gha-find-replace/tar.gz/0.1.4","html_url":"https://github.com/jacobtomlinson/gha-find-replace/releases/tag/0.1.4","dependencies_parsed_at":"2023-05-31T08:07:02.364Z","dependency_job_id":null,"purl":"pkg:github/jacobtomlinson/gha-find-replace@0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobtomlinson%2Fgha-find-replace/tags/0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobtomlinson%2Fgha-find-replace/tags/0.1.4/manifests"},{"name":"0.1.3","sha":"f9e200cf233bcde71011fa5e4178037881764379","kind":"commit","published_at":"2021-04-19T09:18:14.000Z","download_url":"https://codeload.github.com/jacobtomlinson/gha-find-replace/tar.gz/0.1.3","html_url":"https://github.com/jacobtomlinson/gha-find-replace/releases/tag/0.1.3","dependencies_parsed_at":"2023-05-31T08:07:02.810Z","dependency_job_id":null,"purl":"pkg:github/jacobtomlinson/gha-find-replace@0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobtomlinson%2Fgha-find-replace/tags/0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobtomlinson%2Fgha-find-replace/tags/0.1.3/manifests"},{"name":"0.1.2","sha":"c395d06fcfaa7202ea69c49dbac56eb7f35ca96f","kind":"commit","published_at":"2020-06-23T10:47:34.000Z","download_url":"https://codeload.github.com/jacobtomlinson/gha-find-replace/tar.gz/0.1.2","html_url":"https://github.com/jacobtomlinson/gha-find-replace/releases/tag/0.1.2","dependencies_parsed_at":"2023-05-31T08:07:03.267Z","dependency_job_id":null,"purl":"pkg:github/jacobtomlinson/gha-find-replace@0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobtomlinson%2Fgha-find-replace/tags/0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobtomlinson%2Fgha-find-replace/tags/0.1.2/manifests"},{"name":"0.1.1","sha":"9831bdb758217dd60f1ba255a015d67131c9026e","kind":"commit","published_at":"2019-12-06T14:47:47.000Z","download_url":"https://codeload.github.com/jacobtomlinson/gha-find-replace/tar.gz/0.1.1","html_url":"https://github.com/jacobtomlinson/gha-find-replace/releases/tag/0.1.1","dependencies_parsed_at":"2023-05-31T08:07:03.759Z","dependency_job_id":null,"purl":"pkg:github/jacobtomlinson/gha-find-replace@0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobtomlinson%2Fgha-find-replace/tags/0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobtomlinson%2Fgha-find-replace/tags/0.1.1/manifests"},{"name":"0.1.0","sha":"3ac02578ac475a2c9afdf14e682b81792d6c432a","kind":"commit","published_at":"2019-12-06T12:21:15.000Z","download_url":"https://codeload.github.com/jacobtomlinson/gha-find-replace/tar.gz/0.1.0","html_url":"https://github.com/jacobtomlinson/gha-find-replace/releases/tag/0.1.0","dependencies_parsed_at":"2023-05-31T08:07:04.217Z","dependency_job_id":null,"purl":"pkg:github/jacobtomlinson/gha-find-replace@0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobtomlinson%2Fgha-find-replace/tags/0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobtomlinson%2Fgha-find-replace/tags/0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-14T18:41:31.327Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":531,"rankings":{"downloads":null,"dependent_repos_count":1.4736174932657264,"dependent_packages_count":0.0,"stargazers_count":1.9996830930122012,"forks_count":1.4292505149738552,"docker_downloads_count":null,"average":1.2256377753129457},"purl":"pkg:githubactions/jacobtomlinson/gha-find-replace","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/jacobtomlinson/gha-find-replace","docker_dependents_count":1,"docker_downloads_count":40007,"usage_url":"https://repos.ecosyste.ms/usage/actions/jacobtomlinson/gha-find-replace","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/jacobtomlinson/gha-find-replace/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-09T06:00:48.685Z","issues_count":45,"pull_requests_count":31,"avg_time_to_close_issue":2299845.8205128205,"avg_time_to_close_pull_request":2440277.724137931,"issues_closed_count":39,"pull_requests_closed_count":29,"pull_request_authors_count":17,"issue_authors_count":41,"avg_comments_per_issue":2.488888888888889,"avg_comments_per_pull_request":0.9032258064516129,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":2,"past_year_issues_count":0,"past_year_pull_requests_count":1,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobtomlinson%2Fgha-find-replace/issues","maintainers":[{"login":"jacobtomlinson","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jacobtomlinson"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/jacobtomlinson%2Fgha-find-replace/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/jacobtomlinson%2Fgha-find-replace/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/jacobtomlinson%2Fgha-find-replace/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/jacobtomlinson%2Fgha-find-replace/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/jacobtomlinson%2Fgha-find-replace/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/jacobtomlinson%2Fgha-find-replace/codemeta","maintainers":[]}