From 2e806f7b083555e8434a583cbb8a5fae6739f254 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 12:47:12 +0200 Subject: [PATCH] chore(deps): update mariadb:11 docker digest to acf55e2 (#1128) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c9d494189..1828e1346 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -104,7 +104,7 @@ jobs: - mysql services: migration-smoke-db-mysql: - image: mariadb:11@sha256:1e4ec03d1b73af8e7a63137b8ef4820ac7d54c654a1e99eb76235f210f7f0a06 + image: mariadb:11@sha256:acf55e2d6262087ef9e0abb2552f907657e9773c3d3d99176c4092eddfade9dd env: MYSQL_ROOT_PASSWORD: vikunjatest MYSQL_DATABASE: vikunjatest @@ -178,7 +178,7 @@ jobs: - web services: db-mysql: - image: mariadb:11@sha256:1e4ec03d1b73af8e7a63137b8ef4820ac7d54c654a1e99eb76235f210f7f0a06 + image: mariadb:11@sha256:acf55e2d6262087ef9e0abb2552f907657e9773c3d3d99176c4092eddfade9dd env: MYSQL_ROOT_PASSWORD: vikunjatest MYSQL_DATABASE: vikunjatest