Skip to content

Commit 60790fc

Browse files
committed
Update main CI workflow
1 parent b62a620 commit 60790fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
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 }}
@@ -56,7 +56,7 @@ jobs:
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

0 commit comments

Comments
 (0)