Skip to content

Commit 16b280a

Browse files
committed
ci: merge with main
2 parents 944b235 + 585a501 commit 16b280a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repos:
3535
- id: detect-secrets
3636

3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.11.0
38+
rev: v0.11.2
3939
hooks:
4040
- id: ruff
4141
- id: ruff-format
@@ -49,7 +49,7 @@ repos:
4949
# - id: renovate-config-validator
5050

5151
- repo: https://github.com/gitleaks/gitleaks
52-
rev: v8.24.0
52+
rev: v8.24.2
5353
hooks:
5454
- id: gitleaks
5555

tests/model_registry/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def model_registry_db_deployment(
186186
"/var/lib/mysql/datadir",
187187
"--default-authentication-plugin=mysql_native_password",
188188
],
189-
"image": "mysql:8.3.0",
189+
"image": "public.ecr.aws/docker/library/mysql:8.3.0",
190190
"imagePullPolicy": "IfNotPresent",
191191
"livenessProbe": {
192192
"exec": {

0 commit comments

Comments
 (0)