Skip to content

Commit b477a56

Browse files
committed
Merge remote-tracking branch 'origin/develop' into feature/no-member-events-flood
2 parents 3ac872e + 2b36a9b commit b477a56

25 files changed

Lines changed: 395 additions & 418 deletions

.github/workflows/build-and-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
skip: ${{ inputs.skip || (github.event_name == 'pull_request' && startsWith(github.head_ref, 'renovate/')) }}
5959
steps:
6060
- name: Checkout code
61-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
61+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
6262
with:
6363
repository: element-hq/element-web
6464
persist-credentials: false
@@ -134,7 +134,7 @@ jobs:
134134
- runAllTests: false
135135
project: Pinecone
136136
steps:
137-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
137+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
138138
with:
139139
persist-credentials: false
140140
repository: element-hq/element-web
@@ -260,7 +260,7 @@ jobs:
260260
if: always()
261261
runs-on: ubuntu-24.04
262262
steps:
263-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
263+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
264264
if: needs.build_ew.outputs.skip == 'false'
265265
with:
266266
persist-credentials: false

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run:
4444
shell: bash
4545
steps:
46-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
46+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4747
with:
4848
persist-credentials: false
4949

.github/workflows/build_debian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
R2_URL: ${{ vars.CF_R2_S3_API }}
1515
VERSION: ${{ github.ref_name }}
1616
steps:
17-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
17+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1818
with:
1919
persist-credentials: false
2020

.github/workflows/build_desktop_linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
}
9292
}
9393
94-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
94+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
9595
with:
9696
repository: element-hq/element-web
9797
ref: ${{ inputs.ref }}

.github/workflows/build_desktop_macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
with:
7878
xcode-version: latest-stable
7979

80-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
80+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
8181
with:
8282
repository: element-hq/element-web
8383
ref: ${{ inputs.ref }}

.github/workflows/build_desktop_prepare.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
outputs:
5454
nightly-version: ${{ steps.versions.outputs.nightly }}
5555
steps:
56-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
56+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
5757
with:
5858
persist-credentials: false
5959
repository: element-hq/element-web

.github/workflows/build_desktop_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
name: Test ${{ inputs.project }}
3737
runs-on: ${{ inputs.runs-on }}
3838
steps:
39-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
39+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4040
with:
4141
repository: element-hq/element-web
4242
persist-credentials: false

.github/workflows/build_desktop_windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
git config --system core.autocrlf false
115115
git config --system core.eol lf
116116
117-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
117+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
118118
with:
119119
repository: element-hq/element-web
120120
ref: ${{ inputs.ref }}

.github/workflows/build_develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
R2_URL: ${{ vars.CF_R2_S3_API }}
2929
R2_PUBLIC_URL: "https://element-web-develop.element.io"
3030
steps:
31-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
31+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3232
with:
3333
persist-credentials: false
3434

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
contents: read
2727
actions: read
2828
steps:
29-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
29+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3030
with:
3131
persist-credentials: false
3232

0 commit comments

Comments
 (0)