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.
1 parent 2eb29a5 commit d3437e1Copy full SHA for d3437e1
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
env:
25
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
26
steps:
27
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v3.5.3
28
- name: Set up JDK
29
uses: actions/setup-java@v3
30
with:
@@ -38,7 +38,7 @@ jobs:
38
run: ./mvnw -B -q -ff -ntp test
39
- name: Publish code coverage
40
if: github.event_name != 'pull_request' && matrix.java_version == '8'
41
- uses: codecov/codecov-action@v2
+ uses: codecov/codecov-action@v3
42
43
token: ${{ secrets.CODECOV_TOKEN }}
44
file: ./target/site/jacoco/jacoco.xml
0 commit comments