Skip to content

Commit

Permalink
- Update all non-major dependencies with digest and pinDigest
Browse files Browse the repository at this point in the history
  • Loading branch information
blumilk-renovate[bot] authored Jan 10, 2025
1 parent 132b5cc commit fcafec9
Show file tree
Hide file tree
Showing 13 changed files with 315 additions and 366 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-beta-manually.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: echo "DEPLOYMENT_PROJECT_VERSION=$(bash ./environment/prod/deployment/scripts/version.sh --long)" >> $GITHUB_ENV

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

- name: login to GitHub Container Registry
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: echo "DEPLOYMENT_PROJECT_VERSION=$(bash ./environment/prod/deployment/scripts/version.sh --long)" >> $GITHUB_ENV

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

- name: login to GitHub Container Registry
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-lint-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Cache dependencies
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: node_modules
key: ${{ runner.os }}-npm-dependencies-${{ hashFiles('package.lock') }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-and-lint-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-22.04
services:
postgres:
image: postgres:15@sha256:6cbdd616ae7ea61fa88873fdab529b3fd141b8a8311bfe4e6e62575f643f88fe
image: postgres:15@sha256:06dd85a64e950719a3ee8435ce1bdc32b5f8acf406185d7ff875bcced5817165
env:
POSTGRES_DB: toby-test
POSTGRES_USER: toby
Expand All @@ -40,14 +40,14 @@ jobs:
run: composer validate

- name: Cache dependencies
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: vendor
key: ${{ runner.os }}-composer-dependencies-${{ hashFiles('composer.lock') }}
restore-keys: ${{ runner.os }}-composer-dependencies

- name: Setup PHP
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # 2.31.1
uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # 2.32.0
with:
php-version: 8.3
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, pdo_pgsql, intl, gd
Expand Down
26 changes: 13 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,32 @@
"ext-pdo": "*",
"ext-redis": "*",
"azuyalabs/yasumi": "^2.7",
"barryvdh/laravel-dompdf": "^3.0",
"dompdf/dompdf": "^3.0",
"barryvdh/laravel-dompdf": "^3.0.1",
"dompdf/dompdf": "^3.0.2",
"fakerphp/faker": "^1.24.1",
"guzzlehttp/guzzle": "^7.9.2",
"inertiajs/inertia-laravel": "^1.3.1",
"laragear/cache-query": "^4.0",
"laravel/framework": "^11.34.2",
"laravel/sanctum": "^4.0.5",
"laravel/socialite": "^5.16",
"inertiajs/inertia-laravel": "^1.3.2",
"laragear/cache-query": "^4.1.0",
"laravel/framework": "^11.37.0",
"laravel/sanctum": "^4.0.7",
"laravel/socialite": "^5.16.1",
"laravel/telescope": "^5.2.6",
"laravel/tinker": "^2.10",
"maatwebsite/excel": "^3.1.61",
"maatwebsite/excel": "^3.1.62",
"phpoffice/phpword": "^1.3",
"sentry/sentry-laravel": "^4.10.1",
"sentry/sentry-laravel": "^4.10.2",
"spatie/laravel-google-calendar": "^3.8",
"spatie/laravel-model-states": "^2.7.2",
"spatie/laravel-model-states": "^2.10.0",
"spatie/laravel-permission": "^6.10.1",
"spatie/laravel-slack-slash-command": "^1.12"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.14.9",
"blumilksoftware/codestyle": "^4.0",
"barryvdh/laravel-debugbar": "^3.14.10",
"blumilksoftware/codestyle": "^4.0.1",
"laravel/dusk": "^8.2.12",
"mockery/mockery": "^1.6.12",
"nunomaduro/collision": "^8.5.0",
"phpunit/phpunit": "^11.4.4",
"phpunit/phpunit": "^11.5.2",
"spatie/laravel-ignition": "^2.9.0"
},
"autoload": {
Expand Down
Loading

0 comments on commit fcafec9

Please sign in to comment.