Skip to content

Commit a8a0afa

Browse files
author
sonartech
committed
chore: update self-references to 7bbeea0
1 parent 7bbeea0 commit a8a0afa

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.2
66+
uses: SonarSource/gh-action_release/download-build@7bbeea01f7e1dc4960aaaef20ef4baea7242f0ae
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.2
82+
uses: SonarSource/gh-action_release/aws-s3@7bbeea01f7e1dc4960aaaef20ef4baea7242f0ae
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.2
93+
uses: SonarSource/gh-action_release/aws-s3@7bbeea01f7e1dc4960aaaef20ef4baea7242f0ae
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.2
103+
uses: SonarSource/gh-action_release/aws-s3@7bbeea01f7e1dc4960aaaef20ef4baea7242f0ae
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
@@ -94,7 +94,7 @@ jobs:
9494
repository: SonarSource/gh-action_release
9595
# This property is changed during the release process to reference the correct tag
9696
# During development you might want to change this to your branch name to run it in another repository
97-
ref: 5.4.2
97+
ref: 7bbeea01f7e1dc4960aaaef20ef4baea7242f0ae
9898
path: gh-action_release
9999
# Clone the calling repo for checking releasability prerequisites
100100
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

.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.2
61+
uses: SonarSource/gh-action_release/download-build@7bbeea01f7e1dc4960aaaef20ef4baea7242f0ae
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.2
69+
uses: SonarSource/gh-action_release/maven-central-sync@7bbeea01f7e1dc4960aaaef20ef4baea7242f0ae
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.2
71+
uses: SonarSource/gh-action_release/download-build@7bbeea01f7e1dc4960aaaef20ef4baea7242f0ae
7272
with:
7373
build-number: ${{ steps.get_version.outputs.build }}
7474
local-repo-dir: ${{ steps.local_repo.outputs.dir }}

0 commit comments

Comments
 (0)