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 cffa89b commit ca80026Copy full SHA for ca80026
actions/maven/publish/action.yml
@@ -43,7 +43,7 @@ runs:
43
- name: Checkout the project repository
44
uses: slsa-framework/slsa-github-generator/.github/actions/secure-project-checkout@main # needed because we run javadoc and sources.
45
- name: Set up Java for publishing to Maven Central Repository
46
- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3
+ uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
47
env:
48
MAVEN_USERNAME: ${{ inputs.maven-username }}
49
MAVEN_PASSWORD: ${{ inputs.maven-password }}
0 commit comments