From cb974d97b974f8e02ffd0b932a106678c4a16bcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 06:36:47 +0000 Subject: [PATCH] chore(deps): bump the github-actions group with 4 updates Bumps the github-actions group with 4 updates: [actions-rust-lang/setup-rust-toolchain](https://github.com/actions-rust-lang/setup-rust-toolchain), [NDDev-OpenNetwork/github-actions/.github/workflows/ci-feedback.yml](https://github.com/nddev-opennetwork/github-actions), [crate-ci/typos](https://github.com/crate-ci/typos) and [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `actions-rust-lang/setup-rust-toolchain` from 1.17.0 to 2.0.0 - [Release notes](https://github.com/actions-rust-lang/setup-rust-toolchain/releases) - [Changelog](https://github.com/actions-rust-lang/setup-rust-toolchain/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions-rust-lang/setup-rust-toolchain/compare/166cdcfd11aee3cb47222f9ddb555ce30ddb9659...ecabd13d1c56bd1345c230e542e9144811ad706f) Updates `NDDev-OpenNetwork/github-actions/.github/workflows/ci-feedback.yml` from a0dc5592333dcfdf2a3d239ed1f2b128899e5482 to c113d4c9b0265bcefeb756489da9a06c8c1b9e5f - [Release notes](https://github.com/nddev-opennetwork/github-actions/releases) - [Changelog](https://github.com/NDDev-OpenNetwork/github-actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/nddev-opennetwork/github-actions/compare/a0dc5592333dcfdf2a3d239ed1f2b128899e5482...c113d4c9b0265bcefeb756489da9a06c8c1b9e5f) Updates `crate-ci/typos` from 1.50.0 to 1.50.1 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/4d9c206a77c041268485162b8e2579ad7a5cb9a3...d43b6c087ac471e2ea7b8af622ff15f05c0c365b) Updates `taiki-e/install-action` from 2.87.2 to 2.87.8 - [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/1ed6d7be6168f6c9046541087ff549b6bc581fdf...d438492cf8a250514fa2d34b30bc3c0dc37c65ff) --- updated-dependencies: - dependency-name: actions-rust-lang/setup-rust-toolchain dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: NDDev-OpenNetwork/github-actions/.github/workflows/ci-feedback.yml dependency-version: c113d4c9b0265bcefeb756489da9a06c8c1b9e5f dependency-type: direct:production dependency-group: github-actions - dependency-name: crate-ci/typos dependency-version: 1.50.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: taiki-e/install-action dependency-version: 2.87.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmark-compare.yml | 2 +- .github/workflows/benchmark.yml | 2 +- .github/workflows/ci-feedback-events.yml | 2 +- .github/workflows/docs-quality.yml | 2 +- .github/workflows/fuzzing.yml | 2 +- .github/workflows/mutation-testing.yml | 2 +- .github/workflows/rust-ci.yml | 10 +++++----- .github/workflows/rust-supply-chain.yml | 4 ++-- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/benchmark-compare.yml b/.github/workflows/benchmark-compare.yml index a56e891..a2e01de 100644 --- a/.github/workflows/benchmark-compare.yml +++ b/.github/workflows/benchmark-compare.yml @@ -109,7 +109,7 @@ jobs: - name: Set up Rust if: ${{ inputs.language == 'rust' }} - uses: actions-rust-lang/setup-rust-toolchain@166cdcfd11aee3cb47222f9ddb555ce30ddb9659 # v1.17.0 + uses: actions-rust-lang/setup-rust-toolchain@ecabd13d1c56bd1345c230e542e9144811ad706f # v2.0.0 with: toolchain: ${{ inputs.rust_toolchain }} diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 6989751..7255439 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -111,7 +111,7 @@ jobs: - name: Set up Rust if: ${{ inputs.language == 'rust' }} - uses: actions-rust-lang/setup-rust-toolchain@166cdcfd11aee3cb47222f9ddb555ce30ddb9659 # v1.17.0 + uses: actions-rust-lang/setup-rust-toolchain@ecabd13d1c56bd1345c230e542e9144811ad706f # v2.0.0 with: toolchain: ${{ inputs.rust_toolchain }} diff --git a/.github/workflows/ci-feedback-events.yml b/.github/workflows/ci-feedback-events.yml index 08f3eba..dd0f91c 100644 --- a/.github/workflows/ci-feedback-events.yml +++ b/.github/workflows/ci-feedback-events.yml @@ -19,7 +19,7 @@ jobs: permissions: actions: read # Read exact completed run and job metadata. issues: write # Publish bounded failure evidence in this repository. - uses: NDDev-OpenNetwork/github-actions/.github/workflows/ci-feedback.yml@a0dc5592333dcfdf2a3d239ed1f2b128899e5482 # commit:a0dc5592333dcfdf2a3d239ed1f2b128899e5482 + uses: NDDev-OpenNetwork/github-actions/.github/workflows/ci-feedback.yml@c113d4c9b0265bcefeb756489da9a06c8c1b9e5f # commit:a0dc5592333dcfdf2a3d239ed1f2b128899e5482 with: run-id: ${{ format('{0}', github.event.workflow_run.id) }} run-attempt: ${{ format('{0}', github.event.workflow_run.run_attempt) }} diff --git a/.github/workflows/docs-quality.yml b/.github/workflows/docs-quality.yml index 097248e..01a6988 100644 --- a/.github/workflows/docs-quality.yml +++ b/.github/workflows/docs-quality.yml @@ -75,7 +75,7 @@ jobs: - name: Spell check (typos) if: ${{ inputs.typos }} - uses: crate-ci/typos@4d9c206a77c041268485162b8e2579ad7a5cb9a3 # v1.50.0 + uses: crate-ci/typos@d43b6c087ac471e2ea7b8af622ff15f05c0c365b # v1.50.1 with: files: ${{ inputs.typos_files }} diff --git a/.github/workflows/fuzzing.yml b/.github/workflows/fuzzing.yml index d03ce00..5962d4a 100644 --- a/.github/workflows/fuzzing.yml +++ b/.github/workflows/fuzzing.yml @@ -57,7 +57,7 @@ jobs: persist-credentials: false - name: Set up Rust - uses: actions-rust-lang/setup-rust-toolchain@166cdcfd11aee3cb47222f9ddb555ce30ddb9659 # v1.17.0 + uses: actions-rust-lang/setup-rust-toolchain@ecabd13d1c56bd1345c230e542e9144811ad706f # v2.0.0 with: toolchain: ${{ inputs.rust_toolchain }} diff --git a/.github/workflows/mutation-testing.yml b/.github/workflows/mutation-testing.yml index f053ec0..9c4b6cc 100644 --- a/.github/workflows/mutation-testing.yml +++ b/.github/workflows/mutation-testing.yml @@ -80,7 +80,7 @@ jobs: - name: Set up Rust if: ${{ inputs.language == 'rust' }} - uses: actions-rust-lang/setup-rust-toolchain@166cdcfd11aee3cb47222f9ddb555ce30ddb9659 # v1.17.0 + uses: actions-rust-lang/setup-rust-toolchain@ecabd13d1c56bd1345c230e542e9144811ad706f # v2.0.0 with: toolchain: ${{ inputs.rust_toolchain }} diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index 4ac9803..9f4bace 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -84,7 +84,7 @@ jobs: persist-credentials: false - name: Set up Rust toolchain - uses: actions-rust-lang/setup-rust-toolchain@166cdcfd11aee3cb47222f9ddb555ce30ddb9659 # v1.17.0 + uses: actions-rust-lang/setup-rust-toolchain@ecabd13d1c56bd1345c230e542e9144811ad706f # v2.0.0 with: toolchain: ${{ inputs.toolchain }} components: ${{ inputs.components }} @@ -131,7 +131,7 @@ jobs: persist-credentials: false - name: Set up Rust toolchain - uses: actions-rust-lang/setup-rust-toolchain@166cdcfd11aee3cb47222f9ddb555ce30ddb9659 # v1.17.0 + uses: actions-rust-lang/setup-rust-toolchain@ecabd13d1c56bd1345c230e542e9144811ad706f # v2.0.0 with: toolchain: ${{ inputs.toolchain }} @@ -163,7 +163,7 @@ jobs: persist-credentials: false - name: Set up Rust toolchain - uses: actions-rust-lang/setup-rust-toolchain@166cdcfd11aee3cb47222f9ddb555ce30ddb9659 # v1.17.0 + uses: actions-rust-lang/setup-rust-toolchain@ecabd13d1c56bd1345c230e542e9144811ad706f # v2.0.0 with: toolchain: ${{ inputs.toolchain }} components: rustfmt @@ -196,7 +196,7 @@ jobs: persist-credentials: false - name: Set up Rust toolchain - uses: actions-rust-lang/setup-rust-toolchain@166cdcfd11aee3cb47222f9ddb555ce30ddb9659 # v1.17.0 + uses: actions-rust-lang/setup-rust-toolchain@ecabd13d1c56bd1345c230e542e9144811ad706f # v2.0.0 with: toolchain: ${{ inputs.toolchain }} components: clippy @@ -229,7 +229,7 @@ jobs: persist-credentials: false - name: Set up MSRV toolchain - uses: actions-rust-lang/setup-rust-toolchain@166cdcfd11aee3cb47222f9ddb555ce30ddb9659 # v1.17.0 + uses: actions-rust-lang/setup-rust-toolchain@ecabd13d1c56bd1345c230e542e9144811ad706f # v2.0.0 with: toolchain: ${{ inputs.msrv_toolchain }} diff --git a/.github/workflows/rust-supply-chain.yml b/.github/workflows/rust-supply-chain.yml index 18c9379..dddcd9f 100644 --- a/.github/workflows/rust-supply-chain.yml +++ b/.github/workflows/rust-supply-chain.yml @@ -97,7 +97,7 @@ jobs: with: persist-credentials: false - name: Install cargo-audit - uses: taiki-e/install-action@1ed6d7be6168f6c9046541087ff549b6bc581fdf # v2.87.2 + uses: taiki-e/install-action@d438492cf8a250514fa2d34b30bc3c0dc37c65ff # v2.87.8 with: tool: cargo-audit@${{ inputs.cargo_audit_version }} - name: Run cargo-audit @@ -116,7 +116,7 @@ jobs: with: persist-credentials: false - name: Install cargo-machete - uses: taiki-e/install-action@1ed6d7be6168f6c9046541087ff549b6bc581fdf # v2.87.2 + uses: taiki-e/install-action@d438492cf8a250514fa2d34b30bc3c0dc37c65ff # v2.87.8 with: tool: cargo-machete@${{ inputs.cargo_machete_version }} - name: Run cargo-machete