From d7a6aab14a7356d425dad8b0b05d244acd0c2dbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 03:41:08 +0000 Subject: [PATCH] Bump the github-actions-all group with 2 updates Bumps the github-actions-all group with 2 updates: [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) and [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `dtolnay/rust-toolchain` from be73d7920c329f220ce78e0234b8f96b7ae60248 to dc6353516c68da0f06325f42ad880f76a5e77ec9 - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](https://github.com/dtolnay/rust-toolchain/compare/be73d7920c329f220ce78e0234b8f96b7ae60248...dc6353516c68da0f06325f42ad880f76a5e77ec9) Updates `taiki-e/install-action` from 2.29.8 to 2.32.1 - [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/0d6353d3dc1eac4359c520185c44119bfbd812b5...d475def0028dbe8f19e36f8f5bc73b90cfc78de8) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-type: direct:production dependency-group: github-actions-all - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] --- .github/workflows/cicd.yml | 6 +++--- .github/workflows/clippy.yml | 2 +- .github/workflows/test-annotation.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index ea68a91..c5ba633 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -26,7 +26,7 @@ jobs: name: Run CI tasks runs-on: ubuntu-20.04 steps: - - uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248 # Latest as of 2023-11-16 + - uses: dtolnay/rust-toolchain@dc6353516c68da0f06325f42ad880f76a5e77ec9 # Latest as of 2023-11-16 with: toolchain: stable components: rustfmt,clippy @@ -88,11 +88,11 @@ jobs: - { target: x86_64-unknown-linux-gnu, os: ubuntu-latest } - { target: x86_64-unknown-linux-musl, os: ubuntu-latest } steps: - - uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248 # Latest as of 2023-11-16 + - uses: dtolnay/rust-toolchain@dc6353516c68da0f06325f42ad880f76a5e77ec9 # Latest as of 2023-11-16 with: toolchain: stable targets: ${{ matrix.job.target }} - - uses: taiki-e/install-action@0d6353d3dc1eac4359c520185c44119bfbd812b5 # v2.29.8 + - uses: taiki-e/install-action@d475def0028dbe8f19e36f8f5bc73b90cfc78de8 # v2.32.1 if: matrix.job.cross == true with: tool: cross diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index 2116413..2315cc1 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -8,7 +8,7 @@ jobs: pull-requests: write steps: - uses: actions/checkout@v4 - - uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248 # Latest as of 2023-11-16 + - uses: dtolnay/rust-toolchain@dc6353516c68da0f06325f42ad880f76a5e77ec9 # Latest as of 2023-11-16 with: toolchain: stable components: clippy diff --git a/.github/workflows/test-annotation.yml b/.github/workflows/test-annotation.yml index cb26bb8..bf52f98 100644 --- a/.github/workflows/test-annotation.yml +++ b/.github/workflows/test-annotation.yml @@ -24,7 +24,7 @@ jobs: # Generate `gitleaks` binary tar --extract --gzip --file "gitleaks_${VERSION}_${TARGET}.tar.gz" --verbose sudo install gitleaks /usr/local/bin/gitleaks - - uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248 # Latest as of 2023-11-16 + - uses: dtolnay/rust-toolchain@dc6353516c68da0f06325f42ad880f76a5e77ec9 # Latest as of 2023-11-16 with: toolchain: stable - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1