Skip to content

Commit 214359d

Browse files
authored
Merge branch 'master' into fix/s3-primary-storage-encryption
2 parents 7021784 + 4a4c30a commit 214359d

File tree

1,221 files changed

+14170
-7991
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,221 files changed

+14170
-7991
lines changed

.github/workflows/block-unconventional-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
with:
3232
persist-credentials: false
3333

34-
- uses: webiny/action-conventional-commits@8bc41ff4e7d423d56fa4905f6ff79209a78776c7 # v1.3.0
34+
- uses: webiny/action-conventional-commits@faccb24fc2550dd15c0390d944379d2d8ed9690e # v1.3.1
3535
with:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/cypress.yml

Lines changed: 5 additions & 5 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:
@@ -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

.github/workflows/generate-release-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
fi
7474
7575
- name: Set up php 8.2
76-
uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # v2.35.5
76+
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # v2.36.0
7777
timeout-minutes: 5
7878
with:
7979
php-version: 8.2

.github/workflows/lint-php-cs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
persist-credentials: false
5454

5555
- name: Set up php
56-
uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # v2.35.5
56+
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # v2.36.0
5757
timeout-minutes: 5
5858
with:
5959
php-version: 8.2

.github/workflows/lint-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
persist-credentials: false
5959

6060
- name: Set up php ${{ matrix.php-versions }}
61-
uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # v2.35.5
61+
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # v2.36.0
6262
timeout-minutes: 5
6363
with:
6464
php-version: ${{ matrix.php-versions }}

.github/workflows/npm-audit-fix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
7171
- name: Create Pull Request
7272
if: steps.checkout.outcome == 'success'
73-
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
73+
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
7474
with:
7575
token: ${{ secrets.COMMAND_BOT_PAT }}
7676
commit-message: 'fix(deps): Fix npm audit'

.github/workflows/openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
persist-credentials: false
3232

3333
- name: Set up php
34-
uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # v2.35.5
34+
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # v2.36.0
3535
timeout-minutes: 5
3636
with:
3737
php-version: '8.2'

.github/workflows/performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
ref: ${{ github.event.pull_request.base.ref }}
4343

4444
- name: Set up php ${{ matrix.php-versions }}
45-
uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # v2.35.5
45+
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # v2.36.0
4646
timeout-minutes: 5
4747
with:
4848
php-version: ${{ matrix.php-versions }}

.github/workflows/phpunit-mariadb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
submodules: true
9999

100100
- name: Set up php ${{ matrix.php-versions }}
101-
uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # v2.35.5
101+
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # v2.36.0
102102
timeout-minutes: 5
103103
with:
104104
php-version: ${{ matrix.php-versions }}

.github/workflows/phpunit-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
submodules: true
9999

100100
- name: Set up php ${{ matrix.php-versions }}
101-
uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # v2.35.5
101+
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # v2.36.0
102102
timeout-minutes: 5
103103
with:
104104
php-version: ${{ matrix.php-versions }}

0 commit comments

Comments
 (0)