File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3636 persist-credentials : false
3737
3838 - name : Install Foundry
39- uses : foundry-rs/foundry-toolchain@de808b1eea699e761c404bda44ba8f21aba30b2c # v1.3.1
39+ uses : foundry-rs/foundry-toolchain@82dee4ba654bd2146511f85f0d013af94670c4de # v1.4.0
4040 with :
4141 version : nightly
4242
8585 run : lcov --rc branch_coverage=1 --remove ./lcov.info -o ./lcov.info.pruned 'src/mocks/*' 'src/test/*' 'scripts/*' 'node_modules/*' 'lib/*' --ignore-errors unused,unused
8686
8787 - name : Upload coverage reports to Codecov
88- uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
88+ uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
8989 env :
9090 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
9191 with :
Original file line number Diff line number Diff line change 4747 id : build_deploy_image
4848 env :
4949 REPOSITORY : scrolltech/scroll-stack-contracts
50- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
50+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
5151 with :
5252 platforms : linux/amd64,linux/arm64
5353 push : true
6060 id : build_gen_image
6161 env :
6262 REPOSITORY : scrolltech/scroll-stack-contracts
63- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
63+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
6464 with :
6565 platforms : linux/amd64,linux/arm64
6666 push : true
Original file line number Diff line number Diff line change 1717 persist-credentials : false
1818
1919 - name : Install the latest version of uv
20- uses : astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3 .1
20+ uses : astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # v6.0 .1
2121
2222 - name : Run zizmor
2323 run : uvx zizmor --format sarif . > results.sarif
You can’t perform that action at this time.
0 commit comments