{"id":48977670,"url":"https://github.com/unfunco/gh-pin","last_synced_at":"2026-04-18T10:13:08.255Z","repository":{"id":350666891,"uuid":"1192875271","full_name":"unfunco/gh-pin","owner":"unfunco","description":"GitHub CLI extension to pin GitHub Actions workflows to immutable commit SHAs.","archived":false,"fork":false,"pushed_at":"2026-04-11T12:52:34.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-11T14:13:07.562Z","etag":null,"topics":["automation","dependency-management","gh-extension","github","github-actions","github-cli","go","security","supply-chain-security"],"latest_commit_sha":null,"homepage":"https://unfunco.github.io/toolbox","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/unfunco.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2026-03-26T16:41:42.000Z","updated_at":"2026-04-11T12:52:37.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/unfunco/gh-pin","commit_stats":null,"previous_names":["unfunco/gh-pin"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/unfunco/gh-pin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unfunco%2Fgh-pin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unfunco%2Fgh-pin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unfunco%2Fgh-pin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unfunco%2Fgh-pin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unfunco","download_url":"https://codeload.github.com/unfunco/gh-pin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unfunco%2Fgh-pin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31964734,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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"}},"keywords":["automation","dependency-management","gh-extension","github","github-actions","github-cli","go","security","supply-chain-security"],"created_at":"2026-04-18T10:13:07.546Z","updated_at":"2026-04-18T10:13:08.242Z","avatar_url":"https://github.com/unfunco.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gh-pin\n\n[![CI](https://github.com/unfunco/gh-pin/actions/workflows/ci.yaml/badge.svg)](https://github.com/unfunco/gh-pin/actions/workflows/ci.yaml)\n[![License: MIT](https://img.shields.io/badge/License-MIT-purple.svg)](https://opensource.org/licenses/MIT)\n\n\u003e [!NOTE]\n\u003e 🤖 Developed with AI assistance. On the spectrum from engineering to vibes,\n\u003e this sits a bit further toward vibes: it works well and does what I want,\n\u003e but edge cases may not all be satisfied. PRs have been reviewed for obvious\n\u003e security problems, though more subtle issues may still exist. Thankfully,\n\u003e this extension is pretty low-stakes.\n\nGitHub CLI extension that pins GitHub Actions to commit SHAs in your workflows.\nIt resolves action references against a curated [pin list] and replaces mutable\ntags with immutable SHAs.\n\n## Getting started\n\n### Installation\n\n```bash\ngh extension install unfunco/gh-pin\n```\n\n### Upgrading\n\n```bash\ngh extension upgrade gh-pin\n```\n\nOr upgrade all installed extensions at once:\n\n```bash\ngh extension upgrade --all\n```\n\n### Usage\n\nRun `gh pin` from the root of a repository that contains a\n`.github/workflows` directory:\n\n```bash\ngh pin\n```\n\nThe command scans your workflow files, resolves GitHub Actions to specific\ncommits, and rewrites them only when something actually needs to change. It is\nsafe to run repeatedly.\n\nAlready-pinned actions are left alone. Actions found in the shared pin list are\nupdated to the curated SHA. If an action is not yet in the pin list, `gh pin`\nfalls back to a live GitHub lookup and can offer to open an issue so that\naction can be cached for future runs.\n\n## License\n\n© 2026 [Daniel Morris]\\\nMade available under the terms of the [MIT License].\n\n[daniel morris]: https://unfun.co\n[mit license]: LICENSE.md\n[pin list]: https://unfun.co/pins.json\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funfunco%2Fgh-pin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funfunco%2Fgh-pin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funfunco%2Fgh-pin/lists"}