File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 6767 with :
6868 jfrogAccessToken : ${{ fromJSON(steps.secrets.outputs.vault).artifactory_access_token }}
6969 - name : Download Artifacts
70- uses : SonarSource/gh-action_release/download-build@5.6.0
70+ uses : SonarSource/gh-action_release/download-build@2f4fc8dc0bb826b22d6b1861036c8a610c258276
7171 with :
7272 flat-download : true
7373 build-number : ${{ steps.get_version.outputs.build }}
8484 - name : List javadoc files
8585 run : ls "${{ steps.local_repo.outputs.dir }}/javadoc/${{ github.event.release.tag_name }}"
8686 - name : Publish javadoc files to S3
87- uses : SonarSource/gh-action_release/aws-s3@5.6.0
87+ uses : SonarSource/gh-action_release/aws-s3@2f4fc8dc0bb826b22d6b1861036c8a610c258276
8888 with :
8989 command : cp
9090 flags : --recursive
9595 aws_session_token : ${{ fromJSON(steps.secrets.outputs.vault).javadoc_aws_security_token }}
9696 aws_region : eu-central-1
9797 - name : Delete dir named latest in S3
98- uses : SonarSource/gh-action_release/aws-s3@5.6.0
98+ uses : SonarSource/gh-action_release/aws-s3@2f4fc8dc0bb826b22d6b1861036c8a610c258276
9999 with :
100100 command : rm
101101 source : s3://javadocs-cdn-eu-central-1-prod/${{ inputs.javadocDestinationDirectory || github.event.repository.name }}/latest
@@ -105,7 +105,7 @@ jobs:
105105 aws_region : eu-central-1
106106 continue-on-error : true # the first time a project publish javadoc, there is no latest dir available
107107 - name : Upload to dir named latest in S3
108- uses : SonarSource/gh-action_release/aws-s3@5.6.0
108+ uses : SonarSource/gh-action_release/aws-s3@2f4fc8dc0bb826b22d6b1861036c8a610c258276
109109 with :
110110 command : cp
111111 flags : --recursive
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 repository : SonarSource/gh-action_release
101101 # This property is changed during the release process to reference the correct tag
102102 # During development change this to your branch name to run it in another repository
103- ref : 5.6.0
103+ ref : 2f4fc8dc0bb826b22d6b1861036c8a610c258276
104104 path : gh-action_release
105105 # Clone the calling repo for checking releasability prerequisites
106106 - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
Original file line number Diff line number Diff line change @@ -58,15 +58,15 @@ jobs:
5858 with :
5959 jfrogAccessToken : ${{ fromJSON(steps.secrets.outputs.vault).artifactory_access_token }}
6060 - name : Download Artifacts
61- uses : SonarSource/gh-action_release/download-build@5.6.0
61+ uses : SonarSource/gh-action_release/download-build@2f4fc8dc0bb826b22d6b1861036c8a610c258276
6262 with :
6363 build-number : ${{ steps.get_version.outputs.build }}
6464 local-repo-dir : ${{ steps.local_repo.outputs.dir }}
6565 exclusions : ${{ inputs.downloadExclusions }}
6666 - name : Maven Central Sync
6767 id : maven-central-sync
6868 continue-on-error : true
69- uses : SonarSource/gh-action_release/maven-central-sync@5.6.0
69+ uses : SonarSource/gh-action_release/maven-central-sync@2f4fc8dc0bb826b22d6b1861036c8a610c258276
7070 with :
7171 local-repo-dir : ${{ steps.local_repo.outputs.dir }}
7272 env :
Original file line number Diff line number Diff line change 6868 with :
6969 jfrogAccessToken : ${{ fromJSON(steps.secrets.outputs.vault).artifactory_access_token }}
7070 - name : Download Artifacts
71- uses : SonarSource/gh-action_release/download-build@5.6.0
71+ uses : SonarSource/gh-action_release/download-build@2f4fc8dc0bb826b22d6b1861036c8a610c258276
7272 with :
7373 build-number : ${{ steps.get_version.outputs.build }}
7474 local-repo-dir : ${{ steps.local_repo.outputs.dir }}
You can’t perform that action at this time.
0 commit comments