Skip to content

Commit 3d2b5c5

Browse files
Bump the github-actions group across 1 directory with 3 updates (#96)
1 parent 253fdc6 commit 3d2b5c5

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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
26+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2727
- name: Set up JDK
28-
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
28+
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
2929
with:
3030
distribution: 'temurin'
3131
java-version: ${{ matrix.java_version }}
@@ -50,7 +50,7 @@ jobs:
5050
run: ./mvnw -B -q -ff -ntp test
5151
- name: Publish code coverage
5252
if: ${{ github.event_name != 'pull_request' && matrix.java_version == '8' }}
53-
uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
53+
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
5454
with:
5555
token: ${{ secrets.CODECOV_TOKEN }}
5656
file: ./target/site/jacoco/jacoco.xml

0 commit comments

Comments
 (0)