Skip to content

Commit 51c7745

Browse files
author
sonartech
committed
chore: release 6.1.0 reference
1 parent 2f0e362 commit 51c7745

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/javadoc-publication.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4949
with:
5050
repository: SonarSource/gh-action_release
51-
ref: 6.1.0
51+
ref: 2f0e36278f6805ec2f59097c6222b20acb880e1a
5252
path: gh-action_release
5353
- name: Get the version
5454
id: get_version
@@ -84,7 +84,7 @@ jobs:
8484
echo "path: $groupIdPath"
8585
echo "groupIdPath=${groupIdPath}" >> $GITHUB_OUTPUT
8686
- name: Download Artifacts
87-
uses: SonarSource/gh-action_release/download-build@6.1.0
87+
uses: SonarSource/gh-action_release/download-build@2f0e36278f6805ec2f59097c6222b20acb880e1a
8888
with:
8989
flat-download: true
9090
build-number: ${{ steps.get_version.outputs.build }}
@@ -100,7 +100,7 @@ jobs:
100100
- name: List javadoc files
101101
run: ls "${{ steps.local_repo.outputs.dir }}/javadoc/${{ inputs.version || github.event.release.tag_name }}"
102102
- name: Publish javadoc files to S3
103-
uses: SonarSource/gh-action_release/aws-s3@6.1.0
103+
uses: SonarSource/gh-action_release/aws-s3@2f0e36278f6805ec2f59097c6222b20acb880e1a
104104
with:
105105
command: cp
106106
flags: --recursive
@@ -111,7 +111,7 @@ jobs:
111111
aws_session_token: ${{ fromJSON(steps.secrets.outputs.vault).javadoc_aws_security_token }}
112112
aws_region: eu-central-1
113113
- name: Delete dir named latest in S3
114-
uses: SonarSource/gh-action_release/aws-s3@6.1.0
114+
uses: SonarSource/gh-action_release/aws-s3@2f0e36278f6805ec2f59097c6222b20acb880e1a
115115
with:
116116
command: rm
117117
source: s3://javadocs-cdn-eu-central-1-prod/${{ inputs.javadocDestinationDirectory || github.event.repository.name }}/latest
@@ -122,7 +122,7 @@ jobs:
122122
continue-on-error: true # the first time a project publish javadoc, there is no latest dir available
123123
- name: Upload to dir named latest in S3
124124
id: upload-latest
125-
uses: SonarSource/gh-action_release/aws-s3@6.1.0
125+
uses: SonarSource/gh-action_release/aws-s3@2f0e36278f6805ec2f59097c6222b20acb880e1a
126126
with:
127127
command: cp
128128
flags: --recursive

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
repository: SonarSource/gh-action_release
137137
# This property is changed during the release process to reference the correct tag
138138
# During development change this to your branch name to run it in another repository
139-
ref: 6.1.0
139+
ref: 2f0e36278f6805ec2f59097c6222b20acb880e1a
140140
path: gh-action_release
141141
# Clone the calling repo for checking releasability prerequisites
142142
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -348,7 +348,7 @@ jobs:
348348
repository: SonarSource/gh-action_release
349349
# This property is changed during the release process to reference the correct tag
350350
# During development change this to your branch name to run it in another repository
351-
ref: 6.1.0
351+
ref: 2f0e36278f6805ec2f59097c6222b20acb880e1a
352352
path: gh-action_release
353353

354354
- name: Vault

.github/workflows/maven-central.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
jfrogAccessToken: ${{ fromJSON(steps.secrets.outputs.vault).artifactory_access_token }}
6767
- name: Download Artifacts
68-
uses: SonarSource/gh-action_release/download-build@6.1.0
68+
uses: SonarSource/gh-action_release/download-build@2f0e36278f6805ec2f59097c6222b20acb880e1a
6969
with:
7070
build-number: ${{ steps.get_version.outputs.build }}
7171
local-repo-dir: ${{ steps.local_repo.outputs.dir }}
@@ -74,7 +74,7 @@ jobs:
7474
- name: Maven Central Sync
7575
id: maven-central-sync
7676
continue-on-error: true
77-
uses: SonarSource/gh-action_release/maven-central-sync@6.1.0
77+
uses: SonarSource/gh-action_release/maven-central-sync@2f0e36278f6805ec2f59097c6222b20acb880e1a
7878
with:
7979
local-repo-dir: ${{ steps.local_repo.outputs.dir }}
8080
central-url: https://central.sonatype.com

.github/workflows/npmjs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
jfrogAccessToken: ${{ fromJSON(steps.secrets.outputs.vault).artifactory_access_token }}
7979

8080
- name: Download Artifacts from JFrog
81-
uses: SonarSource/gh-action_release/download-build@6.1.0
81+
uses: SonarSource/gh-action_release/download-build@2f0e36278f6805ec2f59097c6222b20acb880e1a
8282
with:
8383
build-number: ${{ steps.get_version.outputs.build }}
8484
local-repo-dir: ${{ steps.local_repo.outputs.dir }}

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
jfrogAccessToken: ${{ fromJSON(steps.secrets.outputs.vault).artifactory_access_token }}
7474
- name: Download Artifacts
75-
uses: SonarSource/gh-action_release/download-build@6.1.0
75+
uses: SonarSource/gh-action_release/download-build@2f0e36278f6805ec2f59097c6222b20acb880e1a
7676
with:
7777
build-number: ${{ steps.get_version.outputs.build }}
7878
local-repo-dir: ${{ steps.local_repo.outputs.dir }}

0 commit comments

Comments
 (0)