{"id":22056731,"url":"https://github.com/kevincobain2000/action-scc","last_synced_at":"2026-04-29T11:02:30.363Z","repository":{"id":214759445,"uuid":"737291766","full_name":"kevincobain2000/action-scc","owner":"kevincobain2000","description":"Sloc, Cloc and Code Action to update README.md with code stats.","archived":false,"fork":false,"pushed_at":"2024-01-06T21:23:08.000Z","size":25,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T16:22:53.752Z","etag":null,"topics":["code","codecount","complexity","count","scanner","scc","sloc","staticcodeanalysis"],"latest_commit_sha":null,"homepage":"https://coveritup.app/","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/kevincobain2000.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}},"created_at":"2023-12-30T13:58:39.000Z","updated_at":"2025-02-23T12:55:29.000Z","dependencies_parsed_at":"2023-12-30T15:26:03.574Z","dependency_job_id":"6bce1a01-f9d8-4e44-8e37-d0367161243c","html_url":"https://github.com/kevincobain2000/action-scc","commit_stats":null,"previous_names":["kevincobain2000/action-scc"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kevincobain2000/action-scc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevincobain2000%2Faction-scc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevincobain2000%2Faction-scc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevincobain2000%2Faction-scc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevincobain2000%2Faction-scc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevincobain2000","download_url":"https://codeload.github.com/kevincobain2000/action-scc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevincobain2000%2Faction-scc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32422532,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["code","codecount","complexity","count","scanner","scc","sloc","staticcodeanalysis"],"created_at":"2024-11-30T16:14:42.750Z","updated_at":"2026-04-29T11:02:30.326Z","avatar_url":"https://github.com/kevincobain2000.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"![action-bar-scc](https://instachart.coveritup.app/bar?data={\"x\":[\"YAML\",\"Go\"],\"y\":[[73,177],[0,2],[2,1],[0,36]],\"names\":[\"Code\",\"Comment\",\"Files\",\"Complexity\"]}\u0026title=SCC+-+Sloc,+Cloc+and+Code\u0026metric=+lines\u0026width=960\u0026height=700\u0026subtitle=kevincobain2000@action-scc)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"scc logo\" src=\"https://imgur.com/QZx9ngs.png\" width=\"160\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  Sloc, Code, Complexity - Github action using \u003ca href=\"https://github.com/boyter/scc\" target=\"_blank\"\u003escc\u003c/a\u003e\n and \u003ca href=\"https://github.com/kevincobain2000/instachart\" target=\"_blank\"\u003einstachart.\u003c/a\u003e\n\u003c/p\u003e\n\n**Quick Setup:** Quickly add `scc` output as chart to your `README.md` with single action.\n\n\n\n## Usage\n\n```yaml\n- uses: kevincobain2000/action-scc@v1\n```\n\n## Allow permissions\n\n- Make sure you have `README.md` in your repo.\n- Make sure `Settings \u003e Actions \u003e General` Workflow permissions - Read and write permissions are checked.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"scc logo\" src=\"https://imgur.com/jysKBFC.png\" width=\"560\"\u003e\n\u003c/p\u003e\n\n\n## Optional options\n\n```yaml\n- uses: kevincobain2000/action-scc@v1\n  with:\n    limit: 7 # Optional. Limit number of languages to show in chart (default is 7)\n    filename: README.md # Optional. File to update with chart (default is README.md)\n    width: 960 # Optional. Width of chart (default is 960)\n    height: 700 # Optional. Height of chart (default is 700)\n    instachart_url: # Optional. For self hosting charing service. (default is https://instachart.coveritup.app)\n```\n\n\n## Notes\n\n- This action uses [scc](https://github.com/boyter/scc) to generate the data.\n- This action uses [instachart](https://github.com/kevincobain2000/instachart) to generate the chart.\n- This action updates `README.md` with url of chart image. Or adds new at the top if first time.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevincobain2000%2Faction-scc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevincobain2000%2Faction-scc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevincobain2000%2Faction-scc/lists"}