Skip to content

Commit d5ea10e

Browse files
committed
Merge remote-tracking branch 'origin/update-from-template' into develop
2 parents 14a89c7 + d0c193a commit d5ea10e

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/broken-links.yml

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

2020
- name: Link Checker
2121
id: lychee
22-
uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 # v2
22+
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2
2323
with:
2424
fail: false # Don't fail on broken links, create an issue instead
2525

.github/workflows/check-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: ./gradlew build buildPlugin --info --stacktrace
5151

5252
- name: Try upload test reports when failure occurs
53-
uses: actions/upload-artifact@v6
53+
uses: actions/upload-artifact@v7
5454
if: failure()
5555
with:
5656
name: test-reports-${{ matrix.java }}
@@ -75,7 +75,7 @@ jobs:
7575
fi
7676
7777
- name: Upload plugin files
78-
uses: actions/upload-artifact@v6
78+
uses: actions/upload-artifact@v7
7979
with:
8080
name: plugin-files-java-${{ matrix.java }}
8181
path: build/distributions/*.zip
@@ -143,7 +143,7 @@ jobs:
143143
144144
- name: Upload report
145145
if: always()
146-
uses: actions/upload-artifact@v6
146+
uses: actions/upload-artifact@v7
147147
with:
148148
name: pmd-report
149149
if-no-files-found: ignore

.github/workflows/check-ide-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: ./gradlew verifyPlugin --info --stacktrace
6565

6666
- name: Upload report
67-
uses: actions/upload-artifact@v6
67+
uses: actions/upload-artifact@v7
6868
if: ${{ always() }}
6969
with:
7070
name: plugin-verifier-reports

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
run: ./gradlew publishPlugin --info --stacktrace
136136

137137
- name: Upload plugin files
138-
uses: actions/upload-artifact@v6
138+
uses: actions/upload-artifact@v7
139139
with:
140140
name: plugin-files
141141
path: build/distributions/*

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: ./gradlew publishPlugin --info --stacktrace
3636

3737
- name: Upload plugin files
38-
uses: actions/upload-artifact@v6
38+
uses: actions/upload-artifact@v7
3939
with:
4040
name: plugin-files-java-${{ matrix.java }}
4141
path: build/distributions/*

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ plugins {
77
}
88

99
ext {
10-
checkstyleVersion = '13.1.0'
10+
checkstyleVersion = '13.3.0'
1111

12-
pmdVersion = '7.21.0'
12+
pmdVersion = '7.22.0'
1313
}
1414

1515
def properties(String key) {
@@ -73,7 +73,7 @@ dependencies {
7373
}
7474
}
7575

76-
testImplementation platform('org.junit:junit-bom:6.0.2'),
76+
testImplementation platform('org.junit:junit-bom:6.0.3'),
7777
'org.junit.jupiter:junit-jupiter',
7878
'org.junit.jupiter:junit-jupiter-engine',
7979
'org.assertj:assertj-core:3.27.7'

0 commit comments

Comments
 (0)