From ecb0beaa0bc206045866443071210f64230dbaf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 03:32:13 +0000 Subject: [PATCH] chore(deps): bump the github-actions group across 1 directory with 4 updates Bumps the github-actions group with 4 updates in the / directory: [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action), [actions/setup-node](https://github.com/actions/setup-node), [github/codeql-action/init](https://github.com/github/codeql-action) and [github/codeql-action/analyze](https://github.com/github/codeql-action). Updates `zizmorcore/zizmor-action` from 0.5.7 to 0.6.0 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](https://github.com/zizmorcore/zizmor-action/compare/192e21d79ab29983730a13d1382995c2307fbcaa...6599ee8b7a49aef6a770f63d261d214911a7ce02) Updates `actions/setup-node` from 6.4.0 to 7.0.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e...820762786026740c76f36085b0efc47a31fe5020) Updates `github/codeql-action/init` from 4.36.3 to 4.37.1 - [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/54f647b7e1bb85c95cddabcd46b0c578ec92bc1a...7188fc363630916deb702c7fdcf4e481b751f97a) Updates `github/codeql-action/analyze` from 4.36.3 to 4.37.1 - [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/54f647b7e1bb85c95cddabcd46b0c578ec92bc1a...7188fc363630916deb702c7fdcf4e481b751f97a) --- updated-dependencies: - dependency-name: zizmorcore/zizmor-action dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: github/codeql-action/init dependency-version: 4.37.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action/analyze dependency-version: 4.37.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/_repository-checks.yml | 8 ++++---- .github/workflows/assets-build.yml | 4 ++-- .github/workflows/automatic-release.yml | 2 +- .github/workflows/build-and-distribute.yml | 4 ++-- .github/workflows/codeql.yml | 4 ++-- .github/workflows/deploy-deployer.yml | 4 ++-- .github/workflows/javascript-static-analysis.yml | 4 ++-- .github/workflows/javascript-unit.yml | 4 ++-- .github/workflows/playwright.yml | 4 ++-- .github/workflows/sympress-qa.yml | 4 ++-- .github/workflows/wordpress-archive.yml | 4 ++-- .github/workflows/wp-scripts-lint.yml | 4 ++-- 12 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.github/workflows/_repository-checks.yml b/.github/workflows/_repository-checks.yml index ba002db..c4d02cc 100644 --- a/.github/workflows/_repository-checks.yml +++ b/.github/workflows/_repository-checks.yml @@ -33,7 +33,7 @@ jobs: persist-credentials: false - name: Run zizmor - uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7 + uses: zizmorcore/zizmor-action@6599ee8b7a49aef6a770f63d261d214911a7ce02 # v0.6.0 with: persona: auditor min-severity: medium @@ -50,7 +50,7 @@ jobs: persist-credentials: false - name: Set up Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 24 cache: npm @@ -71,7 +71,7 @@ jobs: persist-credentials: false - name: Set up Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 24 cache: npm @@ -162,7 +162,7 @@ jobs: persist-credentials: false - name: Set up Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 24 cache: npm diff --git a/.github/workflows/assets-build.yml b/.github/workflows/assets-build.yml index 3cd0be8..6a8b47a 100644 --- a/.github/workflows/assets-build.yml +++ b/.github/workflows/assets-build.yml @@ -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@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.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@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.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 242efad..57a8946 100644 --- a/.github/workflows/automatic-release.yml +++ b/.github/workflows/automatic-release.yml @@ -156,7 +156,7 @@ jobs: rm -rf .workflow-templates - name: Set up Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.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 7190ab4..f0d387b 100644 --- a/.github/workflows/build-and-distribute.yml +++ b/.github/workflows/build-and-distribute.yml @@ -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@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.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@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.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 cf92757..ae08174 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -37,10 +37,10 @@ jobs: persist-credentials: false - name: Initialize CodeQL - uses: github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3 + uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1 with: languages: ${{ inputs.languages }} build-mode: ${{ inputs.build_mode }} - name: Perform CodeQL analysis - uses: github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3 + uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1 diff --git a/.github/workflows/deploy-deployer.yml b/.github/workflows/deploy-deployer.yml index e8e10dd..e2a6c84 100644 --- a/.github/workflows/deploy-deployer.yml +++ b/.github/workflows/deploy-deployer.yml @@ -225,14 +225,14 @@ jobs: - name: Set up Node if: ${{ steps.node.outputs.enabled == 'true' && steps.package-manager.outputs.cache == '' }} - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.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@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.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 e5058c4..2237b5f 100644 --- a/.github/workflows/javascript-static-analysis.yml +++ b/.github/workflows/javascript-static-analysis.yml @@ -171,14 +171,14 @@ jobs: - name: Set up Node if: ${{ steps.package-manager.outputs.cache == '' }} - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.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@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.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 ccd0c08..6219380 100644 --- a/.github/workflows/javascript-unit.yml +++ b/.github/workflows/javascript-unit.yml @@ -200,14 +200,14 @@ jobs: - name: Set up Node if: ${{ steps.package-manager.outputs.cache == '' }} - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.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@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: ${{ inputs.node_version }} registry-url: ${{ inputs.npm_registry_domain }} diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 0e72b1b..b64c871 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -213,7 +213,7 @@ jobs: - name: Set up Node if: ${{ steps.package-manager.outputs.cache == '' }} - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.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@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 env: NODE_AUTH_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }} with: diff --git a/.github/workflows/sympress-qa.yml b/.github/workflows/sympress-qa.yml index a6e8768..6c64687 100644 --- a/.github/workflows/sympress-qa.yml +++ b/.github/workflows/sympress-qa.yml @@ -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@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.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@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: ${{ inputs.node_version }} cache: ${{ steps.package-manager.outputs.cache }} diff --git a/.github/workflows/wordpress-archive.yml b/.github/workflows/wordpress-archive.yml index 2ac7af3..0ec56a7 100644 --- a/.github/workflows/wordpress-archive.yml +++ b/.github/workflows/wordpress-archive.yml @@ -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@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.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@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.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 3dd5ce7..ce9cf3d 100644 --- a/.github/workflows/wp-scripts-lint.yml +++ b/.github/workflows/wp-scripts-lint.yml @@ -181,14 +181,14 @@ jobs: - name: Set up Node if: ${{ steps.package-manager.outputs.cache == '' }} - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.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@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: ${{ inputs.node_version }} registry-url: ${{ inputs.npm_registry_domain }}