We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0812f77 + fb1ed59 commit 8ffc89eCopy full SHA for 8ffc89e
1 file changed
.github/workflows/gradle.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: Build with Gradle (JDK ${{ env.jdkversion }})
61
run: ./gradlew clean check jacocoTestReport
62
- name: Codecov
63
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7
64
with:
65
files: ./build/reports/jacoco/test/jacocoTestReport.xml #optional
66
- name: Compile Javadoc
0 commit comments