File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 services :
111111 mysql :
112112 # Only start mysql if we are running the setup tests
113- image : ${{matrix.containers == 'setup' && 'ghcr.io/nextcloud/continuous-integration-mysql-8.4:latest' || ''}}
113+ image : ${{matrix.containers == 'setup' && 'ghcr.io/nextcloud/continuous-integration-mysql-8.4:latest' || ''}} # zizmor: ignore[unpinned-images]
114114 ports :
115115 - ' 3306/tcp'
116116 env :
@@ -122,7 +122,7 @@ jobs:
122122
123123 mariadb :
124124 # Only start mariadb if we are running the setup tests
125- image : ${{matrix.containers == 'setup' && 'mariadb:11.4' || ''}}
125+ image : ${{matrix.containers == 'setup' && 'mariadb:11.4' || ''}} # zizmor: ignore[unpinned-images]
126126 ports :
127127 - ' 3306/tcp'
128128 env :
@@ -134,7 +134,7 @@ jobs:
134134
135135 postgres :
136136 # Only start postgres if we are running the setup tests
137- image : ${{matrix.containers == 'setup' && 'ghcr.io/nextcloud/continuous-integration-postgres-17:latest' || ''}}
137+ image : ${{matrix.containers == 'setup' && 'ghcr.io/nextcloud/continuous-integration-postgres-17:latest' || ''}} # zizmor: ignore[unpinned-images]
138138 ports :
139139 - ' 5432/tcp'
140140 env :
@@ -145,7 +145,7 @@ jobs:
145145
146146 oracle :
147147 # Only start oracle if we are running the setup tests
148- image : ${{matrix.containers == 'setup' && 'ghcr.io/gvenzl/oracle-free:23' || ''}}
148+ image : ${{matrix.containers == 'setup' && 'ghcr.io/gvenzl/oracle-free:23' || ''}} # zizmor: ignore[unpinned-images]
149149 ports :
150150 - ' 1521'
151151 env :
Original file line number Diff line number Diff line change 5757
5858 if : ${{ github.repository_owner != 'nextcloud-gmbh' }}
5959
60+ permissions :
61+ security-events : write
62+
6063 steps :
6164 - name : Checkout code
6265 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
You can’t perform that action at this time.
0 commit comments