From 2c7d71412af5094d3d8d5b48764ace1690135db8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 16:15:07 +0000 Subject: [PATCH] chore(deps): bump the actions group with 2 updates Bumps the actions group with 2 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action) and [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action). Updates `taiki-e/install-action` from 2.83.2 to 2.86.5 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/43aecc8d72668fbcfe75c31400bc4f890f1c5853...ba47c86ac325773530516bb756137ac718732518) Updates `EmbarkStudios/cargo-deny-action` from 2.0.18 to 2.1.1 - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](https://github.com/embarkstudios/cargo-deny-action/compare/6c8f9facfa5047ec02d8485b6bf52b587b7777d1...3c6349835b2b7b196a839186cb8b78e02f7b5f25) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.86.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: EmbarkStudios/cargo-deny-action dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/hybrid-gate-adapter.yml | 2 +- .github/workflows/security.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/hybrid-gate-adapter.yml b/.github/workflows/hybrid-gate-adapter.yml index d365a23..31ee96d 100644 --- a/.github/workflows/hybrid-gate-adapter.yml +++ b/.github/workflows/hybrid-gate-adapter.yml @@ -131,7 +131,7 @@ jobs: cache-all-crates: true - name: Install pinned cargo-nextest - uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2 + uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2 with: tool: nextest@0.9.140 diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index e073f3a..8cdffc3 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -37,7 +37,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha || github.sha }} persist-credentials: false - - uses: EmbarkStudios/cargo-deny-action@6c8f9facfa5047ec02d8485b6bf52b587b7777d1 # v2.0.18 + - uses: EmbarkStudios/cargo-deny-action@3c6349835b2b7b196a839186cb8b78e02f7b5f25 # v2.1.1 with: command: check advisories licenses bans sources arguments: --all-features @@ -52,7 +52,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha || github.sha }} persist-credentials: false - name: Install pinned cargo-audit - uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2 + uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2 with: tool: cargo-audit@0.22.2 - name: cargo audit