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