Skip to content

Commit

Permalink
chore: release 5.10.3 reference
Browse files Browse the repository at this point in the history
  • Loading branch information
sonartech committed Nov 8, 2024
1 parent b1511c0 commit 96b4190
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/javadoc-publication.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
with:
jfrogAccessToken: ${{ fromJSON(steps.secrets.outputs.vault).artifactory_access_token }}
- name: Download Artifacts
uses: SonarSource/gh-action_release/download-build@5.10.3
uses: SonarSource/gh-action_release/download-build@b1511c08f1b4743beb1f7b65f383bf190e4344cd
with:
flat-download: true
build-number: ${{ steps.get_version.outputs.build }}
Expand All @@ -84,7 +84,7 @@ jobs:
- name: List javadoc files
run: ls "${{ steps.local_repo.outputs.dir }}/javadoc/${{ github.event.release.tag_name }}"
- name: Publish javadoc files to S3
uses: SonarSource/gh-action_release/aws-s3@5.10.3
uses: SonarSource/gh-action_release/aws-s3@b1511c08f1b4743beb1f7b65f383bf190e4344cd
with:
command: cp
flags: --recursive
Expand All @@ -95,7 +95,7 @@ jobs:
aws_session_token: ${{ fromJSON(steps.secrets.outputs.vault).javadoc_aws_security_token }}
aws_region: eu-central-1
- name: Delete dir named latest in S3
uses: SonarSource/gh-action_release/aws-s3@5.10.3
uses: SonarSource/gh-action_release/aws-s3@b1511c08f1b4743beb1f7b65f383bf190e4344cd
with:
command: rm
source: s3://javadocs-cdn-eu-central-1-prod/${{ inputs.javadocDestinationDirectory || github.event.repository.name }}/latest
Expand All @@ -105,7 +105,7 @@ jobs:
aws_region: eu-central-1
continue-on-error: true # the first time a project publish javadoc, there is no latest dir available
- name: Upload to dir named latest in S3
uses: SonarSource/gh-action_release/aws-s3@5.10.3
uses: SonarSource/gh-action_release/aws-s3@b1511c08f1b4743beb1f7b65f383bf190e4344cd
with:
command: cp
flags: --recursive
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
repository: SonarSource/gh-action_release
# This property is changed during the release process to reference the correct tag
# During development change this to your branch name to run it in another repository
ref: 5.10.3
ref: b1511c08f1b4743beb1f7b65f383bf190e4344cd
path: gh-action_release
# Clone the calling repo for checking releasability prerequisites
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down Expand Up @@ -336,7 +336,7 @@ jobs:
repository: SonarSource/gh-action_release
# This property is changed during the release process to reference the correct tag
# During development change this to your branch name to run it in another repository
ref: 5.10.3
ref: b1511c08f1b4743beb1f7b65f383bf190e4344cd
path: gh-action_release

- name: Vault
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven-central.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ jobs:
with:
jfrogAccessToken: ${{ fromJSON(steps.secrets.outputs.vault).artifactory_access_token }}
- name: Download Artifacts
uses: SonarSource/gh-action_release/download-build@5.10.3
uses: SonarSource/gh-action_release/download-build@b1511c08f1b4743beb1f7b65f383bf190e4344cd
with:
build-number: ${{ steps.get_version.outputs.build }}
local-repo-dir: ${{ steps.local_repo.outputs.dir }}
exclusions: ${{ inputs.downloadExclusions }}
- name: Maven Central Sync
id: maven-central-sync
continue-on-error: true
uses: SonarSource/gh-action_release/maven-central-sync@5.10.3
uses: SonarSource/gh-action_release/maven-central-sync@b1511c08f1b4743beb1f7b65f383bf190e4344cd
with:
local-repo-dir: ${{ steps.local_repo.outputs.dir }}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npmjs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
jfrogAccessToken: ${{ fromJSON(steps.secrets.outputs.vault).artifactory_access_token }}

- name: Download Artifacts from JFrog
uses: SonarSource/gh-action_release/download-build@5.10.3
uses: SonarSource/gh-action_release/download-build@b1511c08f1b4743beb1f7b65f383bf190e4344cd
with:
build-number: ${{ steps.get_version.outputs.build }}
local-repo-dir: ${{ steps.local_repo.outputs.dir }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
with:
jfrogAccessToken: ${{ fromJSON(steps.secrets.outputs.vault).artifactory_access_token }}
- name: Download Artifacts
uses: SonarSource/gh-action_release/download-build@5.10.3
uses: SonarSource/gh-action_release/download-build@b1511c08f1b4743beb1f7b65f383bf190e4344cd
with:
build-number: ${{ steps.get_version.outputs.build }}
local-repo-dir: ${{ steps.local_repo.outputs.dir }}
Expand Down

0 comments on commit 96b4190

Please sign in to comment.