From 8ced95620e7bbe570617d34463d8c8e3c26d9cf2 Mon Sep 17 00:00:00 2001 From: "trap-renovate[bot]" <138502363+trap-renovate[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 21:04:05 +0000 Subject: [PATCH] feat(github-action)!: Update image mariadb to v12 --- .github/workflows/main.yml | 4 ++-- compose.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 113a5c582..d132c32f2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,7 +49,7 @@ jobs: needs: [build] services: mysql: - image: mariadb:10.11.19@sha256:ce66c7be32a03aabe7241d0a10993a2db827ef652a35d25727d92a832ac8ef73 + image: mariadb:12.3.3@sha256:dd9b303aed4f4890ed09f766d8ca9ddfd176c0c6f6267feff53b3192ec65a979 options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3 env: MYSQL_ROOT_PASSWORD: password @@ -81,7 +81,7 @@ jobs: needs: [build] services: mysql: - image: mariadb:10.11.19@sha256:ce66c7be32a03aabe7241d0a10993a2db827ef652a35d25727d92a832ac8ef73 + image: mariadb:12.3.3@sha256:dd9b303aed4f4890ed09f766d8ca9ddfd176c0c6f6267feff53b3192ec65a979 options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3 env: MYSQL_ROOT_PASSWORD: password diff --git a/compose.yaml b/compose.yaml index 46137b42c..3f04dc0d7 100644 --- a/compose.yaml +++ b/compose.yaml @@ -43,7 +43,7 @@ services: - backend mysql: - image: mariadb:10.11.19@sha256:ce66c7be32a03aabe7241d0a10993a2db827ef652a35d25727d92a832ac8ef73 + image: mariadb:12.3.3@sha256:dd9b303aed4f4890ed09f766d8ca9ddfd176c0c6f6267feff53b3192ec65a979 restart: always environment: MYSQL_ROOT_PASSWORD: password