From 9fd4a099cb2334355cdab78e02c6503f7bec15b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 15:46:44 +0000 Subject: [PATCH] chore(deps): bump the github-actions group across 1 directory with 6 updates Bumps the github-actions group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.3.1` | `6.0.3` | | [actions/setup-node](https://github.com/actions/setup-node) | `4.4.0` | `6.4.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.36.2` | `4.36.2` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.5.5` | `7.0.0` | | [actions/cache](https://github.com/actions/cache) | `4.3.0` | `5.0.5` | | [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) | `7.2.1` | `8.4.0` | Updates `actions/checkout` from 4.3.1 to 6.0.3 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/34e114876b0b11c390a56381ad16ebd13914f8d5...df4cb1c069e1874edd31b4311f1884172cec0e10) Updates `actions/setup-node` from 4.4.0 to 6.4.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/49933ea5288caeca8642d1e84afbd3f7d6820020...48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e) Updates `github/codeql-action` from 3.36.2 to 4.36.2 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/dd903d2e4f5405488e5ef1422510ee31c8b32357...8aad20d150bbac5944a9f9d289da16a4b0d87c1e) Updates `codecov/codecov-action` from 5.5.5 to 7.0.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/0fb7174895f61a3b6b78fc075e0cd60383518dac...fb8b3582c8e4def4969c97caa2f19720cb33a72f) Updates `actions/cache` from 4.3.0 to 5.0.5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/0057852bfaa89a56745cba8c7296529d2fc39830...27d5ce7f107fe9357f9df03efb73ab90386fccae) Updates `streetsidesoftware/cspell-action` from 7.2.1 to 8.4.0 - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell-action/compare/76c6f6d52abd57f4bcab5f3fde1bbd4f19a99eb0...de2a73e963e7443969755b648a1008f77033c5b2) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 4.36.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: streetsidesoftware/cspell-action dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/_repository-checks.yml | 12 ++++++------ .github/workflows/assets-build.yml | 6 +++--- .github/workflows/automatic-release.yml | 6 +++--- .github/workflows/build-and-distribute.yml | 6 +++--- .github/workflows/codeql.yml | 6 +++--- .github/workflows/composer-validate.yml | 2 +- .github/workflows/ddev-playwright.yml | 2 +- .github/workflows/deploy-deployer.yml | 6 +++--- .github/workflows/javascript-static-analysis.yml | 6 +++--- .github/workflows/javascript-unit.yml | 8 ++++---- .github/workflows/lint-workflows.yml | 2 +- .github/workflows/php-coding-standards.yml | 2 +- .github/workflows/php-static-analysis.yml | 2 +- .github/workflows/php-unit.yml | 4 ++-- .github/workflows/playwright.yml | 8 ++++---- .github/workflows/sympress-qa.yml | 8 ++++---- .github/workflows/text-quality.yml | 6 +++--- .github/workflows/wordpress-archive.yml | 6 +++--- .github/workflows/wp-scripts-lint.yml | 6 +++--- 19 files changed, 52 insertions(+), 52 deletions(-) diff --git a/.github/workflows/_repository-checks.yml b/.github/workflows/_repository-checks.yml index a9fabed..0251369 100644 --- a/.github/workflows/_repository-checks.yml +++ b/.github/workflows/_repository-checks.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false @@ -45,12 +45,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false - name: Set up Node - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 24 cache: npm @@ -66,12 +66,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false - name: Set up Node - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 24 cache: npm diff --git a/.github/workflows/assets-build.yml b/.github/workflows/assets-build.yml index a502105..3cb714e 100644 --- a/.github/workflows/assets-build.yml +++ b/.github/workflows/assets-build.yml @@ -113,7 +113,7 @@ jobs: ALLOW_UNPINNED_NODE_INSTALL: ${{ inputs.allow_unpinned_node_install }} steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false @@ -217,14 +217,14 @@ jobs: - name: Set up Node if: ${{ steps.detect.outputs.has_package_json == 'true' && inputs.run_node_build && steps.package-manager.outputs.cache == '' }} - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ inputs.node_version }} registry-url: ${{ inputs.npm_registry_domain }} - name: Set up Node with cache if: ${{ steps.detect.outputs.has_package_json == 'true' && inputs.run_node_build && steps.package-manager.outputs.cache != '' }} - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ inputs.node_version }} registry-url: ${{ inputs.npm_registry_domain }} diff --git a/.github/workflows/automatic-release.yml b/.github/workflows/automatic-release.yml index 9983672..f577661 100644 --- a/.github/workflows/automatic-release.yml +++ b/.github/workflows/automatic-release.yml @@ -70,7 +70,7 @@ jobs: cancel-in-progress: false steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false @@ -136,7 +136,7 @@ jobs: - name: Checkout workflow templates if: ${{ steps.release-config.outputs.has_config == 'false' }} - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: repository: ${{ inputs.workflow_repository }} ref: ${{ inputs.workflow_ref }} @@ -156,7 +156,7 @@ jobs: rm -rf .workflow-templates - name: Set up Node - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 env: NODE_AUTH_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }} with: diff --git a/.github/workflows/build-and-distribute.yml b/.github/workflows/build-and-distribute.yml index cd96ef1..bf611a2 100644 --- a/.github/workflows/build-and-distribute.yml +++ b/.github/workflows/build-and-distribute.yml @@ -222,7 +222,7 @@ jobs: ALLOW_UNPINNED_NODE_INSTALL: ${{ inputs.allow_unpinned_node_install }} steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false @@ -468,14 +468,14 @@ jobs: - name: Set up Node if: ${{ steps.existing-build.outputs.exists != 'true' && steps.detect.outputs.has_package_json == 'true' && steps.package-manager.outputs.cache == '' }} - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ inputs.node_version }} registry-url: ${{ inputs.npm_registry_domain }} - name: Set up Node with cache if: ${{ steps.existing-build.outputs.exists != 'true' && steps.detect.outputs.has_package_json == 'true' && steps.package-manager.outputs.cache != '' }} - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ inputs.node_version }} registry-url: ${{ inputs.npm_registry_domain }} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a0e122c..3b0b7b2 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -32,15 +32,15 @@ jobs: security-events: write steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false - name: Initialize CodeQL - uses: github/codeql-action/init@dd903d2e4f5405488e5ef1422510ee31c8b32357 # v3 + uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 with: languages: ${{ inputs.languages }} build-mode: ${{ inputs.build_mode }} - name: Perform CodeQL analysis - uses: github/codeql-action/analyze@dd903d2e4f5405488e5ef1422510ee31c8b32357 # v3 + uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 diff --git a/.github/workflows/composer-validate.yml b/.github/workflows/composer-validate.yml index 6219d9e..470a56f 100644 --- a/.github/workflows/composer-validate.yml +++ b/.github/workflows/composer-validate.yml @@ -61,7 +61,7 @@ jobs: timeout-minutes: ${{ inputs.timeout_minutes }} steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/ddev-playwright.yml b/.github/workflows/ddev-playwright.yml index 1ad164e..55ec642 100644 --- a/.github/workflows/ddev-playwright.yml +++ b/.github/workflows/ddev-playwright.yml @@ -116,7 +116,7 @@ jobs: artifact: ${{ steps.artifact.outputs.name }} steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/deploy-deployer.yml b/.github/workflows/deploy-deployer.yml index cd5d55b..4d6d0b4 100644 --- a/.github/workflows/deploy-deployer.yml +++ b/.github/workflows/deploy-deployer.yml @@ -139,7 +139,7 @@ jobs: ALLOW_UNPINNED_NODE_INSTALL: ${{ inputs.allow_unpinned_node_install }} steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false @@ -225,14 +225,14 @@ jobs: - name: Set up Node if: ${{ steps.node.outputs.enabled == 'true' && steps.package-manager.outputs.cache == '' }} - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ inputs.node_version }} registry-url: ${{ inputs.npm_registry_domain }} - name: Set up Node with cache if: ${{ steps.node.outputs.enabled == 'true' && steps.package-manager.outputs.cache != '' }} - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ inputs.node_version }} registry-url: ${{ inputs.npm_registry_domain }} diff --git a/.github/workflows/javascript-static-analysis.yml b/.github/workflows/javascript-static-analysis.yml index a704c7e..34c0a48 100644 --- a/.github/workflows/javascript-static-analysis.yml +++ b/.github/workflows/javascript-static-analysis.yml @@ -79,7 +79,7 @@ jobs: ALLOW_UNPINNED_NODE_INSTALL: ${{ inputs.allow_unpinned_node_install }} steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false @@ -171,14 +171,14 @@ jobs: - name: Set up Node if: ${{ steps.package-manager.outputs.cache == '' }} - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ inputs.node_version }} registry-url: ${{ inputs.npm_registry_domain }} - name: Set up Node with cache if: ${{ steps.package-manager.outputs.cache != '' }} - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ inputs.node_version }} registry-url: ${{ inputs.npm_registry_domain }} diff --git a/.github/workflows/javascript-unit.yml b/.github/workflows/javascript-unit.yml index 604328e..b21177e 100644 --- a/.github/workflows/javascript-unit.yml +++ b/.github/workflows/javascript-unit.yml @@ -108,7 +108,7 @@ jobs: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false @@ -200,14 +200,14 @@ jobs: - name: Set up Node if: ${{ steps.package-manager.outputs.cache == '' }} - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ inputs.node_version }} registry-url: ${{ inputs.npm_registry_domain }} - name: Set up Node with cache if: ${{ steps.package-manager.outputs.cache != '' }} - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ inputs.node_version }} registry-url: ${{ inputs.npm_registry_domain }} @@ -324,7 +324,7 @@ jobs: - name: Upload coverage to Codecov if: ${{ always() && steps.codecov-files.outputs.found == 'true' }} - uses: codecov/codecov-action@0fb7174895f61a3b6b78fc075e0cd60383518dac # v5 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 with: token: ${{ env.CODECOV_TOKEN }} files: ${{ steps.codecov-files.outputs.files }} diff --git a/.github/workflows/lint-workflows.yml b/.github/workflows/lint-workflows.yml index 4ddb7f1..79724da 100644 --- a/.github/workflows/lint-workflows.yml +++ b/.github/workflows/lint-workflows.yml @@ -19,7 +19,7 @@ jobs: timeout-minutes: ${{ inputs.timeout_minutes }} steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/php-coding-standards.yml b/.github/workflows/php-coding-standards.yml index 7660f22..a4d4a09 100644 --- a/.github/workflows/php-coding-standards.yml +++ b/.github/workflows/php-coding-standards.yml @@ -70,7 +70,7 @@ jobs: pull-requests: read steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/php-static-analysis.yml b/.github/workflows/php-static-analysis.yml index 9735eba..70f91c0 100644 --- a/.github/workflows/php-static-analysis.yml +++ b/.github/workflows/php-static-analysis.yml @@ -66,7 +66,7 @@ jobs: timeout-minutes: ${{ inputs.timeout_minutes }} steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/php-unit.yml b/.github/workflows/php-unit.yml index 1694a39..df8425c 100644 --- a/.github/workflows/php-unit.yml +++ b/.github/workflows/php-unit.yml @@ -91,7 +91,7 @@ jobs: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false @@ -235,7 +235,7 @@ jobs: - name: Upload coverage to Codecov if: ${{ always() && steps.codecov-files.outputs.found == 'true' }} - uses: codecov/codecov-action@0fb7174895f61a3b6b78fc075e0cd60383518dac # v5 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 with: token: ${{ env.CODECOV_TOKEN }} files: ${{ steps.codecov-files.outputs.files }} diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index baf08af..177f853 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -140,7 +140,7 @@ jobs: ALLOW_UNPINNED_NODE_INSTALL: ${{ inputs.allow_unpinned_node_install }} steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false @@ -213,7 +213,7 @@ jobs: - name: Set up Node if: ${{ steps.package-manager.outputs.cache == '' }} - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 env: NODE_AUTH_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }} with: @@ -222,7 +222,7 @@ jobs: - name: Set up Node with cache if: ${{ steps.package-manager.outputs.cache != '' }} - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 env: NODE_AUTH_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }} with: @@ -271,7 +271,7 @@ jobs: fi - name: Cache Playwright browsers - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: ~/.cache/ms-playwright key: ${{ runner.os }}-playwright-${{ inputs.node_version }}-${{ hashFiles(format('{0}/package-lock.json', inputs.working_directory), format('{0}/npm-shrinkwrap.json', inputs.working_directory), format('{0}/pnpm-lock.yaml', inputs.working_directory), format('{0}/yarn.lock', inputs.working_directory), format('{0}/package.json', inputs.working_directory)) }} diff --git a/.github/workflows/sympress-qa.yml b/.github/workflows/sympress-qa.yml index d0b36d5..2a82dce 100644 --- a/.github/workflows/sympress-qa.yml +++ b/.github/workflows/sympress-qa.yml @@ -96,7 +96,7 @@ jobs: has_targets: ${{ steps.targets.outputs.has_targets }} steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false @@ -148,7 +148,7 @@ jobs: ALLOW_UNPINNED_NODE_INSTALL: ${{ inputs.allow_unpinned_node_install }} steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false @@ -237,13 +237,13 @@ jobs: - name: Set up Node if: ${{ matrix.target != '__no_targets__' && inputs.run_node_build && steps.package-manager.outputs.cache == '' }} - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ inputs.node_version }} - name: Set up Node with cache if: ${{ matrix.target != '__no_targets__' && inputs.run_node_build && steps.package-manager.outputs.cache != '' }} - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ inputs.node_version }} cache: ${{ steps.package-manager.outputs.cache }} diff --git a/.github/workflows/text-quality.yml b/.github/workflows/text-quality.yml index 47c81b3..2777c84 100644 --- a/.github/workflows/text-quality.yml +++ b/.github/workflows/text-quality.yml @@ -72,7 +72,7 @@ jobs: checks: write steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false @@ -85,7 +85,7 @@ jobs: - name: Run CSpell if: ${{ inputs.run_cspell }} - uses: streetsidesoftware/cspell-action@76c6f6d52abd57f4bcab5f3fde1bbd4f19a99eb0 # v7 + uses: streetsidesoftware/cspell-action@de2a73e963e7443969755b648a1008f77033c5b2 # v8.4.0 with: files: ${{ inputs.cspell_files }} config: ${{ inputs.cspell_config }} @@ -104,7 +104,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/wordpress-archive.yml b/.github/workflows/wordpress-archive.yml index cdd7f87..f77124e 100644 --- a/.github/workflows/wordpress-archive.yml +++ b/.github/workflows/wordpress-archive.yml @@ -139,7 +139,7 @@ jobs: ALLOW_UNPINNED_NODE_INSTALL: ${{ inputs.allow_unpinned_node_install }} steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false @@ -243,14 +243,14 @@ jobs: - name: Set up Node if: ${{ steps.detect.outputs.has_package_json == 'true' && inputs.run_node_build && steps.package-manager.outputs.cache == '' }} - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ inputs.node_version }} registry-url: ${{ inputs.npm_registry_domain }} - name: Set up Node with cache if: ${{ steps.detect.outputs.has_package_json == 'true' && inputs.run_node_build && steps.package-manager.outputs.cache != '' }} - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ inputs.node_version }} registry-url: ${{ inputs.npm_registry_domain }} diff --git a/.github/workflows/wp-scripts-lint.yml b/.github/workflows/wp-scripts-lint.yml index 60ac3f0..b0df5bf 100644 --- a/.github/workflows/wp-scripts-lint.yml +++ b/.github/workflows/wp-scripts-lint.yml @@ -89,7 +89,7 @@ jobs: ALLOW_UNPINNED_NODE_INSTALL: ${{ inputs.allow_unpinned_node_install }} steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false @@ -181,14 +181,14 @@ jobs: - name: Set up Node if: ${{ steps.package-manager.outputs.cache == '' }} - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ inputs.node_version }} registry-url: ${{ inputs.npm_registry_domain }} - name: Set up Node with cache if: ${{ steps.package-manager.outputs.cache != '' }} - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ inputs.node_version }} registry-url: ${{ inputs.npm_registry_domain }}