File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626 env :
2727 JAVA_OPTS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2828 steps :
29- - uses : actions/checkout@v3
29+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3030 - name : Set up JDK
31- uses : actions/setup-java@v3
31+ uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
3232 with :
3333 distribution : ' temurin'
3434 java-version : ${{ matrix.java_version }}
5656 run : ./mvnw -B -q -ff -ntp test
5757 - name : Publish code coverage
5858 if : ${{ github.event_name != 'pull_request' && matrix.java_version == '8' }}
59- uses : codecov/codecov-action@v1
59+ uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
6060 with :
6161 token : ${{ secrets.CODECOV_TOKEN }}
6262 file : ./target/site/jacoco/jacoco.xml
You can’t perform that action at this time.
0 commit comments