From cff1fe7633538992aac97a6c8340ff7bb101aa41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 02:48:35 +0000 Subject: [PATCH] Bump SonarSource/gh-action_release from 3 to 4.2.6 Bumps [SonarSource/gh-action_release](https://github.com/SonarSource/gh-action_release) from 3 to 4.2.6. - [Release notes](https://github.com/SonarSource/gh-action_release/releases) - [Commits](https://github.com/SonarSource/gh-action_release/compare/v3...4.2.6) --- updated-dependencies: - dependency-name: SonarSource/gh-action_release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bca83aa1f5d..620a8331b05 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: RELEASE_SSH_KEY: ${{ secrets.RELEASE_SSH_KEY }} SLACK_API_TOKEN: ${{secrets.SLACK_API_TOKEN }} # Put your action repo here - uses: SonarSource/gh-action_release/main@v3 + uses: SonarSource/gh-action_release/main@4.2.6 - name: Check outputs if: always() @@ -60,14 +60,14 @@ jobs: id: local_repo run: echo ::set-output name=dir::"$(mktemp -d repo.XXXXXXXX)" - name: Download Artifacts - uses: SonarSource/gh-action_release/download-build@v3 + uses: SonarSource/gh-action_release/download-build@4.2.6 with: build-number: ${{ steps.get_version.outputs.build }} local-repo-dir: ${{ steps.local_repo.outputs.dir }} - name: Maven Central Sync id: maven-central-sync continue-on-error: true - uses: SonarSource/gh-action_release/maven-central-sync@v3 + uses: SonarSource/gh-action_release/maven-central-sync@4.2.6 with: local-repo-dir: ${{ steps.local_repo.outputs.dir }} env: