@@ -38,14 +38,14 @@ jobs:
3838 steps :
3939 # Checkout the repository
4040 - name : Harden the runner (Audit all outbound calls)
41- uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
41+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
4242 with :
4343 egress-policy : audit
4444 - name : Checkout Code
4545 uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4646 - name : Get changed files
4747 id : changed-files-yaml
48- uses : tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0
48+ uses : tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 # v47.0.1
4949 with :
5050 files_yaml : |
5151 code:
7777 runs-on : ubuntu-22.04-oz-8core
7878 steps :
7979 - name : Harden the runner (Audit all outbound calls)
80- uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
80+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
8181 with :
8282 egress-policy : audit
8383 - name : Failed
9090 steps :
9191 # Checkout the repository
9292 - name : Harden the runner (Audit all outbound calls)
93- uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
93+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
9494 with :
9595 egress-policy : audit
9696 - name : Checkout Code
@@ -103,7 +103,7 @@ jobs:
103103 - name : Get cache-hit output
104104 run : ' echo "Cache hit >>>>>: ${{ steps.init.outputs.cache-hit }}"'
105105 - name : Install cargo hack
106- uses : taiki-e/install-action@92e6dd1c202153a204d471a3c509bf1e03dcfa44 # v2.62.61
106+ uses : taiki-e/install-action@dfcb1ee29051d97c8d0f2d437199570008fd5612 # v2.65.15
107107 with :
108108 tool : cargo-hack
109109
@@ -117,7 +117,7 @@ jobs:
117117 steps :
118118 # Checkout the repository
119119 - name : Harden the runner (Audit all outbound calls)
120- uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
120+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
121121 with :
122122 egress-policy : audit
123123 - name : Checkout Code
@@ -140,7 +140,7 @@ jobs:
140140 steps :
141141 # Checkout the repository
142142 - name : Harden the runner (Audit all outbound calls)
143- uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
143+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
144144 with :
145145 egress-policy : audit
146146 - name : Checkout Code
@@ -164,13 +164,13 @@ jobs:
164164 | sarif-fmt
165165 continue-on-error : true
166166 - name : upload sarif artifact
167- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
167+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
168168 with :
169169 name : clippy-results.sarif
170170 path : clippy-results.sarif
171171 retention-days : 1
172172 - name : Upload
173- uses : github/codeql-action/upload-sarif@fe4161a26a8629af62121b670040955b330f9af2 # v3.29.5
173+ uses : github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v3.29.5
174174 with :
175175 sarif_file : clippy-results.sarif
176176 wait-for-processing : true
@@ -186,7 +186,7 @@ jobs:
186186 runs-on : ubuntu-22.04-oz-8core
187187 steps :
188188 - name : Harden the runner (Audit all outbound calls)
189- uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
189+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
190190 with :
191191 egress-policy : audit
192192 - name : Checkout Code
@@ -224,7 +224,7 @@ jobs:
224224 - name : Get cache-hit output
225225 run : ' echo "Cache hit >>>>>: ${{ steps.init.outputs.cache-hit }}"'
226226 - name : Install cargo hack and cargo-llvm-cov
227- uses : taiki-e/install-action@92e6dd1c202153a204d471a3c509bf1e03dcfa44 # v2.62.61
227+ uses : taiki-e/install-action@dfcb1ee29051d97c8d0f2d437199570008fd5612 # v2.65.15
228228 with :
229229 tool : cargo-hack,cargo-llvm-cov
230230 - name : Run Developer Tests (excluding AI) and Generate Coverage Report
@@ -248,15 +248,15 @@ jobs:
248248
249249 # Upload coverage reports
250250 - name : Upload AI Coverage to Codecov
251- uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
251+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
252252 with :
253253 token : ${{ secrets.CODECOV_TOKEN }}
254254 name : ai-coverage
255255 files : ai-lcov.info
256256 flags : ai
257257 fail_ci_if_error : true
258258 - name : Upload Developer Coverage to Codecov
259- uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
259+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
260260 with :
261261 token : ${{ secrets.CODECOV_TOKEN }}
262262 name : dev-coverage
@@ -273,7 +273,7 @@ jobs:
273273 runs-on : ubuntu-latest
274274 steps :
275275 - name : Harden the runner (Audit all outbound calls)
276- uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
276+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
277277 with :
278278 egress-policy : audit
279279 - name : Checkout Code
@@ -300,7 +300,7 @@ jobs:
300300 - name : Get cache-hit output
301301 run : ' echo "Cache hit >>>>>: ${{ steps.init.outputs.cache-hit }}"'
302302 - name : Install cargo hack and cargo-llvm-cov
303- uses : taiki-e/install-action@92e6dd1c202153a204d471a3c509bf1e03dcfa44 # v2.62.61
303+ uses : taiki-e/install-action@dfcb1ee29051d97c8d0f2d437199570008fd5612 # v2.65.15
304304 with :
305305 tool : cargo-hack,cargo-llvm-cov
306306 - name : Run Properties Tests and Generate Coverage Report
@@ -311,7 +311,7 @@ jobs:
311311 CARGO_PROFILE_DEV_DEBUG : 1
312312 run : cargo hack llvm-cov --locked --ignore-filename-regex "(src/api/routes/docs/.*_docs\.rs$|src/repositories/.*/.*_redis\.rs$)" --lcov --output-path properties-lcov.info --test properties
313313 - name : Upload Properties Coverage to Codecov
314- uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
314+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
315315 with :
316316 token : ${{ secrets.CODECOV_TOKEN }}
317317 name : properties-coverage
@@ -328,13 +328,13 @@ jobs:
328328 steps :
329329 # Checkout the repository
330330 - name : Harden the runner (Audit all outbound calls)
331- uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
331+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
332332 with :
333333 egress-policy : audit
334334 - name : Checkout Code
335335 uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
336336 - name : Set up Docker Buildx
337- uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
337+ uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
338338 - name : Build local container
339339 uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
340340 with :
@@ -344,7 +344,7 @@ jobs:
344344 file : Dockerfile.development
345345 platforms : linux/amd64
346346 - name : Scan image
347- uses : anchore/scan-action@40a61b52209e9d50e87917c5b901783d546b12d0 # v7.2.1
347+ uses : anchore/scan-action@3c9a191a0fbab285ca6b8530b5de5a642cba332f # v7.2.2
348348 with :
349349 image : openzeppelin-relayer-dev:${{ github.sha }}
350350 fail-build : true
0 commit comments