Skip to content

Commit a1dc0b4

Browse files
author
sonartech
committed
chore: update self-references to ec2931f
1 parent ec2931f commit a1dc0b4

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/javadoc-publication.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
jfrogAccessToken: ${{ fromJSON(steps.secrets.outputs.vault).artifactory_access_token }}
6565
- name: Download Artifacts
66-
uses: SonarSource/gh-action_release/download-build@5.4.0
66+
uses: SonarSource/gh-action_release/download-build@ec2931fdfc9eaecc35ba142fb10ec476ece7d9b5
6767
with:
6868
flat-download: true
6969
build-number: ${{ steps.get_version.outputs.build }}
@@ -79,7 +79,7 @@ jobs:
7979
- name: List javadoc files
8080
run: ls "${{ steps.local_repo.outputs.dir }}/javadoc/${{ github.event.release.tag_name }}"
8181
- name: Publish javadoc files to S3
82-
uses: SonarSource/gh-action_release/aws-s3@5.4.0
82+
uses: SonarSource/gh-action_release/aws-s3@ec2931fdfc9eaecc35ba142fb10ec476ece7d9b5
8383
with:
8484
command: cp
8585
flags: --recursive
@@ -90,7 +90,7 @@ jobs:
9090
aws_session_token: ${{ fromJSON(steps.secrets.outputs.vault).javadoc_aws_security_token }}
9191
aws_region: eu-central-1
9292
- name: Delete dir named latest in S3
93-
uses: SonarSource/gh-action_release/aws-s3@5.4.0
93+
uses: SonarSource/gh-action_release/aws-s3@ec2931fdfc9eaecc35ba142fb10ec476ece7d9b5
9494
with:
9595
command: rm
9696
source: s3://javadocs-cdn-eu-central-1-prod/${{ inputs.javadocDestinationDirectory || github.event.repository.name }}/latest
@@ -100,7 +100,7 @@ jobs:
100100
aws_region: eu-central-1
101101
continue-on-error: true # the first time a project publish javadoc, there is no latest dir available
102102
- name: Upload to dir named latest in S3
103-
uses: SonarSource/gh-action_release/aws-s3@5.4.0
103+
uses: SonarSource/gh-action_release/aws-s3@ec2931fdfc9eaecc35ba142fb10ec476ece7d9b5
104104
with:
105105
command: cp
106106
flags: --recursive

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
156156
- name: Release
157157
id: release
158-
uses: SonarSource/gh-action_release/main@5.4.0
158+
uses: SonarSource/gh-action_release/main@ec2931fdfc9eaecc35ba142fb10ec476ece7d9b5
159159
with:
160160
publish_to_binaries: ${{ inputs.publishToBinaries }} # Used only if the binaries are delivered to customers
161161
slack_channel: ${{ inputs.slackChannel }}

.github/workflows/maven-central.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.4.0
61+
uses: SonarSource/gh-action_release/download-build@ec2931fdfc9eaecc35ba142fb10ec476ece7d9b5
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.4.0
69+
uses: SonarSource/gh-action_release/maven-central-sync@ec2931fdfc9eaecc35ba142fb10ec476ece7d9b5
7070
with:
7171
local-repo-dir: ${{ steps.local_repo.outputs.dir }}
7272
env:

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
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.4.0
71+
uses: SonarSource/gh-action_release/download-build@ec2931fdfc9eaecc35ba142fb10ec476ece7d9b5
7272
with:
7373
build-number: ${{ steps.get_version.outputs.build }}
7474
local-repo-dir: ${{ steps.local_repo.outputs.dir }}

0 commit comments

Comments
 (0)