Skip to content

Commit bf0e36e

Browse files
committed
Merge branch 'develop' of ssh://github.com/element-hq/element-web into renovate/npm-minor-patch
# Conflicts: # pnpm-lock.yaml
2 parents a106804 + b2c19d4 commit bf0e36e

23 files changed

+1373
-1677
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
persist-credentials: false
4949

50-
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
50+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4
5151
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
5252
with:
5353
# Disable cache on Windows as it is slower than not caching

.github/workflows/build_develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
persist-credentials: false
3434

35-
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
35+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4
3636
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
3737
with:
3838
cache: "pnpm"

.github/workflows/cd.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3
3838

3939
- name: Set up QEMU
40-
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3
40+
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4
4141

4242
- name: Set up Docker Buildx
4343
id: builder
44-
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
44+
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
4545

46-
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
46+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4
4747
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
4848
with:
4949
node-version-file: package.json
@@ -53,7 +53,7 @@ jobs:
5353
run: "pnpm install --frozen-lockfile"
5454

5555
- name: Login to GitHub Container Registry
56-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
56+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
5757
with:
5858
registry: ghcr.io
5959
username: ${{ github.repository_owner }}

.github/workflows/docker.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ jobs:
3030
if: github.event_name != 'pull_request'
3131

3232
- name: Set up QEMU
33-
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3
33+
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4
3434

3535
- name: Set up Docker Buildx
36-
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
36+
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
3737
with:
3838
install: true
3939

4040
- name: Build and load
4141
id: test-build
42-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
42+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
4343
with:
4444
context: .
4545
file: apps/web/Dockerfile
@@ -83,7 +83,7 @@ jobs:
8383
8484
- name: Docker meta
8585
id: meta
86-
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5
86+
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6
8787
if: github.event_name != 'pull_request'
8888
with:
8989
images: |
@@ -97,22 +97,22 @@ jobs:
9797
latest=${{ contains(github.ref_name, '-rc.') && 'false' || 'auto' }}
9898
9999
- name: Login to Docker Hub
100-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
100+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
101101
if: github.event_name != 'pull_request'
102102
with:
103103
username: ${{ secrets.DOCKERHUB_USERNAME }}
104104
password: ${{ secrets.DOCKERHUB_TOKEN }}
105105

106106
- name: Login to GitHub Container Registry
107-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
107+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
108108
if: github.event_name != 'pull_request'
109109
with:
110110
registry: ghcr.io
111111
username: ${{ github.repository_owner }}
112112
password: ${{ secrets.GITHUB_TOKEN }}
113113

114114
- name: Connect to Tailscale
115-
uses: tailscale/github-action@53acf823325fe9ca47f4cdaa951f90b4b0de5bb9 # v4
115+
uses: tailscale/github-action@306e68a486fd2350f2bfc3b19fcd143891a4a2d8 # v4
116116
if: github.event_name != 'pull_request'
117117
with:
118118
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
@@ -140,7 +140,7 @@ jobs:
140140
services/web-repositories/secret/data/oci.element.io password | OCI_PASSWORD ;
141141
142142
- name: Login to oci.element.io Registry
143-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
143+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
144144
if: github.event_name != 'pull_request'
145145
with:
146146
registry: oci-push.vpn.infra.element.io
@@ -149,7 +149,7 @@ jobs:
149149

150150
- name: Build and push
151151
id: build-and-push
152-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
152+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
153153
if: github.event_name != 'pull_request'
154154
with:
155155
context: .

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
path: matrix-js-sdk
3737
persist-credentials: false
3838

39-
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
39+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4
4040
with:
4141
package_json_file: element-web/package.json
4242
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6

.github/workflows/end-to-end-tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
repository: element-hq/element-web
5757
persist-credentials: false
5858

59-
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
59+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4
6060
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
6161
with:
6262
cache: "pnpm"
@@ -138,7 +138,7 @@ jobs:
138138
name: webapp
139139
path: apps/web/webapp
140140

141-
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
141+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4
142142
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
143143
with:
144144
cache: "pnpm"
@@ -211,7 +211,7 @@ jobs:
211211
persist-credentials: false
212212
repository: element-hq/element-web
213213

214-
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
214+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4
215215
if: inputs.skip != true
216216
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
217217
if: inputs.skip != true

.github/workflows/shared-component-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
persist-credentials: false
1919

20-
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
20+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4
2121
- name: 🔧 Set up node environment
2222
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2323
with:

.github/workflows/shared-component-storybook-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
persist-credentials: false
1818

19-
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
19+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4
2020
- name: 🔧 Pnpm cache
2121
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2222
with:

.github/workflows/shared-component-visual-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
persist-credentials: false
2727
repository: element-hq/element-web
2828

29-
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
29+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4
3030
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
3131
with:
3232
cache: "pnpm"

.github/workflows/static_analysis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
persist-credentials: false
5454

55-
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
55+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4
5656
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
5757
if: matrix.install != ''
5858
with:
@@ -110,7 +110,7 @@ jobs:
110110
- name: Shared Components
111111
path: "packages/shared-components"
112112
name: "i18n Check (${{ matrix.name }})"
113-
uses: matrix-org/matrix-web-i18n/.github/workflows/i18n_check.yml@abf186831e2acb3e98fca13a0711a3fa1364d2b1
113+
uses: matrix-org/matrix-web-i18n/.github/workflows/i18n_check.yml@6eda3835118f3bc3fb658a1a3c20b7da9d16ae42
114114
permissions:
115115
pull-requests: read
116116
with:

0 commit comments

Comments
 (0)