Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot
423327a010 Update https://git.quad4.io/actions/login-action digest to 5e57cd1
All checks were successful
Build and Publish Docker Image / build (pull_request) Successful in 11m51s
2025-12-30 00:02:04 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ jobs:
uses: https://git.quad4.io/actions/setup-buildx-action@7fbd262f0ca05b45700d8eaaf71f40837d036cc7 # v3
- name: Log in to the Container registry
uses: https://git.quad4.io/actions/login-action@bb91d7e20cfedb030a44164cb558bba899e1010a # v3
uses: https://git.quad4.io/actions/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ secrets.REGISTRY_USERNAME }}

View File

@@ -31,7 +31,7 @@ jobs:
with:
persist-credentials: false
- name: Set up Python
uses: https://git.quad4.io/actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
uses: https://git.quad4.io/actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
with:
python-version: "3.13"
- name: Install pypa/build

View File

@@ -11,7 +11,7 @@ jobs:
- name: Checkout
uses: https://git.quad4.io/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Set up Python
uses: https://git.quad4.io/actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
uses: https://git.quad4.io/actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
with:
python-version: '3.10'
- name: Install dependencies