Skip to content

Commit 517d06b

Browse files
authored
Merge pull request #830 from XMOJ-Script-dev/dev
sync: dev to extern-contrib
2 parents 627ec92 + fb83b32 commit 517d06b

File tree

12 files changed

+134
-27
lines changed

12 files changed

+134
-27
lines changed

.github/workflows/AutoLabelIssue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313
with:
1414
fetch-depth: 0
1515
- name: Generate a token

.github/workflows/CodeQL.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
- uses: github/codeql-action/init@v3
2424
with:
2525
languages: "javascript"

.github/workflows/DependencyScan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
dependency-review:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- uses: actions/dependency-review-action@v4

.github/workflows/Prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
node-version: 16
2323
registry-url: https://registry.npmjs.org/
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525
with:
2626
fetch-depth: 0
2727
- name: Publish to npm

.github/workflows/Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
node-version: 16
2222
registry-url: https://registry.npmjs.org/
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
with:
2525
fetch-depth: 0
2626
- name: Get version

.github/workflows/UpdateToRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write
1515
contents: write
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
with:
1919
fetch-depth: 0
2020
- name: Update to release

.github/workflows/UpdateVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
with:
2222
app-id: ${{ secrets.APP_ID }}
2323
private-key: ${{ secrets.APP_PRIVATE_KEY }}
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525
- name: Update version
2626
run: node ./Update/UpdateVersion.js ${{ steps.generate_token.outputs.token }} ${{ github.event.number }} "${{ github.event.pull_request.title }}"

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
pull-requests: write
1616
checks: write
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v5
1919
with:
2020
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
2121
fetch-depth: 0 # a full history is required for pull request analysis
2222
- name: 'Qodana Scan'
23-
uses: JetBrains/qodana-action@v2024.3
23+
uses: JetBrains/qodana-action@v2025.2
2424
env:
2525
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

.github/workflows/sync-to-extern-contrib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Syncing branches
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v5
1414
- name: Set up Node
1515
uses: actions/setup-node@v4
1616
with:

Update.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2969,6 +2969,39 @@
29692969
}
29702970
],
29712971
"Notes": "No release notes were provided for this release."
2972+
},
2973+
"2.1.1": {
2974+
"UpdateDate": 1754911555185,
2975+
"Prerelease": true,
2976+
"UpdateContents": [
2977+
{
2978+
"PR": 829,
2979+
"Description": "Update diff-match-patch library source URL"
2980+
}
2981+
],
2982+
"Notes": "No release notes were provided for this release."
2983+
},
2984+
"2.1.2": {
2985+
"UpdateDate": 1755589063111,
2986+
"Prerelease": true,
2987+
"UpdateContents": [
2988+
{
2989+
"PR": 834,
2990+
"Description": "feat: use credential management api"
2991+
}
2992+
],
2993+
"Notes": "No release notes were provided for this release."
2994+
},
2995+
"2.1.3": {
2996+
"UpdateDate": 1755596470421,
2997+
"Prerelease": true,
2998+
"UpdateContents": [
2999+
{
3000+
"PR": 835,
3001+
"Description": "feat: add user-selectable theme"
3002+
}
3003+
],
3004+
"Notes": "No release notes were provided for this release."
29723005
}
29733006
}
29743007
}

0 commit comments

Comments
 (0)