@@ -107,7 +107,7 @@ jobs:
107107 services :
108108 mysql :
109109 # Only start mysql if we are running the setup tests
110- image : ${{matrix.containers == 'setup' && 'ghcr.io/nextcloud/continuous-integration-mysql-8.4:latest' || ''}}
110+ image : ${{matrix.containers == 'setup' && 'ghcr.io/nextcloud/continuous-integration-mysql-8.4:latest' || ''}} # zizmor: ignore[unpinned-images]
111111 ports :
112112 - ' 3306/tcp'
113113 env :
@@ -119,7 +119,7 @@ jobs:
119119
120120 mariadb :
121121 # Only start mariadb if we are running the setup tests
122- image : ${{matrix.containers == 'setup' && 'mariadb:11.4' || ''}}
122+ image : ${{matrix.containers == 'setup' && 'mariadb:11.4' || ''}} # zizmor: ignore[unpinned-images]
123123 ports :
124124 - ' 3306/tcp'
125125 env :
@@ -131,7 +131,7 @@ jobs:
131131
132132 postgres :
133133 # Only start postgres if we are running the setup tests
134- image : ${{matrix.containers == 'setup' && 'ghcr.io/nextcloud/continuous-integration-postgres-17:latest' || ''}}
134+ image : ${{matrix.containers == 'setup' && 'ghcr.io/nextcloud/continuous-integration-postgres-17:latest' || ''}} # zizmor: ignore[unpinned-images]
135135 ports :
136136 - ' 5432/tcp'
137137 env :
@@ -142,7 +142,7 @@ jobs:
142142
143143 oracle :
144144 # Only start oracle if we are running the setup tests
145- image : ${{matrix.containers == 'setup' && 'ghcr.io/gvenzl/oracle-free:23' || ''}}
145+ image : ${{matrix.containers == 'setup' && 'ghcr.io/gvenzl/oracle-free:23' || ''}} # zizmor: ignore[unpinned-images]
146146 ports :
147147 - ' 1521'
148148 env :
@@ -171,7 +171,7 @@ jobs:
171171 run : ./node_modules/cypress/bin/cypress install
172172
173173 - name : Run ${{ matrix.containers == 'component' && 'component' || 'E2E' }} cypress tests
174- uses : cypress-io/github-action@2ad32e649e4db26c07674ebae31a297601dbcbaf # v6.10.8
174+ uses : cypress-io/github-action@dca986193e4336cb32820819b07e9ecacacaaaf6 # v7.0.0
175175 with :
176176 # We already installed the dependencies in the init job
177177 install : false
0 commit comments