We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da5b5b commit e494d15Copy full SHA for e494d15
.github/workflows/main.yml
@@ -25,9 +25,9 @@ jobs:
25
env:
26
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
27
steps:
28
- - uses: actions/[email protected]
+ - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
29
- name: Set up JDK
30
- uses: actions/[email protected]
+ uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
31
with:
32
distribution: "temurin"
33
java-version: ${{ matrix.java_version }}
@@ -39,7 +39,7 @@ jobs:
39
run: ./mvnw -B -q -ff -ntp test
40
- name: Publish code coverage
41
if: github.event_name != 'pull_request' && matrix.java_version == '8'
42
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
43
44
token: ${{ secrets.CODECOV_TOKEN }}
45
file: ./target/site/jacoco/jacoco.xml
0 commit comments