From 25b8cfeb275b621471821b4890c157bf50e2ba55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 18:22:36 +0000 Subject: [PATCH] chore(deps): bump the actions group across 1 directory with 4 updates Bumps the 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), [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) and [release-plz/action](https://github.com/release-plz/action). Updates `zizmorcore/zizmor-action` from 0.5.3 to 0.5.4 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](https://github.com/zizmorcore/zizmor-action/compare/b1d7e1fb5de872772f31590499237e7cce841e8e...b572f7b1a1c2d41efaab43d504f68d215c3cd727) Updates `actions/setup-node` from 6.0.0 to 6.4.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/2028fbc5c25fe9cf00d9f06a71cc4710d4507903...48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e) Updates `EmbarkStudios/cargo-deny-action` from 2.0.17 to 2.0.18 - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](https://github.com/embarkstudios/cargo-deny-action/compare/91bf2b620e09e18d6eb78b92e7861937469acedb...6c8f9facfa5047ec02d8485b6bf52b587b7777d1) Updates `release-plz/action` from 0.5.128 to 0.5.129 - [Release notes](https://github.com/release-plz/action/releases) - [Commits](https://github.com/release-plz/action/compare/1528104d2ca23787631a1c1f022abb64b34c1e11...064f4d1e36c843611ddf013be726beaa4ad804db) --- updated-dependencies: - dependency-name: zizmorcore/zizmor-action dependency-version: 0.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: EmbarkStudios/cargo-deny-action dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: release-plz/action dependency-version: 0.5.129 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/release.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72091ff..1b6e163 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,7 +93,7 @@ jobs: uses: raven-actions/actionlint@205b530c5d9fa8f44ae9ed59f341a0db994aa6f8 - name: Audit GitHub Actions workflows - uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e + uses: zizmorcore/zizmor-action@b572f7b1a1c2d41efaab43d504f68d215c3cd727 with: advanced-security: false config: .github/zizmor.yml @@ -279,7 +279,7 @@ jobs: examples/tauri-sqlx-vanilla/src-tauri -> target - name: Install Node.js - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version: 22 cache: npm @@ -362,7 +362,7 @@ jobs: with: persist-credentials: false - name: Check dependency policy - uses: EmbarkStudios/cargo-deny-action@91bf2b620e09e18d6eb78b92e7861937469acedb + uses: EmbarkStudios/cargo-deny-action@6c8f9facfa5047ec02d8485b6bf52b587b7777d1 required: name: Required checks diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a5cf23e..a82503a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: - name: Create or update release PR id: release_plz_pr - uses: release-plz/action@1528104d2ca23787631a1c1f022abb64b34c1e11 + uses: release-plz/action@064f4d1e36c843611ddf013be726beaa4ad804db with: command: release-pr env: @@ -151,7 +151,7 @@ jobs: - name: Publish with release-plz if: ${{ inputs.operation == 'publish' }} id: release_plz_publish - uses: release-plz/action@1528104d2ca23787631a1c1f022abb64b34c1e11 + uses: release-plz/action@064f4d1e36c843611ddf013be726beaa4ad804db with: command: release manifest_path: target/pglite-oxide/release/workspace/Cargo.toml