{"id":27387570,"url":"https://github.com/graycoreio/github-actions-magento2","last_synced_at":"2026-05-18T01:07:04.729Z","repository":{"id":40044884,"uuid":"507325788","full_name":"graycoreio/github-actions-magento2","owner":"graycoreio","description":"Github Actions and Workflows that make maintaining Magento2 projects and modules significantly  easier.","archived":false,"fork":false,"pushed_at":"2026-05-16T17:18:44.000Z","size":1719,"stargazers_count":62,"open_issues_count":2,"forks_count":15,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-05-16T18:42:00.581Z","etag":null,"topics":["actions","adobecommerce","ci","devops","ecommerce","github-actions","hacktoberfest","magento2","qa"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/graycoreio.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":"supported-version/README.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null},"funding":{"github":"graycoreio"}},"created_at":"2022-06-25T14:00:08.000Z","updated_at":"2026-05-16T16:45:01.000Z","dependencies_parsed_at":"2024-06-19T02:53:41.264Z","dependency_job_id":"e5b40abb-cf76-4bc9-b4ba-675eba07dfcf","html_url":"https://github.com/graycoreio/github-actions-magento2","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/graycoreio/github-actions-magento2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graycoreio%2Fgithub-actions-magento2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graycoreio%2Fgithub-actions-magento2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graycoreio%2Fgithub-actions-magento2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graycoreio%2Fgithub-actions-magento2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/graycoreio","download_url":"https://codeload.github.com/graycoreio/github-actions-magento2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graycoreio%2Fgithub-actions-magento2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33161411,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"ssl_error","status_checked_at":"2026-05-17T22:39:10.741Z","response_time":107,"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":["actions","adobecommerce","ci","devops","ecommerce","github-actions","hacktoberfest","magento2","qa"],"created_at":"2025-04-13T18:01:41.794Z","updated_at":"2026-05-18T01:07:04.725Z","avatar_url":"https://github.com/graycoreio.png","language":"TypeScript","funding_links":["https://github.com/sponsors/graycoreio"],"categories":[],"sub_categories":[],"readme":"# Magento 2 GitHub Actions\n\n\u003cdiv align=\"center\"\u003e\n\n![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/graycoreio/github-actions-magento2)\n[![Integration Test](https://img.shields.io/github/actions/workflow/status/graycoreio/github-actions-magento2/_internal-integration.yaml?label=Integration%20Test\u0026labelColor=1a1a1a)](https://github.com/graycoreio/github-actions-magento2/actions/workflows/_internal-integration.yaml)\n[![MageCheck](https://img.shields.io/github/actions/workflow/status/graycoreio/github-actions-magento2/_internal_check_extension.yaml?label=Check%20Extension%20Test\u0026labelColor=1a1a1a)](https://github.com/graycoreio/github-actions-magento2/actions/workflows/_internal_check_extension.yaml)\n[![MageCheck Store](https://img.shields.io/github/actions/workflow/status/graycoreio/github-actions-magento2/_internal-check-store.yaml?label=Check%20Store%20Test\u0026labelColor=1a1a1a)](https://github.com/graycoreio/github-actions-magento2/actions/workflows/_internal-check-store.yaml)\n\n\u003c/div\u003e\n\nOpinionated Github Actions and Workflows to make building, testing, and maintaining Magento 2 Modules easier.\n\n- [README if you are new to Github Actions.](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions#the-components-of-github-actions)\n- [What is a workflow?](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions#workflows)\n- [What is an action?](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions#actions)\n\n## Workflows\n\nIf you are new here, start with a reusable workflow. They are pre-built CI pipelines that you can adopt in minutes — no deep knowledge of the individual actions required. Pick the one that matches your project type and call it from your own workflow file.\n\n| Workflow Name                                                        | Description                                                                          |\n| -------------------------------------------------------------------- | ------------------------------------------------------------------------------------ |\n| [Integration Test](./docs/workflows/integration.md)        | **Deprecated** — use MageCheck Extension instead. A Github Workflow that runs the Integration Tests of a Magento Package. |\n| [MageCheck Extension](./docs/workflows/check-extension.md) | A Github Workflow that runs various kinds of quality checks for a Magento Extension. |\n| [MageCheck Store](./docs/workflows/check-store.md)         | A Github Workflow that runs various kinds of quality checks for a Magento Store.     |\n\n## Actions\n\nIf the reusable workflows do not fit your needs, the individual actions are the building blocks they are composed from. Use these when you need full control over your pipeline.\n\n\n| Action Name                                                  | Description                                                                               |\n| ------------------------------------------------------------ | ----------------------------------------------------------------------------------------- |\n| [Fix Magento Install](./fix-magento-install/README.md)       | A Github Action that fixes Magento before `composer install`                              |\n| [Cache Magento](./cache-magento/README.md)                   | A Github Action that creates a composer cache for a Magento extension or store.           |\n| [Setup Magento](./setup-magento/README.md)                   | A Github Action that sets up Magento before `composer install` for an extension or store. |\n| [Get Magento Version](./get-magento-version/README.md)       | A Github Action that computes the installed Magento version.                              |\n| [Get Composer Version](./get-composer-version/README.md)     | A Github Action that computes an installed Composer version.                              |\n| [Coding Standard](./coding-standard/README.md)               | A Github Action that runs the Magento Coding Standard.                                    |\n| [Semver Compare](./semver-compare/README.md)                 | A Github Action that semantically compares two versions                                   |\n| [Supported Version](./supported-version/README.md)           | A Github Action that computes the currently supported Github Actions Matrix for Magento 2 |\n| [Setup Install](./setup-install/README.md)                   | A Github Action that runs `bin/magento setup:install` from the supported-version services matrix |\n| [Setup DI Compile](./setup-di-compile/README.md)             | A Github Action that enables all modules and runs `bin/magento setup:di:compile`                 |\n| [Sansec eComscan](./sansec-ecomscan/README.md)               | A Github Action that runs the Sansec eComscan security scanner.                                  |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraycoreio%2Fgithub-actions-magento2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgraycoreio%2Fgithub-actions-magento2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraycoreio%2Fgithub-actions-magento2/lists"}