Skip to content

Commit c10da6e

Browse files
authored
Merge branch 'master' into feature/optimize-vscode-extensions
2 parents c940403 + b3d0650 commit c10da6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v6.0.1
2424

2525
- name: Set up OpenJDK ${{ env.JAVA_VERSION }}
26-
uses: actions/setup-java@v5.0.0
26+
uses: actions/setup-java@v5.1.0
2727
with:
2828
java-version: ${{ env.JAVA_VERSION }}
2929
distribution: "temurin"
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Upload JaCoCo coverage report to Codecov
5757
if: matrix.service == 'codecov'
58-
uses: codecov/codecov-action@v5.5.1
58+
uses: codecov/codecov-action@v5.5.2
5959
with:
6060
token: ${{ secrets.CODECOV_TOKEN }}
6161
files: jacoco.xml

0 commit comments

Comments
 (0)