Skip to content

Commit ca80026

Browse files
authored
chore: Update setup-java comment to specific version (#2562)
Signed-off-by: Ian Lewis <[email protected]>
1 parent cffa89b commit ca80026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/maven/publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
- name: Checkout the project repository
4444
uses: slsa-framework/slsa-github-generator/.github/actions/secure-project-checkout@main # needed because we run javadoc and sources.
4545
- name: Set up Java for publishing to Maven Central Repository
46-
uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3
46+
uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
4747
env:
4848
MAVEN_USERNAME: ${{ inputs.maven-username }}
4949
MAVEN_PASSWORD: ${{ inputs.maven-password }}

0 commit comments

Comments
 (0)