@@ -29,21 +29,21 @@ jobs:
2929
3030 steps :
3131 - name : Checkout sources
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333 with :
3434 submodules : recursive
3535 persist-credentials : false
3636
3737 - name : Install Foundry
38- uses : foundry-rs/foundry-toolchain@82dee4ba654bd2146511f85f0d013af94670c4de # v1.4 .0
38+ uses : foundry-rs/foundry-toolchain@50d5a8956f2e319df19e6b57539d7e2acb9f8c1e # v1.5 .0
3939 with :
4040 version : nightly
4141
4242 - name : Setup LCOV
4343 uses : hrishikesh-kadam/setup-lcov@6c1aa0cc9e1c02f9f58f01ac599f1064ccc83470 # v1
4444
4545 - name : Install Node.js 18
46- uses : actions/setup-node@v4
46+ uses : actions/setup-node@v6
4747 with :
4848 node-version : ' 18'
4949
8484 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
8585
8686 - name : Upload coverage reports to Codecov
87- uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
87+ uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
8888 env :
8989 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
9090 with :
@@ -98,13 +98,13 @@ jobs:
9898
9999 steps :
100100 - name : Checkout sources
101- uses : actions/checkout@v4
101+ uses : actions/checkout@v5
102102 with :
103103 submodules : recursive
104104 persist-credentials : false
105105
106106 - name : Install Node.js 18
107- uses : actions/setup-node@v4
107+ uses : actions/setup-node@v6
108108 with :
109109 node-version : ' 18'
110110
@@ -147,25 +147,25 @@ jobs:
147147 security-events : write
148148
149149 steps :
150- - uses : actions/checkout@v4
150+ - uses : actions/checkout@v5
151151 with :
152152 submodules : recursive
153153 persist-credentials : false
154154
155- - uses : actions/setup-node@v4
155+ - uses : actions/setup-node@v6
156156 with :
157157 node-version : ' 18'
158158
159159 - run : yarn install --frozen-lockfile
160160
161- - uses : foundry-rs/foundry-toolchain@82dee4ba654bd2146511f85f0d013af94670c4de # v1.4 .0
161+ - uses : foundry-rs/foundry-toolchain@50d5a8956f2e319df19e6b57539d7e2acb9f8c1e # v1.5 .0
162162 with :
163163 version : nightly
164164
165165 - name : Build contracts
166166 run : forge build --build-info --out out --evm-version cancun
167167
168- - uses : actions/setup-python@v5
168+ - uses : actions/setup-python@v6
169169 with :
170170 python-version : ' 3.11'
171171
@@ -186,7 +186,7 @@ jobs:
186186 --json slither-report.json \
187187 --markdown-root slither-report.md
188188
189- - uses : actions/upload-artifact@v4
189+ - uses : actions/upload-artifact@v5
190190 with :
191191 name : slither-static-analysis
192192 path : |
0 commit comments