Skip to content

Commit 42db4d6

Browse files
- Update all non-major dependencies with digest and pinDigest
1 parent ada6029 commit 42db4d6

File tree

8 files changed

+169
-160
lines changed

8 files changed

+169
-160
lines changed

.github/workflows/deploy-to-beta-by-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: echo "DEPLOYMENT_PROJECT_VERSION=$(bash ./environment/prod/deployment/scripts/version.sh --long)" >> $GITHUB_ENV
4343

4444
- name: set up Docker Buildx
45-
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
45+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
4646

4747
- name: login to GitHub Container Registry
4848
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
@@ -64,7 +64,7 @@ jobs:
6464
context: workflow
6565

6666
- name: build and push image
67-
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
67+
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
6868
with:
6969
context: .
7070
file: ./environment/prod/app/Dockerfile

.github/workflows/test-and-lint-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
restore-keys: ${{ runner.os }}-composer-dependencies
4848

4949
- name: Setup PHP
50-
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # 2.31.1
50+
uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # 2.32.0
5151
with:
5252
php-version: 8.3
5353
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, pdo_pgsql, intl

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
"fakerphp/faker": "^1.24.1",
1212
"guzzlehttp/guzzle": "^7.9.2",
1313
"inertiajs/inertia-laravel": "^1.3.2",
14-
"laravel/framework": "^11.25.0",
15-
"laravel/sanctum": "^4.0.6",
14+
"laravel/framework": "^11.37.0",
15+
"laravel/sanctum": "^4.0.7",
1616
"laravel/tinker": "^2.10.0",
17-
"sentry/sentry-laravel": "^4.10.1",
17+
"sentry/sentry-laravel": "^4.10.2",
1818
"spatie/laravel-options": "^1.1.1",
1919
"stevebauman/purify": "^6.2.2"
2020
},
2121
"require-dev": {
2222
"blumilksoftware/codestyle": "^3.3",
2323
"mockery/mockery": "^1.6.12",
2424
"nunomaduro/collision": "^8.5.0",
25-
"phpunit/phpunit": "^11.5.0",
25+
"phpunit/phpunit": "^11.5.3",
2626
"spatie/laravel-ignition": "^2.9.0"
2727
},
2828
"autoload": {

0 commit comments

Comments
 (0)