Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .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@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1

- name: login to GitHub Container Registry
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
Expand All @@ -59,7 +59,7 @@ jobs:
context: workflow

- name: build and push image
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
with:
context: .
file: ./environment/prod/app/Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .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@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1

- name: login to GitHub Container Registry
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
Expand All @@ -50,7 +50,7 @@ jobs:
context: workflow

- name: build and push image
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
with:
context: .
file: ./environment/prod/app/Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-and-lint-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
restore-keys: ${{ runner.os }}-npm-dependencies

- name: Set up node
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: 22.14.0
node-version: 22.17.0

- name: Instal npm dependencies
run: npm clean-install
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,10 +25,10 @@ jobs:
runs-on: ubuntu-24.04
env:
# renovate: datasource=docker depName=php
PHP_VERSION: 8.4.5
PHP_VERSION: 8.4.7
services:
postgres:
image: postgres:15@sha256:9e9298817d19f4bd60c5028a25762b394db37dda173dd3d035a1bc155542051a
image: postgres:15@sha256:b77bf42292afa2fd5d56289f00118166c10aff6f11bfd54de4eb696a0a09108e
env:
POSTGRES_DB: toby-test
POSTGRES_USER: toby
Expand All @@ -50,7 +50,7 @@ jobs:
restore-keys: ${{ runner.os }}-composer-dependencies

- name: Setup PHP
uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # 2.32.0
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # 2.34.1
with:
php-version: ${{ env.PHP_VERSION }}
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 @@ -13,28 +13,28 @@
"dompdf/dompdf": "^3.1.0",
"fakerphp/faker": "^1.24.1",
"guzzlehttp/guzzle": "^7.9.3",
"inertiajs/inertia-laravel": "^2.0.1",
"inertiajs/inertia-laravel": "^2.0.3",
"laragear/cache-query": "^4.2.2",
"laravel/framework": "^11.44.2",
"laravel/sanctum": "^4.0.8",
"laravel/socialite": "^5.19.0",
"laravel/telescope": "^5.7.0",
"laravel/framework": "^11.45.1",
"laravel/sanctum": "^4.1.1",
"laravel/socialite": "^5.21.0",
"laravel/telescope": "^5.9.1",
"laravel/tinker": "^2.10.1",
"maatwebsite/excel": "^3.1.64",
"phpoffice/phpword": "^1.3",
"sentry/sentry-laravel": "^4.13.0",
"phpoffice/phpword": "^1.4.0",
"sentry/sentry-laravel": "^4.15.1",
"spatie/laravel-google-calendar": "^3.8.3",
"spatie/laravel-model-states": "^2.11.2",
"spatie/laravel-permission": "^6.16.0",
"spatie/laravel-model-states": "^2.11.3",
"spatie/laravel-permission": "^6.20.0",
"spatie/laravel-slack-slash-command": "^1.12.1"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.15.2",
"barryvdh/laravel-debugbar": "^3.15.4",
"blumilksoftware/codestyle": "^4.1.0",
"laravel/dusk": "^8.3.2",
"laravel/dusk": "^8.3.3",
"mockery/mockery": "^1.6.12",
"nunomaduro/collision": "^8.7.0",
"phpunit/phpunit": "^11.5.15",
"nunomaduro/collision": "^8.8.2",
"phpunit/phpunit": "^11.5.25",
"spatie/laravel-ignition": "^2.9.1"
},
"autoload": {
Expand Down
Loading
Loading