File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6666 key : ${{ env.key }}
6767
6868 - name : Cache extensions
69- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
69+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
7070 with :
7171 path : ${{ steps.extcache.outputs.dir }}
7272 key : ${{ steps.extcache.outputs.key }}
@@ -85,15 +85,15 @@ jobs:
8585
8686 - name : Cache Composer packages
8787 id : composer-cache
88- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
88+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
8989 with :
9090 path : vendor
9191 key : ${{ runner.os }}-${{ matrix.php-version }}-vendor-${{ hashFiles('composer.json') }}
9292 restore-keys : |
9393 ${{ runner.os }}-${{ matrix.php-version }}-vendor-
9494 - name : Cache test tools
9595 id : test-tools-cache
96- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
96+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
9797 with :
9898 path : vendor-bin
9999 key : ${{ runner.os }}-${{ matrix.php-version }}-vendor-bin-${{ hashFiles('vendor-bin/*/composer.json') }}
@@ -165,7 +165,7 @@ jobs:
165165 run : composer spi:show-outdated-package-dependencies
166166
167167 - name : Code Coverage
168- uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
168+ uses : codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
169169 with :
170170 token : ${{ secrets.CODECOV_TOKEN }}
171171 files : ./coverage.clover
Original file line number Diff line number Diff line change 11FROM composer:2.9@sha256:743aebe48ca67097c36819040633ea77e44a561eca135e4fc84c002e63a1ba07 AS composer
2- FROM debian:trixie@sha256:55a15a112b42be10bfc8092fcc40b6748dc236f7ef46a358d9392b339e9d60e8
2+ FROM debian:trixie-20260406 @sha256:3352c2e13876c8a5c5873ef20870e1939e73cb9a3c1aeba5e3e72172a85ce9ed
33WORKDIR /usr/src/myapp
44
55RUN apt-get update \
You can’t perform that action at this time.
0 commit comments