{"id":36790783,"url":"https://github.com/csmith/github-workflows","last_synced_at":"2026-01-12T13:25:24.794Z","repository":{"id":136847533,"uuid":"584219643","full_name":"csmith/github-workflows","owner":"csmith","description":"Common workflows for GitHub actions","archived":false,"fork":false,"pushed_at":"2025-10-30T16:15:59.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-30T18:16:58.818Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/csmith.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,"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":"2023-01-01T22:03:19.000Z","updated_at":"2025-10-30T16:16:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"6ceb3d61-ae7a-425b-a7c2-10f104ce6a27","html_url":"https://github.com/csmith/github-workflows","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/csmith/github-workflows","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csmith%2Fgithub-workflows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csmith%2Fgithub-workflows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csmith%2Fgithub-workflows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csmith%2Fgithub-workflows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csmith","download_url":"https://codeload.github.com/csmith/github-workflows/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csmith%2Fgithub-workflows/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28339000,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T12:22:26.515Z","status":"ssl_error","status_checked_at":"2026-01-12T12:22:10.856Z","response_time":98,"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":[],"created_at":"2026-01-12T13:25:23.826Z","updated_at":"2026-01-12T13:25:24.782Z","avatar_url":"https://github.com/csmith.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Common GitHub Workflows\n\nThis repo contains some GitHub workflows I use in my projects.\n\n## build-image.yml\n\nBuilds a container image using buildah and pushes it to the GitHub container\nregistry. Example usage:\n\n```yaml\nname: build image\non:\n  push:\n    branches:\n      - master\n    tags:\n      - v*\njobs:\n  build:\n    uses: csmith/github-workflows/.github/workflows/build-image.yml@master\n    secrets: inherit\n```\n\n## container-test.yml\n\nBuilds a container image using buildah, without pushing it anywhere.\nExample usage:\n\n```yaml\nname: check container build\non:\n  pull_request:\njobs:\n  build:\n    uses: csmith/github-workflows/.github/workflows/container-test.yml@master\n```\n\n## go-build.yml\n\nInstalls the current stable version of Go and builds a package.\nExample usage:\n\n```yaml\nname: build go project\non:\n  push:\n    branches:\n      - master\n  pull_request:\njobs:\n  build:\n    uses: csmith/github-workflows/.github/workflows/go-build.yml@master\n```\n\n## go-test.yml\n\nInstalls the current stable version of Go and runs all tests in a package.\nExample usage:\n\n```yaml\nname: run go tests\non:\n  push:\n    branches:\n      - master\n  pull_request:\njobs:\n  build:\n    uses: csmith/github-workflows/.github/workflows/go-test.yml@master\n```\n\n## go-vulncheck.yml\n\nInstalls the latest version of [`govulncheck`](https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck)\nand runs it on a package. Example usage:\n\n```yaml\nname: check for go vulnerabilities\non:\n  push:\n    branches:\n      - master\n  pull_request:\njobs:\n  build:\n    uses: csmith/github-workflows/.github/workflows/go-vulncheck.yml@master\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsmith%2Fgithub-workflows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsmith%2Fgithub-workflows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsmith%2Fgithub-workflows/lists"}