We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bed9a6 commit e166645Copy full SHA for e166645
2 files changed
.gitlab-ci.yml
@@ -1,4 +1,4 @@
1
-image: python:3.13@sha256:52ed248783130e635b76b2eb8430626b2cdb6c5a5ab037193ece2d019632be0f
+image: python:3.13@sha256:53c9d790ac02d21b6073a80e80f083d4d05469f9465d903e9a4c0f27c761d82e
2
3
include:
4
- template: Security/Secret-Detection.gitlab-ci.yml
.gitlab/ci/deploy.yml
@@ -4,7 +4,7 @@ build_check:
stage: deploy
5
tags:
6
- shared
7
- image: python:3.13@sha256:52ed248783130e635b76b2eb8430626b2cdb6c5a5ab037193ece2d019632be0f
+ image: python:3.13@sha256:53c9d790ac02d21b6073a80e80f083d4d05469f9465d903e9a4c0f27c761d82e
8
before_script:
9
- python -m pip install --upgrade pip
10
- pip install build
0 commit comments