ci: Bump Aikido safe-chain to 1.5.7 (#31649)

Co-authored-by: n8n-cat-bot[bot] <n8n-cat-bot[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
n8n-cat-bot[bot] 2026-06-03 12:02:08 +00:00 committed by GitHub
parent 7e83c7b591
commit 3c46e3155c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,12 +101,12 @@ runs:
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: ~/.safe-chain/bin
key: safe-chain-1.5.3-${{ runner.os }}-${{ runner.arch }}
key: safe-chain-1.5.7-${{ runner.os }}-${{ runner.arch }}
- name: Install Aikido SafeChain
run: |
VERSION="1.5.3"
EXPECTED_SHA256="0107cbbbf90159379756157e902acae512d62ffbd174307e42c5fe9f266792d3"
VERSION="1.5.7"
EXPECTED_SHA256="07ab512fd8795ce41b2275be369aced4c9a93cc7bca9b397951507891a955239"
node .github/scripts/retry.mjs --attempts 3 --delay 10 -- \
curl -fsSL -o install-safe-chain.sh "https://github.com/AikidoSec/safe-chain/releases/download/${VERSION}/install-safe-chain.sh"
echo "${EXPECTED_SHA256} install-safe-chain.sh" | sha256sum -c -