From 5b9e517d25b51a1e09abbf67283ead3fdbeb12a8 Mon Sep 17 00:00:00 2001 From: sonartech Date: Wed, 8 Jan 2025 15:02:32 +0000 Subject: [PATCH] chore: revert release commits --- .github/workflows/javadoc-publication.yaml | 8 ++++---- .github/workflows/main.yaml | 4 ++-- .github/workflows/maven-central.yaml | 4 ++-- .github/workflows/npmjs.yaml | 2 +- .github/workflows/pypi.yaml | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/javadoc-publication.yaml b/.github/workflows/javadoc-publication.yaml index 96823ce8..566fc005 100644 --- a/.github/workflows/javadoc-publication.yaml +++ b/.github/workflows/javadoc-publication.yaml @@ -74,7 +74,7 @@ jobs: echo "path: $groupIdPath" echo "groupIdPath=${groupIdPath}" >> $GITHUB_OUTPUT - name: Download Artifacts - uses: SonarSource/gh-action_release/download-build@022415c608da18a8a926ef6000eccf57f496bb50 + uses: SonarSource/gh-action_release/download-build@master with: flat-download: true build-number: ${{ steps.get_version.outputs.build }} @@ -92,7 +92,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@022415c608da18a8a926ef6000eccf57f496bb50 + uses: SonarSource/gh-action_release/aws-s3@master with: command: cp flags: --recursive @@ -103,7 +103,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@022415c608da18a8a926ef6000eccf57f496bb50 + uses: SonarSource/gh-action_release/aws-s3@master with: command: rm source: s3://javadocs-cdn-eu-central-1-prod/${{ inputs.javadocDestinationDirectory || github.event.repository.name }}/latest @@ -113,7 +113,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@022415c608da18a8a926ef6000eccf57f496bb50 + uses: SonarSource/gh-action_release/aws-s3@master with: command: cp flags: --recursive diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index b40f4812..20cb0be8 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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: 022415c608da18a8a926ef6000eccf57f496bb50 + ref: ${{ github.ref }} path: gh-action_release # Clone the calling repo for checking releasability prerequisites - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 @@ -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: 022415c608da18a8a926ef6000eccf57f496bb50 + ref: ${{ github.ref }} path: gh-action_release - name: Vault diff --git a/.github/workflows/maven-central.yaml b/.github/workflows/maven-central.yaml index 5a83169c..ee1e7acc 100644 --- a/.github/workflows/maven-central.yaml +++ b/.github/workflows/maven-central.yaml @@ -58,7 +58,7 @@ jobs: with: jfrogAccessToken: ${{ fromJSON(steps.secrets.outputs.vault).artifactory_access_token }} - name: Download Artifacts - uses: SonarSource/gh-action_release/download-build@022415c608da18a8a926ef6000eccf57f496bb50 + uses: SonarSource/gh-action_release/download-build@master with: build-number: ${{ steps.get_version.outputs.build }} local-repo-dir: ${{ steps.local_repo.outputs.dir }} @@ -66,7 +66,7 @@ jobs: - name: Maven Central Sync id: maven-central-sync continue-on-error: true - uses: SonarSource/gh-action_release/maven-central-sync@022415c608da18a8a926ef6000eccf57f496bb50 + uses: SonarSource/gh-action_release/maven-central-sync@master with: local-repo-dir: ${{ steps.local_repo.outputs.dir }} env: diff --git a/.github/workflows/npmjs.yaml b/.github/workflows/npmjs.yaml index 2304ddab..5b9b2878 100644 --- a/.github/workflows/npmjs.yaml +++ b/.github/workflows/npmjs.yaml @@ -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@022415c608da18a8a926ef6000eccf57f496bb50 + uses: SonarSource/gh-action_release/download-build@master with: build-number: ${{ steps.get_version.outputs.build }} local-repo-dir: ${{ steps.local_repo.outputs.dir }} diff --git a/.github/workflows/pypi.yaml b/.github/workflows/pypi.yaml index c2488399..5956de09 100644 --- a/.github/workflows/pypi.yaml +++ b/.github/workflows/pypi.yaml @@ -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@022415c608da18a8a926ef6000eccf57f496bb50 + uses: SonarSource/gh-action_release/download-build@master with: build-number: ${{ steps.get_version.outputs.build }} local-repo-dir: ${{ steps.local_repo.outputs.dir }}