Skip to content

Commit 6dc873c

Browse files
build(deps): update actions/setup-java action to v4.3.0 (#5973)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a67fe13 commit 6dc873c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2626
with:
2727
fetch-depth: 0
28-
- uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
28+
- uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
2929
with:
3030
java-version: 17
3131
distribution: ${{ env.JAVA_DISTRIBUTION }}

0 commit comments

Comments
 (0)