{"id":18687522,"url":"https://github.com/alfresco/alfresco-build-tools","last_synced_at":"2026-06-12T09:01:29.627Z","repository":{"id":37413366,"uuid":"322607229","full_name":"Alfresco/alfresco-build-tools","owner":"Alfresco","description":"Awesome GitHub Actions, workflows and pre-commit collection ✨","archived":false,"fork":false,"pushed_at":"2026-06-05T13:55:38.000Z","size":4645,"stargazers_count":13,"open_issues_count":1,"forks_count":6,"subscribers_count":61,"default_branch":"master","last_synced_at":"2026-06-07T13:27:04.880Z","etag":null,"topics":["actions","build","ci-cd","continuous-integration","docker","github-actions","hacktoberfest","kubernetes","pipeline","pre-commit","terraform","tool"],"latest_commit_sha":null,"homepage":"https://alfresco.github.io/alfresco-build-tools/","language":null,"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/Alfresco.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":".github/CODEOWNERS","security":"docs/security.md","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":"2020-12-18T13:45:49.000Z","updated_at":"2026-06-03T15:27:32.000Z","dependencies_parsed_at":"2023-12-11T08:45:12.055Z","dependency_job_id":"82a855f8-30ed-4e0e-a008-8656b23fef5a","html_url":"https://github.com/Alfresco/alfresco-build-tools","commit_stats":null,"previous_names":[],"tags_count":327,"template":false,"template_full_name":null,"purl":"pkg:github/Alfresco/alfresco-build-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alfresco%2Falfresco-build-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alfresco%2Falfresco-build-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alfresco%2Falfresco-build-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alfresco%2Falfresco-build-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Alfresco","download_url":"https://codeload.github.com/Alfresco/alfresco-build-tools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alfresco%2Falfresco-build-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34236552,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"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":["actions","build","ci-cd","continuous-integration","docker","github-actions","hacktoberfest","kubernetes","pipeline","pre-commit","terraform","tool"],"created_at":"2024-11-07T10:33:08.765Z","updated_at":"2026-06-12T09:01:29.589Z","avatar_url":"https://github.com/Alfresco.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# alfresco-build-tools\n\n[![Last release](https://img.shields.io/github/v/release/alfresco/alfresco-build-tools)](https://github.com/Alfresco/alfresco-build-tools/releases/latest)\n[![CI](https://github.com/Alfresco/alfresco-build-tools/actions/workflows/test.yml/badge.svg)](https://github.com/Alfresco/alfresco-build-tools/actions/workflows/test.yml)\n[![CI with BATS 🦇](https://github.com/Alfresco/alfresco-build-tools/actions/workflows/test-with-bats.yml/badge.svg)](https://github.com/Alfresco/alfresco-build-tools/actions/workflows/test-with-bats.yml)\n[![Release](https://github.com/Alfresco/alfresco-build-tools/actions/workflows/release.yml/badge.svg)](https://github.com/Alfresco/alfresco-build-tools/actions/workflows/release.yml)\n[![GitHub contributors](https://img.shields.io/github/contributors/alfresco/alfresco-build-tools)](https://github.com/Alfresco/alfresco-build-tools/graphs/contributors)\n\nThis repository contains shared/reusable CI configurations for GitHub Actions to serve the repositories of the Alfresco org but virtually usable by everyone.\n\nFor reading the docs, please browse the [web version](https://alfresco.github.io/alfresco-build-tools/).\n\nFor the index of the docs, see the [docs README.md](docs/README.md)\n\nFor security-related topics of GitHub Actions, see the [Security section](docs/security.md).\n\nFor terraform-related topics of GitHub Actions, see the [Terraform section](docs/terraform.md).\n\nFor pre-commit hooks documentation, see the [Pre-commit Hooks section](docs/pre-commit-hooks.md).\n\nFor Python scripts testing guidelines, see the [Python Testing documentation](.github/tests/python-scripts/README.md).\n\nFor GitHub Copilot instructions and development guidelines, see [`.github/copilot-instructions.md`](.github/copilot-instructions.md).\n\n## Release\n\nAdd a label to the PR among `release/major`, `release/minor`, or `release/patch`\nto trigger a release upon merging the PR.\n\nNew versions should follow [Semantic versioning](https://semver.org/), so:\n\n- A bump in the third number will be required if you are bug fixing an existing\n  action.\n- A bump in the second number will be required if you introduced a new action or\n  improved an existing action, ensuring backward compatibility.\n- A bump in the first number will be required if there are major changes in the\n  repository layout, or if users are required to change their workflow config\n  when upgrading to the new version of an existing action.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falfresco%2Falfresco-build-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falfresco%2Falfresco-build-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falfresco%2Falfresco-build-tools/lists"}