We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c940403 + b3d0650 commit c10da6eCopy full SHA for c10da6e
1 file changed
.github/workflows/maven.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@v6.0.1
24
25
- name: Set up OpenJDK ${{ env.JAVA_VERSION }}
26
- uses: actions/setup-java@v5.0.0
+ uses: actions/setup-java@v5.1.0
27
with:
28
java-version: ${{ env.JAVA_VERSION }}
29
distribution: "temurin"
@@ -55,7 +55,7 @@ jobs:
55
56
- name: Upload JaCoCo coverage report to Codecov
57
if: matrix.service == 'codecov'
58
- uses: codecov/codecov-action@v5.5.1
+ uses: codecov/codecov-action@v5.5.2
59
60
token: ${{ secrets.CODECOV_TOKEN }}
61
files: jacoco.xml
0 commit comments