Skip to content

Commit 32943e9

Browse files
ci(gh): Pin images to a hash
Signed-off-by: Andy Scherzinger <[email protected]>
1 parent 9fcd503 commit 32943e9

6 files changed

+8
-8
lines changed

.github/workflows/files-external-s3.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
services:
5252
minio:
53-
image: bitnami/minio
53+
image: bitnami/minio:sha256-b55af04849786132c6571b916da9cfd77e1eaa813917929c06f023bebf94873b
5454
env:
5555
MINIO_ROOT_USER: nextcloud
5656
MINIO_ROOT_PASSWORD: bWluaW8tc2VjcmV0LWtleS1uZXh0Y2xvdWQ=
@@ -136,7 +136,7 @@ jobs:
136136
env:
137137
SERVICES: s3
138138
DEBUG: 1
139-
image: localstack/localstack
139+
image: localstack/localstack:sha256-85d0a5119b47af038301385fa16e1582912b3445e9e3a634148536eb28b1a0b3
140140
ports:
141141
- "4566:4566"
142142

.github/workflows/integration-dav.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
submodules: true
5757

5858
- name: Set up php ${{ matrix.php-versions }}
59-
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a #v2.33.0
59+
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0
6060
with:
6161
php-version: ${{ matrix.php-versions }}
6262
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation
@@ -67,7 +67,7 @@ jobs:
6767
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6868

6969
- name: Set up Python
70-
uses: LizardByte/setup-python-action@master
70+
uses: LizardByte/setup-python-action@f4367d0377eceec7e5e26da8f3863dd365b95a94 # v2025.426.160528
7171
with:
7272
python-version: '2.7'
7373

.github/workflows/integration-s3-primary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
ports:
5656
- 6379:6379/tcp
5757
minio:
58-
image: bitnami/minio
58+
image: bitnami/minio:sha256-b55af04849786132c6571b916da9cfd77e1eaa813917929c06f023bebf94873b
5959
env:
6060
MINIO_ROOT_USER: nextcloud
6161
MINIO_ROOT_PASSWORD: bWluaW8tc2VjcmV0LWtleS1uZXh0Y2xvdWQ=

.github/workflows/object-storage-s3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
options: --health-cmd="redis-cli ping" --health-interval=10s --health-timeout=5s --health-retries=3
6161

6262
minio:
63-
image: bitnami/minio
63+
image: bitnami/minio:sha256-b55af04849786132c6571b916da9cfd77e1eaa813917929c06f023bebf94873b
6464
env:
6565
MINIO_ROOT_USER: nextcloud
6666
MINIO_ROOT_PASSWORD: bWluaW8tc2VjcmV0LWtleS1uZXh0Y2xvdWQ=

.github/workflows/object-storage-swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
options: --health-cmd="redis-cli ping" --health-interval=10s --health-timeout=5s --health-retries=3
6161

6262
swift:
63-
image: ghcr.io/cscfi/docker-keystone-swift
63+
image: ghcr.io/cscfi/docker-keystone-swift:sha-7f82982
6464
ports:
6565
- 5000:5000
6666
- 8080:8080

.github/workflows/phpunit-object-store-primary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
options: --health-cmd="redis-cli ping" --health-interval=10s --health-timeout=5s --health-retries=3
6161

6262
minio:
63-
image: bitnami/minio
63+
image: bitnami/minio:sha256-b55af04849786132c6571b916da9cfd77e1eaa813917929c06f023bebf94873b
6464
env:
6565
MINIO_ROOT_USER: nextcloud
6666
MINIO_ROOT_PASSWORD: bWluaW8tc2VjcmV0LWtleS1uZXh0Y2xvdWQ=

0 commit comments

Comments
 (0)