mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-04 10:39:23 +02:00
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:
parent
7e83c7b591
commit
3c46e3155c
6
.github/actions/setup-nodejs/action.yml
vendored
6
.github/actions/setup-nodejs/action.yml
vendored
|
|
@ -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 -
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user