We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5654e0 commit 0cf6e67Copy full SHA for 0cf6e67
.github/workflows/generate-maven-sbom.yml
@@ -36,7 +36,7 @@ jobs:
36
ref: ${{ github.event.workflow_run.head_sha || github.event.inputs.version }}
37
38
- name: Setup Java SDK
39
- uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
+ uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
40
with:
41
java-version: ${{ env.JAVA_VERSION }}
42
distribution: ${{ env.JAVA_DISTRO }}
0 commit comments