Skip to content

Commit 044f6f7

Browse files
chore(deps): update all patch versions
1 parent 6fef63f commit 044f6f7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# uploads of run results in SARIF format to the repository Actions tab.
3737
# https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
3838
- name: "Upload artifact"
39-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
39+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4040
with:
4141
name: SARIF file
4242
path: results.sarif

.github/workflows/php.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3939

40-
- uses: gacts/run-and-post-run@81b6ce503cde93862cec047c54652e45c5dca991 # v1.4.3
40+
- uses: gacts/run-and-post-run@598d7a875d5620e0457490555b5e18e46082aa47 # v1.4.4
4141
id: post-run-command
4242
with:
4343
post: |
@@ -66,7 +66,7 @@ jobs:
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

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM composer:2.9@sha256:743aebe48ca67097c36819040633ea77e44a561eca135e4fc84c002e63a1ba07 AS composer
2-
FROM debian:trixie@sha256:55a15a112b42be10bfc8092fcc40b6748dc236f7ef46a358d9392b339e9d60e8
2+
FROM debian:trixie-20260406@sha256:3352c2e13876c8a5c5873ef20870e1939e73cb9a3c1aeba5e3e72172a85ce9ed
33
WORKDIR /usr/src/myapp
44

55
RUN apt-get update \

0 commit comments

Comments
 (0)