Skip to content

Commit 6508f89

Browse files
Bump the github-actions group with 2 updates (#98)
1 parent b39a6cc commit 6508f89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929
- name: Set up JDK
30-
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
30+
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
3131
with:
3232
distribution: "temurin"
3333
java-version: ${{ matrix.java_version }}
@@ -39,7 +39,7 @@ jobs:
3939
run: ./mvnw -B -q -ff -ntp test
4040
- name: Publish code coverage
4141
if: github.event_name != 'pull_request' && matrix.java_version == '8'
42-
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
42+
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
4343
with:
4444
token: ${{ secrets.CODECOV_TOKEN }}
4545
file: ./target/site/jacoco/jacoco.xml

0 commit comments

Comments
 (0)