Skip to content

Commit c7ec70d

Browse files
Bump the github-actions group with 2 updates (#101)
1 parent d32c6f0 commit c7ec70d

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
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2828
- name: Set up JDK
29-
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
29+
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
3030
with:
3131
distribution: "temurin"
3232
java-version: ${{ matrix.java_version }}
@@ -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@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
41+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
4242
with:
4343
token: ${{ secrets.CODECOV_TOKEN }}
4444
file: ./target/site/jacoco/jacoco.xml

0 commit comments

Comments
 (0)