Skip to content

Commit e430f85

Browse files
Merge pull request #57852 from nextcloud/backport/57848/stable33
[stable33] ci(actions): Satisfy zizmor
2 parents 5d0f78f + e1d9ae5 commit e430f85

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/cypress.yml

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

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ on:
1515

1616
permissions:
1717
contents: read
18-
security-events: write
1918

2019
concurrency:
2120
group: static-code-analysis-${{ github.head_ref || github.run_id }}
@@ -59,6 +58,9 @@ jobs:
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

0 commit comments

Comments
 (0)