{"id":5800554,"name":"actions-ecosystem/action-regex-match","ecosystem":"actions","description":"Match a input text with a input regex.","homepage":"https://github.com/marketplace/actions/actions-ecosystem-action-regex-match","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/actions-ecosystem/action-regex-match","keywords_array":["actions","github","regex"],"namespace":"actions-ecosystem","versions_count":6,"first_release_published_at":"2020-05-04T09:29:32.000Z","latest_release_published_at":"2021-05-22T04:57:36.000Z","latest_release_number":"v2.0.2","last_synced_at":"2026-09-21T04:11:10.619Z","created_at":"2023-01-04T12:14:58.825Z","updated_at":"2026-09-21T04:11:10.619Z","registry_url":"https://github.com/actions-ecosystem/action-regex-match","install_command":null,"documentation_url":null,"metadata":{"name":"Actions Ecosystem Action Regex Match","description":"Match a input text with a input regex.","author":"Actions Ecosystem","inputs":{"text":{"description":"A text as the target for inputs.regex.","required":true},"regex":{"description":"A regex for inputs.text. Supports capturing groups.","required":true},"flags":{"description":"Flags for inputs.regex. e.g.) 'g', 'gm'","required":false}},"outputs":{"match":{"description":"The whole matched text. If the inputs.regex doesn't match inputs.text, this value is ''."},"group1":{"description":"The 1st captured group."},"group2":{"description":"The 2nd captured group."},"group3":{"description":"The 3rd captured group."},"group4":{"description":"The 4th captured group."},"group5":{"description":"The 5th captured group."},"group6":{"description":"The 6th captured group."},"group7":{"description":"The 7th captured group."},"group8":{"description":"The 8th captured group."},"group9":{"description":"The 9th captured group."}},"runs":{"using":"node16","main":"dist/index.js"},"branding":{"icon":"search","color":"yellow"},"default_branch":"main","path":null},"repo_metadata":{"id":36955347,"uuid":"261130368","full_name":"actions-ecosystem/action-regex-match","owner":"actions-ecosystem","description":"🔍 GitHub Action to do regex matching","archived":false,"fork":false,"pushed_at":"2024-03-20T19:38:31.000Z","size":415,"stargazers_count":118,"open_issues_count":35,"forks_count":36,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-09-06T14:45:55.591Z","etag":null,"topics":["actions","github","regex"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/actions-ecosystem-action-regex-match","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/actions-ecosystem.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}},"created_at":"2020-05-04T09:23:19.000Z","updated_at":"2026-09-03T18:06:45.000Z","dependencies_parsed_at":"2024-09-26T20:09:59.782Z","dependency_job_id":"73944bd8-76b0-4909-a2ce-6fc83e5c862e","html_url":"https://github.com/actions-ecosystem/action-regex-match","commit_stats":{"total_commits":24,"total_committers":5,"mean_commits":4.8,"dds":0.375,"last_synced_commit":"d50fd2e7a37d0e617aea3d7ada663bd56862b9cc"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/actions-ecosystem/action-regex-match","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-ecosystem%2Faction-regex-match","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-ecosystem%2Faction-regex-match/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-ecosystem%2Faction-regex-match/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-ecosystem%2Faction-regex-match/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/actions-ecosystem","download_url":"https://codeload.github.com/actions-ecosystem/action-regex-match/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-ecosystem%2Faction-regex-match/sbom","scorecard":{"id":163646,"data":{"date":"2025-08-11","repo":{"name":"github.com/actions-ecosystem/action-regex-match","commit":"d50fd2e7a37d0e617aea3d7ada663bd56862b9cc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.5,"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":"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":"Code-Review","score":0,"reason":"Found 2/23 approved changesets -- score normalized to 0","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/check-release.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/size.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":"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":"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/check-release.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/actions-ecosystem/action-regex-match/check-release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/check-release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/actions-ecosystem/action-regex-match/check-release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/check-release.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/actions-ecosystem/action-regex-match/check-release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/check-release.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/actions-ecosystem/action-regex-match/check-release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/check-release.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/actions-ecosystem/action-regex-match/check-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/actions-ecosystem/action-regex-match/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/actions-ecosystem/action-regex-match/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/actions-ecosystem/action-regex-match/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/actions-ecosystem/action-regex-match/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/actions-ecosystem/action-regex-match/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/actions-ecosystem/action-regex-match/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/actions-ecosystem/action-regex-match/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/actions-ecosystem/action-regex-match/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/actions-ecosystem/action-regex-match/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/size.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/actions-ecosystem/action-regex-match/size.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/size.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/actions-ecosystem/action-regex-match/size.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/size.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/actions-ecosystem/action-regex-match/size.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/size.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/actions-ecosystem/action-regex-match/size.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/actions-ecosystem/action-regex-match/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/actions-ecosystem/action-regex-match/test.yml/main?enable=pin","Info:   0 out of   6 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  14 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"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":"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: Apache License 2.0: 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 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 23 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":"27 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-67hx-6x53-jw92","Warn: Project is vulnerable to: GHSA-h5c3-5r3r-rr8q","Warn: Project is vulnerable to: GHSA-rmvr-2pp2-xj38","Warn: Project is vulnerable to: GHSA-xx4v-prfh-6cgc","Warn: Project is vulnerable to: GHSA-pwfr-8pq7-x9qv","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-w573-4hg7-7wgq","Warn: Project is vulnerable to: GHSA-fjxv-7rqg-78g4","Warn: Project is vulnerable to: GHSA-896r-f27r-55mw","Warn: Project is vulnerable to: GHSA-9c47-m6qq-7p4h","Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5fw9-fq32-wv5p","Warn: Project is vulnerable to: GHSA-hrpp-h998-j3pp","Warn: Project is vulnerable to: GHSA-p8p7-x288-28g6","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-jgrx-mgxx-jf9v","Warn: Project is vulnerable to: GHSA-72xf-g2v4-qvf3","Warn: Project is vulnerable to: GHSA-j8xg-fqg3-53r7","Warn: Project is vulnerable to: GHSA-6fc8-4gx4-v693","Warn: Project is vulnerable to: GHSA-3h5v-q93c-6h6q","Warn: Project is vulnerable to: GHSA-c4w7-xm78-47vh"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-16T14:16:25.198Z","repository_id":36955347,"created_at":"2025-08-16T14:16:25.198Z","updated_at":"2025-08-16T14:16:25.198Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":341189360,"owners_count":37187861,"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-09T02:00:06.536Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"actions-ecosystem","name":"Actions Ecosystem","uuid":"56633079","kind":"organization","description":"Community-driven GitHub Actions ecosystem","email":null,"website":"https://github.com/marketplace?query=Actions+Ecosystem","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/56633079?v=4","repositories_count":15,"last_synced_at":"2023-03-03T20:03:17.637Z","metadata":{"has_sponsors_listing":false,"funding":{"github":"micnncim","patreon":"micnncim","open_collective":"micnncim","ko_fi":"micnncim","liberapay":"micnncim","issuehunt":"micnncim","otechie":"micnncim"}},"html_url":"https://github.com/actions-ecosystem","funding_links":["https://github.com/sponsors/micnncim","https://patreon.com/micnncim","https://opencollective.com/micnncim","https://ko-fi.com/micnncim","https://liberapay.com/micnncim","https://issuehunt.io/r/micnncim","https://otechie.com/micnncim"],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-14T05:12:52.927Z","updated_at":"2023-03-03T20:03:17.645Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/actions-ecosystem","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/actions-ecosystem/repositories"},"tags":[{"name":"v2","sha":"9e6c4fb3d5e898f505be7a1fb6e7b0a278f6665b","kind":"commit","published_at":"2021-05-22T04:57:36.000Z","download_url":"https://codeload.github.com/actions-ecosystem/action-regex-match/tar.gz/v2","html_url":"https://github.com/actions-ecosystem/action-regex-match/releases/tag/v2","dependencies_parsed_at":"2023-05-30T19:52:32.436Z","dependency_job_id":null,"purl":"pkg:github/actions-ecosystem/action-regex-match@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-ecosystem%2Faction-regex-match/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-ecosystem%2Faction-regex-match/tags/v2/manifests"},{"name":"v2.0.2","sha":"9e6c4fb3d5e898f505be7a1fb6e7b0a278f6665b","kind":"commit","published_at":"2021-05-22T04:57:36.000Z","download_url":"https://codeload.github.com/actions-ecosystem/action-regex-match/tar.gz/v2.0.2","html_url":"https://github.com/actions-ecosystem/action-regex-match/releases/tag/v2.0.2","dependencies_parsed_at":"2023-05-30T19:52:31.737Z","dependency_job_id":null,"purl":"pkg:github/actions-ecosystem/action-regex-match@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-ecosystem%2Faction-regex-match/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-ecosystem%2Faction-regex-match/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"9c35fe9ac1840239939c59e5db8839422eed8a73","kind":"tag","published_at":"2020-11-15T12:20:53.000Z","download_url":"https://codeload.github.com/actions-ecosystem/action-regex-match/tar.gz/v2.0.1","html_url":"https://github.com/actions-ecosystem/action-regex-match/releases/tag/v2.0.1","dependencies_parsed_at":"2023-05-30T19:52:33.268Z","dependency_job_id":null,"purl":"pkg:github/actions-ecosystem/action-regex-match@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-ecosystem%2Faction-regex-match/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-ecosystem%2Faction-regex-match/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"9f58cd93dfdf914a1cf44b27d7d11fa577ecbd9c","kind":"tag","published_at":"2020-05-04T23:28:59.000Z","download_url":"https://codeload.github.com/actions-ecosystem/action-regex-match/tar.gz/v2.0.0","html_url":"https://github.com/actions-ecosystem/action-regex-match/releases/tag/v2.0.0","dependencies_parsed_at":"2023-05-30T19:52:33.985Z","dependency_job_id":null,"purl":"pkg:github/actions-ecosystem/action-regex-match@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-ecosystem%2Faction-regex-match/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-ecosystem%2Faction-regex-match/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"667bd2afa4c09e1b6170e4ae99731711b8eef0ab","kind":"commit","published_at":"2020-05-04T09:29:32.000Z","download_url":"https://codeload.github.com/actions-ecosystem/action-regex-match/tar.gz/v1.0.0","html_url":"https://github.com/actions-ecosystem/action-regex-match/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-30T19:52:34.521Z","dependency_job_id":null,"purl":"pkg:github/actions-ecosystem/action-regex-match@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-ecosystem%2Faction-regex-match/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-ecosystem%2Faction-regex-match/tags/v1.0.0/manifests"},{"name":"v1","sha":"667bd2afa4c09e1b6170e4ae99731711b8eef0ab","kind":"commit","published_at":"2020-05-04T09:29:32.000Z","download_url":"https://codeload.github.com/actions-ecosystem/action-regex-match/tar.gz/v1","html_url":"https://github.com/actions-ecosystem/action-regex-match/releases/tag/v1","dependencies_parsed_at":"2023-05-30T19:52:35.049Z","dependency_job_id":null,"purl":"pkg:github/actions-ecosystem/action-regex-match@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-ecosystem%2Faction-regex-match/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-ecosystem%2Faction-regex-match/tags/v1/manifests"}]},"repo_metadata_updated_at":"2026-09-11T12:46:48.155Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":1078,"rankings":{"downloads":null,"dependent_repos_count":0.817620028521629,"dependent_packages_count":0.0,"stargazers_count":2.1993344953256218,"forks_count":1.9236254159404214,"docker_downloads_count":null,"average":1.235144984946918},"purl":"pkg:githubactions/actions-ecosystem/action-regex-match","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/actions-ecosystem/action-regex-match","docker_dependents_count":1,"docker_downloads_count":166,"usage_url":"https://repos.ecosyste.ms/usage/actions/actions-ecosystem/action-regex-match","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/actions-ecosystem/action-regex-match/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-09-09T21:24:45.237Z","issues_count":4,"pull_requests_count":99,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":1291694.4352941175,"issues_closed_count":0,"pull_requests_closed_count":85,"pull_request_authors_count":7,"issue_authors_count":4,"avg_comments_per_issue":3.25,"avg_comments_per_pull_request":0.98989898989899,"merged_pull_requests_count":1,"bot_issues_count":0,"bot_pull_requests_count":92,"past_year_issues_count":1,"past_year_pull_requests_count":0,"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":0,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-ecosystem%2Faction-regex-match/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions-ecosystem%2Faction-regex-match/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions-ecosystem%2Faction-regex-match/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions-ecosystem%2Faction-regex-match/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions-ecosystem%2Faction-regex-match/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions-ecosystem%2Faction-regex-match/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions-ecosystem%2Faction-regex-match/codemeta","maintainers":[]}