From 8b0134c82a60b4000a5490a22db8d38694462325 Mon Sep 17 00:00:00 2001 From: Beep Boop Date: Thu, 27 Aug 2026 18:02:47 +0000 Subject: [PATCH] chore: restore internal action refs to @main --- .github/workflows/check-extension.yaml | 28 ++++++++++----------- .github/workflows/check-store.yaml | 34 +++++++++++++------------- .github/workflows/integration.yaml | 2 +- cache-magento/action.yml | 2 +- coding-standard/action.yml | 4 +-- fix-magento-install/action.yml | 2 +- setup-magento/action.yml | 2 +- 7 files changed, 37 insertions(+), 37 deletions(-) diff --git a/.github/workflows/check-extension.yaml b/.github/workflows/check-extension.yaml index 711e7388..5fe70f4e 100644 --- a/.github/workflows/check-extension.yaml +++ b/.github/workflows/check-extension.yaml @@ -51,7 +51,7 @@ jobs: ## so the caller's repository has to be on disk before it runs. - uses: actions/checkout@v7 - - uses: graycoreio/github-actions-magento2/resolve-check-config@phpstan + - uses: graycoreio/github-actions-magento2/resolve-check-config@main id: resolve with: kind: extension @@ -67,7 +67,7 @@ jobs: steps: - uses: actions/checkout@v7 - - uses: graycoreio/github-actions-magento2/setup-magento@v8.10.0 + - uses: graycoreio/github-actions-magento2/setup-magento@main id: setup-magento with: php-version: ${{ matrix.php }} @@ -96,7 +96,7 @@ jobs: env: COMPOSER_AUTH: ${{ secrets.composer_auth }} - - uses: graycoreio/github-actions-magento2/cache-magento@v8.10.0 + - uses: graycoreio/github-actions-magento2/cache-magento@main with: composer_cache_key: ${{ inputs.composer_cache_key && format('{0} | {1}', inputs.composer_cache_key, matrix.magento) || matrix.magento }} working-directory: ${{ steps.setup-magento.outputs.path }} @@ -138,7 +138,7 @@ jobs: steps: - uses: actions/checkout@v7 - - uses: graycoreio/github-actions-magento2/setup-magento@v8.10.0 + - uses: graycoreio/github-actions-magento2/setup-magento@main id: setup-magento with: php-version: ${{ matrix.php }} @@ -167,7 +167,7 @@ jobs: env: COMPOSER_AUTH: ${{ secrets.composer_auth }} - - uses: graycoreio/github-actions-magento2/cache-magento@v8.10.0 + - uses: graycoreio/github-actions-magento2/cache-magento@main with: composer_cache_key: ${{ inputs.composer_cache_key && format('{0} | {1}', inputs.composer_cache_key, matrix.magento) || matrix.magento }} working-directory: ${{ steps.setup-magento.outputs.path }} @@ -180,7 +180,7 @@ jobs: COMPOSER_AUTH: ${{ secrets.composer_auth }} COMPOSER_MIRROR_PATH_REPOS: 1 - - uses: graycoreio/github-actions-magento2/setup-di-compile@v8.10.0 + - uses: graycoreio/github-actions-magento2/setup-di-compile@main with: path: ${{ steps.setup-magento.outputs.path }} @@ -189,7 +189,7 @@ jobs: outputs: matrix: ${{ steps.supported-version.outputs.matrix }} steps: - - uses: graycoreio/github-actions-magento2/supported-version@v8.10.0 + - uses: graycoreio/github-actions-magento2/supported-version@main id: supported-version with: kind: latest @@ -209,11 +209,11 @@ jobs: tools: composer:v${{ matrix.composer }} coverage: none - - uses: graycoreio/github-actions-magento2/cache-magento@v8.10.0 + - uses: graycoreio/github-actions-magento2/cache-magento@main with: composer_cache_key: ${{ inputs.composer_cache_key && format('{0} | {1}', inputs.composer_cache_key, matrix.magento) || matrix.magento }} - - uses: graycoreio/github-actions-magento2/coding-standard@v8.10.0 + - uses: graycoreio/github-actions-magento2/coding-standard@main with: path: ${{ inputs.path }} composer_auth: ${{ secrets.composer_auth }} @@ -234,7 +234,7 @@ jobs: tools: composer:v${{ matrix.composer }} coverage: none - - uses: graycoreio/github-actions-magento2/cache-magento@v8.10.0 + - uses: graycoreio/github-actions-magento2/cache-magento@main with: composer_cache_key: ${{ inputs.composer_cache_key && format('{0} | {1}', inputs.composer_cache_key, matrix.magento) || matrix.magento }} @@ -244,7 +244,7 @@ jobs: env: COMPOSER_AUTH: ${{ secrets.composer_auth }} - - uses: graycoreio/github-actions-magento2/phpstan@phpstan + - uses: graycoreio/github-actions-magento2/phpstan@main with: working-directory: ${{ inputs.path }} error_format: github @@ -261,7 +261,7 @@ jobs: steps: - uses: actions/checkout@v7 - - uses: graycoreio/github-actions-magento2/setup-magento@v8.10.0 + - uses: graycoreio/github-actions-magento2/setup-magento@main id: setup-magento with: php-version: ${{ matrix.php }} @@ -290,7 +290,7 @@ jobs: env: COMPOSER_AUTH: ${{ secrets.composer_auth }} - - uses: graycoreio/github-actions-magento2/cache-magento@v8.10.0 + - uses: graycoreio/github-actions-magento2/cache-magento@main with: composer_cache_key: ${{ inputs.composer_cache_key && format('{0} | {1}', inputs.composer_cache_key, matrix.magento) || matrix.magento }} working-directory: ${{ steps.setup-magento.outputs.path }} @@ -303,7 +303,7 @@ jobs: COMPOSER_AUTH: ${{ secrets.composer_auth }} COMPOSER_MIRROR_PATH_REPOS: 1 - - uses: graycoreio/github-actions-magento2/get-magento-version@v8.10.0 + - uses: graycoreio/github-actions-magento2/get-magento-version@main id: magento-version with: working-directory: ${{ steps.setup-magento.outputs.path }} diff --git a/.github/workflows/check-store.yaml b/.github/workflows/check-store.yaml index e94305c4..c5cc6dbe 100644 --- a/.github/workflows/check-store.yaml +++ b/.github/workflows/check-store.yaml @@ -46,19 +46,19 @@ jobs: name: ${{ inputs.store_artifact_name }} path: ${{ inputs.path }} - - uses: graycoreio/github-actions-magento2/get-magento-version@v8.10.0 + - uses: graycoreio/github-actions-magento2/get-magento-version@main id: get-magento-version with: working-directory: ${{ inputs.path }} - - uses: graycoreio/github-actions-magento2/supported-version@v8.10.0 + - uses: graycoreio/github-actions-magento2/supported-version@main id: supported-version with: project: ${{ steps.get-magento-version.outputs.supported_version_project }} kind: custom custom_versions: ${{ steps.get-magento-version.outputs.project }}:${{ fromJSON(steps.get-magento-version.outputs.version) }} - - uses: graycoreio/github-actions-magento2/resolve-check-config@v8.10.0 + - uses: graycoreio/github-actions-magento2/resolve-check-config@main id: resolve with: kind: store @@ -81,7 +81,7 @@ jobs: name: ${{ inputs.store_artifact_name }} path: ${{ inputs.path }} - - uses: graycoreio/github-actions-magento2/setup-magento@v8.10.0 + - uses: graycoreio/github-actions-magento2/setup-magento@main id: setup-magento with: php-version: ${{ matrix.php }} @@ -90,7 +90,7 @@ jobs: working-directory: ${{ inputs.path }} composer_auth: ${{ secrets.composer_auth }} - - uses: graycoreio/github-actions-magento2/cache-magento@v8.10.0 + - uses: graycoreio/github-actions-magento2/cache-magento@main with: composer_cache_key: ${{ inputs.composer_cache_key }} working-directory: ${{ steps.setup-magento.outputs.path }} @@ -144,7 +144,7 @@ jobs: name: ${{ inputs.store_artifact_name }} path: ${{ inputs.path }} - - uses: graycoreio/github-actions-magento2/setup-magento@v8.10.0 + - uses: graycoreio/github-actions-magento2/setup-magento@main id: setup-magento with: php-version: ${{ matrix.php }} @@ -153,7 +153,7 @@ jobs: working-directory: ${{ inputs.path }} composer_auth: ${{ secrets.composer_auth }} - - uses: graycoreio/github-actions-magento2/cache-magento@v8.10.0 + - uses: graycoreio/github-actions-magento2/cache-magento@main with: composer_cache_key: ${{ inputs.composer_cache_key }} working-directory: ${{ steps.setup-magento.outputs.path }} @@ -178,7 +178,7 @@ jobs: EOF fi - - uses: graycoreio/github-actions-magento2/coding-standard@v8.10.0 + - uses: graycoreio/github-actions-magento2/coding-standard@main with: path: ${{ steps.setup-magento.outputs.path }} composer_auth: ${{ secrets.composer_auth }} @@ -200,7 +200,7 @@ jobs: name: ${{ inputs.store_artifact_name }} path: ${{ inputs.path }} - - uses: graycoreio/github-actions-magento2/setup-magento@v8.10.0 + - uses: graycoreio/github-actions-magento2/setup-magento@main id: setup-magento with: php-version: ${{ matrix.php }} @@ -209,7 +209,7 @@ jobs: working-directory: ${{ inputs.path }} composer_auth: ${{ secrets.composer_auth }} - - uses: graycoreio/github-actions-magento2/cache-magento@v8.10.0 + - uses: graycoreio/github-actions-magento2/cache-magento@main with: composer_cache_key: ${{ inputs.composer_cache_key }} working-directory: ${{ steps.setup-magento.outputs.path }} @@ -232,7 +232,7 @@ jobs: fi ## PHPStan fails outright on an empty path, so a store with no app/code has nothing to analyze. - - uses: graycoreio/github-actions-magento2/phpstan@phpstan + - uses: graycoreio/github-actions-magento2/phpstan@main if: steps.custom-code.outputs.found == 'true' with: working-directory: ${{ steps.setup-magento.outputs.path }} @@ -258,7 +258,7 @@ jobs: name: ${{ inputs.store_artifact_name }} path: ${{ inputs.path }} - - uses: graycoreio/github-actions-magento2/setup-magento@v8.10.0 + - uses: graycoreio/github-actions-magento2/setup-magento@main id: setup-magento with: php-version: ${{ matrix.php }} @@ -267,7 +267,7 @@ jobs: working-directory: ${{ inputs.path }} composer_auth: ${{ secrets.composer_auth }} - - uses: graycoreio/github-actions-magento2/cache-magento@v8.10.0 + - uses: graycoreio/github-actions-magento2/cache-magento@main with: composer_cache_key: ${{ inputs.composer_cache_key }} working-directory: ${{ steps.setup-magento.outputs.path }} @@ -279,7 +279,7 @@ jobs: env: COMPOSER_AUTH: ${{ secrets.composer_auth }} - - uses: graycoreio/github-actions-magento2/setup-install@v8.10.0 + - uses: graycoreio/github-actions-magento2/setup-install@main id: setup-install with: services: ${{ toJSON(matrix.services) }} @@ -287,12 +287,12 @@ jobs: container_id: ${{ job.services['php-fpm'].id }} extra_args: --magento-init-params=MAGE_MODE=developer - - uses: graycoreio/github-actions-magento2/configure-service-nginx@v8.10.0 + - uses: graycoreio/github-actions-magento2/configure-service-nginx@main with: container_id: ${{ job.services.nginx.id }} magento_path: ${{ inputs.path }} - - uses: graycoreio/github-actions-magento2/smoke-test@v8.10.0 + - uses: graycoreio/github-actions-magento2/smoke-test@main if: contains(fromJSON(needs.compute_matrix.outputs.resolved)['smoke-test'].probes, 'page') with: kind: page @@ -300,7 +300,7 @@ jobs: ## graphql is opt-in: editions without GraphQL modules (e.g. mage-os ## minimal) have no /graphql endpoint. Enable it per store via ## `.github/check-store.json` -> jobs.smoke-test.probes: ["page", "graphql"]. - - uses: graycoreio/github-actions-magento2/smoke-test@v8.10.0 + - uses: graycoreio/github-actions-magento2/smoke-test@main if: contains(fromJSON(needs.compute_matrix.outputs.resolved)['smoke-test'].probes, 'graphql') with: kind: graphql diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 97d6585e..cce17503 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -82,7 +82,7 @@ jobs: COMPOSER_AUTH: ${{ secrets.composer_auth }} name: Create Magento ${{ matrix.magento }} Project - - uses: graycoreio/github-actions-magento2/get-magento-version@v8.10.0 + - uses: graycoreio/github-actions-magento2/get-magento-version@main id: magento-version with: working-directory: ${{ inputs.magento_directory }} diff --git a/cache-magento/action.yml b/cache-magento/action.yml index d00a8962..9901be35 100644 --- a/cache-magento/action.yml +++ b/cache-magento/action.yml @@ -62,7 +62,7 @@ runs: exit 1 fi - - uses: graycoreio/github-actions-magento2/get-magento-version@v8.10.0 + - uses: graycoreio/github-actions-magento2/get-magento-version@main id: cache-magento-get-magento-version with: working-directory: ${{ inputs.working-directory }} diff --git a/coding-standard/action.yml b/coding-standard/action.yml index 88965606..aa00dc73 100644 --- a/coding-standard/action.yml +++ b/coding-standard/action.yml @@ -52,12 +52,12 @@ runs: fi - name: Get Composer Version - uses: graycoreio/github-actions-magento2/get-composer-version@v8.10.0 + uses: graycoreio/github-actions-magento2/get-composer-version@main id: get-composer-version if: steps.check-installed.outputs.installed != 'true' - name: Check if allow-plugins option is available for this version of composer - uses: graycoreio/github-actions-magento2/semver-compare@v8.10.0 + uses: graycoreio/github-actions-magento2/semver-compare@main id: is-allow-plugins-available if: steps.check-installed.outputs.installed != 'true' with: diff --git a/fix-magento-install/action.yml b/fix-magento-install/action.yml index 8a15f0d6..e48f0ad8 100644 --- a/fix-magento-install/action.yml +++ b/fix-magento-install/action.yml @@ -9,7 +9,7 @@ inputs: runs: using: "composite" steps: - - uses: graycoreio/github-actions-magento2/get-magento-version@v8.10.0 + - uses: graycoreio/github-actions-magento2/get-magento-version@main id: init-magento-get-magento-version with: working-directory: ${{ inputs.magento_directory }} diff --git a/setup-magento/action.yml b/setup-magento/action.yml index 5f71aa5d..be009094 100644 --- a/setup-magento/action.yml +++ b/setup-magento/action.yml @@ -111,7 +111,7 @@ runs: fi printf '%s\n' "$line" >> .gitattributes - - uses: graycoreio/github-actions-magento2/fix-magento-install@v8.10.0 + - uses: graycoreio/github-actions-magento2/fix-magento-install@main name: Fix Magento Out of Box Install Issues with: magento_directory: ${{ steps.setup-magento-compute-directory.outputs.MAGENTO_DIRECTORY }}