From e5501f6d470f4b923bdc4caabe39429633dac5a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2026 21:11:50 +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: [taiki-e/install-action](https://github.com/taiki-e/install-action), [haskell-actions/setup](https://github.com/haskell-actions/setup), [ruby/setup-ruby](https://github.com/ruby/setup-ruby) and [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog). Updates `taiki-e/install-action` from 2.87.17 to 2.87.18 - [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/v2.87.17...v2.87.18) Updates `haskell-actions/setup` from 2.12.0 to 2.12.1 - [Release notes](https://github.com/haskell-actions/setup/releases) - [Commits](https://github.com/haskell-actions/setup/compare/v2.12.0...v2.12.1) Updates `ruby/setup-ruby` from 1.324.0 to 1.325.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/v1.324.0...v1.325.0) Updates `trufflesecurity/trufflehog` from 3.97.5 to 3.97.6 - [Release notes](https://github.com/trufflesecurity/trufflehog/releases) - [Commits](https://github.com/trufflesecurity/trufflehog/compare/v3.97.5...v3.97.6) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.87.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: haskell-actions/setup dependency-version: 2.12.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: ruby/setup-ruby dependency-version: 1.325.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: trufflesecurity/trufflehog dependency-version: 3.97.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-gossamer-gui.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/quality.yml | 4 ++-- .github/workflows/security-policy.yml | 8 ++++---- .github/workflows/tests.yml | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-gossamer-gui.yml b/.github/workflows/build-gossamer-gui.yml index ea6ec705..54194b9a 100644 --- a/.github/workflows/build-gossamer-gui.yml +++ b/.github/workflows/build-gossamer-gui.yml @@ -143,7 +143,7 @@ jobs: targets: wasm32-unknown-unknown - name: Install just - uses: taiki-e/install-action@v2.87.17 + uses: taiki-e/install-action@v2.87.18 with: # Pin an explicit modern just: the Justfile uses `import?` # (optional import, just >= 1.19.0). Unversioned `tool: just` diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbc0c74c..88badb02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,7 +113,7 @@ jobs: components: llvm-tools-preview - name: Install cargo-llvm-cov - uses: taiki-e/install-action@v2.87.17 + uses: taiki-e/install-action@v2.87.18 with: tool: cargo-llvm-cov @@ -171,7 +171,7 @@ jobs: uses: actions/checkout@v7.0.1 - name: Setup Haskell - uses: haskell-actions/setup@v2.12.0 + uses: haskell-actions/setup@v2.12.1 id: setup with: ghc-version: '9.6' diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 75a5ec16..4a96c9a5 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v7.0.1 - name: Setup Ruby - uses: ruby/setup-ruby@v1.324.0 + uses: ruby/setup-ruby@v1.325.0 with: ruby-version: '3.2' bundler-cache: true @@ -222,7 +222,7 @@ jobs: uses: actions/checkout@v7.0.1 - name: Setup Ruby - uses: ruby/setup-ruby@v1.324.0 + uses: ruby/setup-ruby@v1.325.0 with: ruby-version: '3.2' diff --git a/.github/workflows/security-policy.yml b/.github/workflows/security-policy.yml index f021fa70..70d1b6d9 100644 --- a/.github/workflows/security-policy.yml +++ b/.github/workflows/security-policy.yml @@ -70,7 +70,7 @@ jobs: uses: actions/checkout@v7.0.1 - name: Install cargo-deny - uses: taiki-e/install-action@v2.87.17 + uses: taiki-e/install-action@v2.87.18 with: tool: cargo-deny @@ -190,7 +190,7 @@ jobs: echo "head=$head" >> "$GITHUB_OUTPUT" - name: TruffleHog Secret Scan - uses: trufflesecurity/trufflehog@v3.97.5 + uses: trufflesecurity/trufflehog@v3.97.6 with: path: ./ base: ${{ steps.th.outputs.base }} @@ -461,7 +461,7 @@ jobs: uses: actions/checkout@v7.0.1 - name: Install cargo-deny - uses: taiki-e/install-action@v2.87.17 + uses: taiki-e/install-action@v2.87.18 with: tool: cargo-deny @@ -791,7 +791,7 @@ jobs: echo "head=$head" >> "$GITHUB_OUTPUT" - name: TruffleHog Secret Scan - uses: trufflesecurity/trufflehog@v3.97.5 + uses: trufflesecurity/trufflehog@v3.97.6 with: path: ./ base: ${{ steps.th.outputs.base }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b9b55146..09c3a3a7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -501,7 +501,7 @@ jobs: components: llvm-tools-preview - name: Install cargo-llvm-cov - uses: taiki-e/install-action@v2.87.17 + uses: taiki-e/install-action@v2.87.18 with: tool: cargo-llvm-cov