File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525
2626 - name : Install dependencies
2727 run : bun install
28- # env:
29- # SAFE_CHAIN_MINIMUM_PACKAGE_AGE_HOURS: 48
28+ env :
29+ SAFE_CHAIN_MINIMUM_PACKAGE_AGE_HOURS : 48
3030
3131 - name : Typecheck
3232 run : bun run typecheck
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323 uses : oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2
2424
2525 - name : Install safe-chain
26- run : curl -fsSL https://github.com/AikidoSec/safe-chain/releases/latest/download/install-safe-chain.sh | sh -s -- --ci
26+ run : curl -fsSL https://github.com/AikidoSec/safe-chain/releases/latest/download/install-safe-chain.sh | sh -s -- --ci --safe-chain-skip-minimum-package-age
2727
2828 - name : Install dependencies
2929 run : bun install
30- # env:
31- # SAFE_CHAIN_MINIMUM_PACKAGE_AGE_HOURS: 48
30+ env :
31+ SAFE_CHAIN_MINIMUM_PACKAGE_AGE_HOURS : 48
3232
3333 - name : Configure AWS credentials (OIDC)
3434 uses : aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
You can’t perform that action at this time.
0 commit comments