From 12ea69383c0d0132fa0ae932f258bbc6e87bd373 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 09:13:02 +0000 Subject: [PATCH] Bump the all-github-actions group with 2 updates Bumps the all-github-actions group with 2 updates: [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action) and [actions/setup-node](https://github.com/actions/setup-node). 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 to 7 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6...v7) --- updated-dependencies: - dependency-name: zizmorcore/zizmor-action dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-github-actions - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9a781ef7..0b4ef4e1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: persist-credentials: false - name: Run zizmor 🌈 - uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7 + uses: zizmorcore/zizmor-action@6599ee8b7a49aef6a770f63d261d214911a7ce02 # v0.6.0 analyze: if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) @@ -261,7 +261,7 @@ jobs: cp sqlite-compiled/sqlite3mc.wasm sqlite3_web/extra/js-package/assets/ - name: Setup node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: latest package-manager-cache: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1b8f8fee..1c90db4b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -152,7 +152,7 @@ jobs: cp sqlite-compiled/sqlite3mc.wasm sqlite3_web/extra/js-package/assets/ - name: Setup node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: latest package-manager-cache: false