{"id":31974706,"url":"https://github.com/splitio/split-locator","last_synced_at":"2026-02-22T20:03:53.898Z","repository":{"id":46883366,"uuid":"487962982","full_name":"splitio/split-locator","owner":"splitio","description":"Split Locator is a Github Action that recursively scans repositories for splits in the source.","archived":false,"fork":false,"pushed_at":"2022-07-19T19:27:34.000Z","size":1060,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-10-24T07:47:36.508Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/splitio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-02T19:17:06.000Z","updated_at":"2022-05-06T18:01:15.000Z","dependencies_parsed_at":"2022-08-31T08:10:37.007Z","dependency_job_id":null,"html_url":"https://github.com/splitio/split-locator","commit_stats":null,"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/splitio/split-locator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splitio%2Fsplit-locator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splitio%2Fsplit-locator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splitio%2Fsplit-locator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splitio%2Fsplit-locator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/splitio","download_url":"https://codeload.github.com/splitio/split-locator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splitio%2Fsplit-locator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29725297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T19:57:12.410Z","status":"ssl_error","status_checked_at":"2026-02-22T19:54:50.710Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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"}},"keywords":[],"created_at":"2025-10-14T20:20:21.031Z","updated_at":"2026-02-22T20:03:53.849Z","avatar_url":"https://github.com/splitio.png","language":"HTML","readme":"# Split Locator\n\nCurrently works with HTML/js code only.\n\n## Outputs\n\nThe filename, and line number of each reference to a split is pushed into a report.html (you have control over output, as shown below).\n\n## Example Usage\n```\nname: split-locator\n\non: [push]\n\njobs:\n  split_locator_job:\n    runs-on: ubuntu-latest\n    name: A job to find splits\n    steps:\n      - name: Checkout code\n        uses: actions/checkout@v2\n      - name: Checkout\n        uses: splitio/split-locator@1.2.0\n      - name: Split Locator action step\n        uses: splitio/split-locator@1.2.0 # Uses an action in the root directory \n        id: sl\n      # Use the output from the action step  \n      - name: Get output splits\n        run: echo \"sl ${{ steps.sl.outputs.splits }}\"\n      - name: Modify value # Tried to modify the files based on existing testfile.txt\n        run: |\n          echo \"${{ steps.sl.outputs.splits }}\" \u003e\u003e report.html\n      - name: move to dir # Move the generated files into output folder\n        run: |\n          rm -fR output\n          mkdir -p output\n          yes| cp -rf report.html ./output/\n      - name: Commit files # commit the output folder\n        run: |\n          git config --local user.email \"david.martin@split.io\"\n          git config --local user.name \"GitHub Action Report Test\"\n          git add ./output\n          git commit -m \"add report\"\n      - name: Push changes # push the output folder to your repo\n        uses: ad-m/github-push-action@master\n        with:\n          github_token: ${{ secrets.GITHUB_TOKEN }}\n          force: true        \n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsplitio%2Fsplit-locator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsplitio%2Fsplit-locator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsplitio%2Fsplit-locator/lists"}