Skip to content

Commit f59ec83

Browse files
Bump the github-actions group with 2 updates (#104)
1 parent 4cc4052 commit f59ec83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
env:
2525
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2626
steps:
27-
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
27+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
2828
- name: Set up JDK
2929
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
3030
with:
@@ -38,7 +38,7 @@ jobs:
3838
run: ./mvnw -B -q -ff -ntp test
3939
- name: Publish code coverage
4040
if: github.event_name != 'pull_request' && matrix.java_version == '8'
41-
uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
41+
uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4.3.1
4242
with:
4343
token: ${{ secrets.CODECOV_TOKEN }}
4444
file: ./target/site/jacoco/jacoco.xml

0 commit comments

Comments
 (0)