Skip to content

Commit 98c8ab2

Browse files
authored
Merge pull request #702 from asgrim/action-and-dep-updates
Action and dep updates
2 parents e09b381 + 72a2c78 commit 98c8ab2

4 files changed

Lines changed: 76 additions & 76 deletions

File tree

.github/workflows/build-and-push-docker-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,18 @@ jobs:
6060
uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 #v4.1.0
6161

6262
- name: Set up Docker Buildx
63-
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 #v4.1.0
63+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c #v4.2.0
6464

6565
- name: Log in to the Container registry
66-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee #v4.2.0
66+
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 #v4.5.1
6767
with:
6868
registry: ghcr.io
6969
username: ${{ github.actor }}
7070
password: ${{ secrets.GITHUB_TOKEN }}
7171

7272
- name: Extract metadata (tags, labels) for Docker
7373
id: meta
74-
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 #v6.1.0
74+
uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 #v6.2.0
7575
with:
7676
flavor: |
7777
latest=false

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
persist-credentials: false
6868
- name: Test in FreeBSD
69-
uses: vmactions/freebsd-vm@5a72679103d223925653750faa878a143340fbd0 #v1.5.0
69+
uses: vmactions/freebsd-vm@77ed28d336d03fe19a3f4f7266c1d2c4714dd79d #v1.5.2
7070
env:
7171
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7272
with:
@@ -311,7 +311,7 @@ jobs:
311311
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0
312312
with:
313313
persist-credentials: false
314-
- uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa #v0.5.7
314+
- uses: zizmorcore/zizmor-action@6fc4b006235f201fdab3722e17240ab420d580e5 #v0.6.1
315315
with:
316316
advanced-security: false
317317

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"fidry/cpu-core-counter": "^1.3.0",
3535
"illuminate/container": "^10.49.0",
3636
"psr/container": "^2.0.2",
37-
"symfony/console": "^6.4.42",
38-
"symfony/event-dispatcher": "^6.4.37",
37+
"symfony/console": "^6.4.43",
38+
"symfony/event-dispatcher": "^6.4.43",
3939
"symfony/process": "^6.4.41",
4040
"thecodingmachine/safe": "^3.4",
4141
"thephpf/attestation": "^0.0.7",
@@ -47,7 +47,7 @@
4747
"bnf/phpstan-psr-container": "^1.1",
4848
"cyclonedx/cyclonedx-php-composer": "^6.2.0",
4949
"doctrine/coding-standard": "^14.0.0",
50-
"phpstan/phpstan": "^2.2.5",
50+
"phpstan/phpstan": "^2.2.8",
5151
"phpstan/phpstan-phpunit": "^2.0.18",
5252
"phpstan/phpstan-webmozart-assert": "^2.0",
5353
"phpunit/phpunit": "^10.5.64",

0 commit comments

Comments
 (0)