Skip to content

Commit 4e66294

Browse files
Thegaramzimpha
authored andcommitted
ci: bump GitHub Action versions (#107)
1 parent 6d2b365 commit 4e66294

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/contracts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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

@@ -85,7 +85,7 @@ jobs:
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:

.github/workflows/docker-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
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
@@ -60,7 +60,7 @@ jobs:
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

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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

0 commit comments

Comments
 (0)