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 d32c6f0 commit c7ec70dCopy full SHA for c7ec70d
1 file changed
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
steps:
27
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
- name: Set up JDK
29
- uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
+ uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
30
with:
31
distribution: "temurin"
32
java-version: ${{ matrix.java_version }}
@@ -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@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
+ uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
42
43
token: ${{ secrets.CODECOV_TOKEN }}
44
file: ./target/site/jacoco/jacoco.xml
0 commit comments