From acb84100abf516aa88269e37075c0cc2af27a219 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Thu, 2 Oct 2025 13:38:01 +0200 Subject: [PATCH] chore: pin images in workflows (#10459) --- .github/workflows/qc_checks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qc_checks.yaml b/.github/workflows/qc_checks.yaml index 5b98f64eb1..d74c2167d4 100644 --- a/.github/workflows/qc_checks.yaml +++ b/.github/workflows/qc_checks.yaml @@ -405,7 +405,7 @@ jobs: - 5432:5432 redis: - image: redis + image: redis:8 ports: - 6379:6379 @@ -446,7 +446,7 @@ jobs: services: mysql: - image: mysql:latest + image: mysql:lts env: MYSQL_ALLOW_EMPTY_PASSWORD: yes MYSQL_DATABASE: ${{ env.INVENTREE_DB_NAME }}