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 14, 2025
1 parent f77422e commit b35daba
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 46 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:11423e02d34154b13d69250ad5d5635ec47fb046fb4d1431a08a6d64496efb19
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
24 changes: 12 additions & 12 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": "^2.0",
"laragear/cache-query": "^4.0",
"laravel/framework": "^11.34.2",
"laravel/sanctum": "^4.0.5",
"laravel/socialite": "^5.16",
"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.5",
"phpunit/phpunit": "^11.5.2",
"spatie/laravel-ignition": "^2.9.0"
},
"autoload": {
Expand Down
40 changes: 20 additions & 20 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
condition: service_healthy

database:
image: postgres:15@sha256:6cbdd616ae7ea61fa88873fdab529b3fd141b8a8311bfe4e6e62575f643f88fe
image: postgres:15@sha256:11423e02d34154b13d69250ad5d5635ec47fb046fb4d1431a08a6d64496efb19
container_name: toby-db-dev
environment:
- PGPASSWORD=${DOCKER_DEV_DB_ROOT_PASSWORD}
Expand Down Expand Up @@ -75,7 +75,7 @@ services:
restart: unless-stopped

mailpit:
image: axllent/mailpit:v1.20@sha256:cd75e91719cace4e3100eab9f848ecf2ecdd7f4db01e1573a0114769dad4ba2e
image: axllent/mailpit:v1.21@sha256:81370195cd4a0eab9604d17c2617a7525b0486f9365555253b6c5376c6350f1a
container_name: toby-mailpit-dev
labels:
- "traefik.enable=true"
Expand All @@ -99,7 +99,7 @@ services:
restart: unless-stopped

selenium:
image: selenium/standalone-chrome@sha256:9aea0e8f2b0a90da142082d8d739b9aa996dad922efc00e4084b5b82087b57f7
image: selenium/standalone-chrome@sha256:ee194f1bce288cc17ff02a8b63a2be33ec1185e064586b744cbf5678221e8332
container_name: toby-selenium-dev
volumes:
- /dev/shm:/dev/shm
Expand Down
4 changes: 2 additions & 2 deletions environment/dev/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# renovate: datasource=docker depName=php
ARG PHP_VERSION=8.3.14
ARG PHP_VERSION=8.4.1
ARG PHP_MODULE_NAME=php${PHP_VERSION}
# https://github.com/nginx/unit/tags
ARG UNIT_VERSION=1.31.1-1

FROM alpine:3.20.3@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d AS secops-tools
FROM alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099 AS secops-tools

# https://github.com/FiloSottile/age/releases
ARG AGE_VERSION="1.1.1"
Expand Down
2 changes: 1 addition & 1 deletion environment/prod/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# renovate: datasource=docker depName=php
ARG PHP_VERSION=8.3.14
ARG PHP_VERSION=8.4.1
ARG PHP_MODULE_NAME=php${PHP_VERSION}
# https://github.com/nginx/unit/tags
ARG UNIT_VERSION=1.31.1-1
Expand Down
2 changes: 1 addition & 1 deletion environment/prod/deployment/beta/docker-compose.beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
- .deployment

toby-beta-database:
image: postgres:15@sha256:6cbdd616ae7ea61fa88873fdab529b3fd141b8a8311bfe4e6e62575f643f88fe
image: postgres:15@sha256:11423e02d34154b13d69250ad5d5635ec47fb046fb4d1431a08a6d64496efb19
container_name: toby-beta-database
environment:
- PGPASSWORD=${DOCKER_TOBY_BETA_DB_ROOT_PASSWORD:? variable DOCKER_TOBY_BETA_DB_ROOT_PASSWORD not set}
Expand Down
2 changes: 1 addition & 1 deletion environment/prod/deployment/prod/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
- .deployment

toby-prod-database:
image: postgres:15@sha256:6cbdd616ae7ea61fa88873fdab529b3fd141b8a8311bfe4e6e62575f643f88fe
image: postgres:15@sha256:11423e02d34154b13d69250ad5d5635ec47fb046fb4d1431a08a6d64496efb19
container_name: toby-prod-database
environment:
- PGPASSWORD=${DOCKER_TOBY_PROD_DB_ROOT_PASSWORD:? variable DOCKER_TOBY_PROD_DB_ROOT_PASSWORD not set}
Expand Down

0 comments on commit b35daba

Please sign in to comment.