From 80c66ab9b404672b41c597c1b0ce3d759258ff56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 01:12:42 +0000 Subject: [PATCH] deps: bump the regular group with 2 updates Bumps the regular group with 2 updates: [graalvm/setup-graalvm](https://github.com/graalvm/setup-graalvm) and [pnpm/action-setup](https://github.com/pnpm/action-setup). Updates `graalvm/setup-graalvm` from 1.5.0 to 1.5.2 - [Release notes](https://github.com/graalvm/setup-graalvm/releases) - [Commits](https://github.com/graalvm/setup-graalvm/compare/f744c72a42b1995d7b0cbc314bde4bace7ac1fe1...60c26726de13f8b90771df4bc1641a52a3159994) Updates `pnpm/action-setup` from 4.2.0 to 5.0.0 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/41ff72655975bd51cab0327fa583b6e92b6d3061...fc06bc1257f339d1d5d8b3a19a8cae5388b55320) --- updated-dependencies: - dependency-name: graalvm/setup-graalvm dependency-version: 1.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: regular - dependency-name: pnpm/action-setup dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: regular ... Signed-off-by: dependabot[bot] --- .github/workflows/pull_request.yml | 2 +- .github/workflows/pull_request_docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index caf9d3e8b7..4eea5bb9c4 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -92,7 +92,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: graalvm/setup-graalvm@f744c72a42b1995d7b0cbc314bde4bace7ac1fe1 # v1.5.0 + - uses: graalvm/setup-graalvm@60c26726de13f8b90771df4bc1641a52a3159994 # v1.5.2 with: java-version: ${{matrix.java-version}} distribution: 'graalvm-community' diff --git a/.github/workflows/pull_request_docs.yml b/.github/workflows/pull_request_docs.yml index cadc3eae0c..46e550206c 100644 --- a/.github/workflows/pull_request_docs.yml +++ b/.github/workflows/pull_request_docs.yml @@ -79,7 +79,7 @@ jobs: token: ${{ secrets.JRELEASER_GITHUB_TOKEN }} # Safe; only used to clone the repo and not stored in the fork. fetch-depth: 0 # Otherwise merge will fail on account of not having history. - name: Install pnpm - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 + uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 - name: Use Aikido Sec Safe Chain run: | pnpm install -g @aikidosec/safe-chain@1.1.7