Skip to content

Commit be30975

Browse files
authored
Merge branch 'dev' into merge-release/16.3-20250827034154
2 parents d6ed291 + 660f617 commit be30975

File tree

1,315 files changed

+49825
-14713
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,315 files changed

+49825
-14713
lines changed

.env.test.local.example

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,12 @@ ONE_DRIVE_TEST_OAUTH_CLIENT_SECRET=
4848

4949
ONE_DRIVE_TEST_OAUTH_CLIENT_ACCESS_TOKEN=
5050
ONE_DRIVE_TEST_OAUTH_CLIENT_REFRESH_TOKEN=
51+
52+
SHAREPOINT_TEST_HOST=
53+
SHAREPOINT_TEST_TENANT_ID=
54+
55+
SHAREPOINT_TEST_OAUTH_CLIENT_ID=
56+
SHAREPOINT_TEST_OAUTH_CLIENT_SECRET=
57+
58+
SHAREPOINT_TEST_OAUTH_CLIENT_ACCESS_TOKEN=
59+
SHAREPOINT_TEST_OAUTH_CLIENT_REFRESH_TOKEN=

.github/workflows/brakeman-scan-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
RUBY_GC_HEAP_INIT_SLOTS: 100000
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929

3030
- name: Setup Ruby
3131
uses: ruby/setup-ruby@v1

.github/workflows/codeql-scan-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434

3535
- name: Initialize CodeQL
3636
uses: github/codeql-action/init@v3

.github/workflows/create-merge-from-previous-release-branch-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
timeout-minutes: 5
5959
steps:
6060
- name: Checkout repository
61-
uses: actions/checkout@v4
61+
uses: actions/checkout@v5
6262
with:
6363
ref: ${{ env.RELEASE_BRANCH }}
6464

.github/workflows/create-merge-release-into-dev-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
timeout-minutes: 5
4444
steps:
4545
- name: Checkout repository
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v5
4747
with:
4848
ref: ${{ env.BASE_BRANCH }}
4949

.github/workflows/crowdin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- dev
4242
- "${{ needs.setup.outputs.latest_release_branch }}"
4343
steps:
44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@v5
4545
with:
4646
ref: ${{ matrix.branch }}
4747
fetch-depth: 1

.github/workflows/danger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: [ubuntu-latest]
1616
timeout-minutes: 10
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 0
2121
- uses: ruby/setup-ruby@v1

.github/workflows/docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
5858
echo "checkout_ref=$CHECKOUT_REF" >> "$GITHUB_OUTPUT"
5959
- name: Checkout
60-
uses: actions/checkout@v4
60+
uses: actions/checkout@v5
6161
with:
6262
ref: ${{ steps.extract_version.outputs.checkout_ref }}
6363
- name: Cache NPM
@@ -135,14 +135,14 @@ jobs:
135135
runner: runner=4cpu-linux-arm64
136136
steps:
137137
- name: Checkout
138-
uses: actions/checkout@v4
138+
uses: actions/checkout@v5
139139
with:
140140
ref: ${{ needs.setup.outputs.checkout_ref }}
141141
- name: Prepare docker files
142142
run: |
143143
cp ./docker/prod/Dockerfile ./Dockerfile
144144
- name: Download precompiled public assets
145-
uses: actions/download-artifact@v4
145+
uses: actions/download-artifact@v5
146146
with:
147147
name: public-assets-${{ github.sha }}
148148
path: public/
@@ -291,7 +291,7 @@ jobs:
291291
overwrite: true
292292
name: "merged-digests-${{ matrix.target }}-${{ github.run_number }}-${{ github.run_attempt }}"
293293
- name: Download digests
294-
uses: actions/download-artifact@v4
294+
uses: actions/download-artifact@v5
295295
with:
296296
name: "merged-digests-${{ matrix.target }}-${{ github.run_number }}-${{ github.run_attempt }}"
297297
path: /tmp/digests

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Check internal links in documentation
1818
runs-on: [ubuntu-latest]
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- uses: ruby/setup-ruby@v1
2222
with:
2323
bundler-cache: true

.github/workflows/eslint-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: eslint
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
with:
1919
fetch-depth: 0
2020
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)