Skip to content

Commit 9e19ff6

Browse files
Bump the github-actions group with 3 updates (#95)
1 parent 05d780e commit 9e19ff6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
env:
2626
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2727
steps:
28-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
28+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2929
- name: Set up JDK
30-
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
30+
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.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@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
42+
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
4343
with:
4444
token: ${{ secrets.CODECOV_TOKEN }}
4545
file: ./target/site/jacoco/jacoco.xml

0 commit comments

Comments
 (0)