diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f70cf8cd..ba8386768 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: python:3.13@sha256:52ed248783130e635b76b2eb8430626b2cdb6c5a5ab037193ece2d019632be0f +image: python:3.13@sha256:135188571fdcd2d0627e8248803224e54bad50f843f182bbbaced1626f5f59dd include: - template: Security/Secret-Detection.gitlab-ci.yml diff --git a/.gitlab/ci/deploy.yml b/.gitlab/ci/deploy.yml index 855b1f0f1..70736c0c0 100644 --- a/.gitlab/ci/deploy.yml +++ b/.gitlab/ci/deploy.yml @@ -4,7 +4,7 @@ build_check: stage: deploy tags: - shared - image: python:3.13@sha256:52ed248783130e635b76b2eb8430626b2cdb6c5a5ab037193ece2d019632be0f + image: python:3.13@sha256:135188571fdcd2d0627e8248803224e54bad50f843f182bbbaced1626f5f59dd before_script: - python -m pip install --upgrade pip - pip install build