From b4904101d552a6fc09b17ce7b4389a40623ff34a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 14:49:08 +0000 Subject: [PATCH] renovate: Update mysql Docker tag to v26 --- .github/workflows/sonar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 2de1831..fe63514 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -13,7 +13,7 @@ jobs: services: mysql: - image: mysql:8 + image: mysql:26 env: MYSQL_ALLOW_EMPTY_PASSWORD: yes MYSQL_DATABASE: test