Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: python:3.13@sha256:52ed248783130e635b76b2eb8430626b2cdb6c5a5ab037193ece2d019632be0f
image: python:3.13@sha256:135188571fdcd2d0627e8248803224e54bad50f843f182bbbaced1626f5f59dd

include:
- template: Security/Secret-Detection.gitlab-ci.yml
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/ci/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading