Skip to content

Commit e15d44d

Browse files
Merge pull request #57851 from nextcloud/backport/57848/stable32
[stable32] ci(actions): Satisfy zizmor
2 parents 8a00035 + dca8565 commit e15d44d

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/cypress.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

.github/workflows/static-code-analysis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ jobs:
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

0 commit comments

Comments
 (0)