File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6969 CODEARTIFACT_DOMAIN_FULL : ${{ vars.CODEARTIFACT_DOMAIN_FULL }}
7070 CODEARTIFACT_REPO : ${{ vars.CODEARTIFACT_REPO }}
7171 steps :
72- - uses : actions/checkout@v4
72+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
7373 with :
7474 repository : ${{ inputs.repository }}
7575 token : ${{ secrets.GITBOT_TOKEN_FOR_RELEASE }}
@@ -84,14 +84,14 @@ jobs:
8484 echo $SETTINGS > /tmp/maven-settings.xml
8585 cat /tmp/maven-settings.xml
8686 - name : Configure AWS Credentials
87- uses : aws-actions/configure-aws-credentials@v4
87+ uses : aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4
8888 with :
8989 aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
9090 aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
9191 aws-region : eu-central-1
9292 role-session-name : GitHubReleaseSession
9393 - name : Set up JDK
94- uses : actions/setup-java@v4
94+ uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4
9595 with :
9696 distribution : ' corretto'
9797 java-version : ' 17'
You can’t perform that action at this time.
0 commit comments