Skip to content

Commit 1cddcbe

Browse files
Bump the github-actions group with 3 updates (#134)
1 parent 37d4ea4 commit 1cddcbe

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
@@ -23,9 +23,9 @@ jobs:
2323
env:
2424
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2525
steps:
26-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2727
- name: Set up JDK
28-
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
28+
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
2929
with:
3030
distribution: "temurin"
3131
java-version: ${{ matrix.java_version }}
@@ -40,7 +40,7 @@ jobs:
4040
run: ./mvnw -B -q -ff -ntp test
4141
- name: Publish code coverage
4242
if: ${{ github.event_name != 'pull_request' && matrix.java_version == '8' }}
43-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
43+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
4444
with:
4545
token: ${{ secrets.CODECOV_TOKEN }}
4646
files: ./target/site/jacoco/jacoco.xml

0 commit comments

Comments
 (0)