File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -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 :
Original file line number Diff line number Diff line change 1515
1616permissions :
1717 contents : read
18- security-events : write
1918
2019concurrency :
2120 group : static-code-analysis-${{ github.head_ref || github.run_id }}
5958
6059 if : ${{ github.repository_owner != 'nextcloud-gmbh' }}
6160
61+ permissions :
62+ security-events : write
63+
6264 steps :
6365 - name : Checkout code
6466 uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
You can’t perform that action at this time.
0 commit comments