From 90f543825c80e9699c65b11c0c51228111c99c71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 03:07:41 +0000 Subject: [PATCH] Bump the github-actions-all group with 3 updates Bumps the github-actions-all group with 3 updates: [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain), [taiki-e/install-action](https://github.com/taiki-e/install-action) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `dtolnay/rust-toolchain` from 7b1c307e0dcbda6122208f10795a713336a9b35a to 315e265cd78dad1e1dcf3a5074f6d6c47029d5aa - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](https://github.com/dtolnay/rust-toolchain/compare/7b1c307e0dcbda6122208f10795a713336a9b35a...315e265cd78dad1e1dcf3a5074f6d6c47029d5aa) Updates `taiki-e/install-action` from 2.44.58 to 2.45.13 - [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/684122deb17127bf60d1d99224e12e8fc0012210...a22e1808bbd53573c0b897cc089c64643401af7d) Updates `softprops/action-gh-release` from 2.0.9 to 2.1.0 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8...01570a1f39cb168c169c802c3bceb9e93fb10974) --- 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 - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] --- .github/workflows/cicd.yml | 8 ++++---- .github/workflows/clippy.yml | 2 +- .github/workflows/test-annotation.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 25fde7b..6e54628 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@7b1c307e0dcbda6122208f10795a713336a9b35a # No semver tag. + - uses: dtolnay/rust-toolchain@315e265cd78dad1e1dcf3a5074f6d6c47029d5aa # No semver tag. with: toolchain: stable components: rustfmt,clippy @@ -89,11 +89,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@7b1c307e0dcbda6122208f10795a713336a9b35a + - uses: dtolnay/rust-toolchain@315e265cd78dad1e1dcf3a5074f6d6c47029d5aa with: toolchain: stable targets: ${{ matrix.job.target }} - - uses: taiki-e/install-action@684122deb17127bf60d1d99224e12e8fc0012210 # v2.44.58 + - uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d # v2.45.13 if: matrix.job.cross == true with: tool: cross @@ -116,7 +116,7 @@ jobs: run: | sha256sum ${{ needs.crate-metadata.outputs.name }}-${{ matrix.job.target }}.tar.gz > ${{ needs.crate-metadata.outputs.name }}-${{ matrix.job.target }}.tar.gz.sha256 - name: Upload release binary - uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9 + uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0 with: files: | ${{ needs.crate-metadata.outputs.name }}-${{ matrix.job.target }}.tar.gz diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index f1c25db..49883b1 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@7b1c307e0dcbda6122208f10795a713336a9b35a # No semver tag. + - uses: dtolnay/rust-toolchain@315e265cd78dad1e1dcf3a5074f6d6c47029d5aa # No semver tag. with: toolchain: stable components: clippy diff --git a/.github/workflows/test-annotation.yml b/.github/workflows/test-annotation.yml index f23ad1a..cdd9f6f 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@7b1c307e0dcbda6122208f10795a713336a9b35a # No semver tag. + - uses: dtolnay/rust-toolchain@315e265cd78dad1e1dcf3a5074f6d6c47029d5aa # No semver tag. with: toolchain: stable - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1