From 9e14d8239c4413577bb34baf1867447f5dbacecd Mon Sep 17 00:00:00 2001 From: Mikolaj Matuszny Date: Fri, 17 Apr 2026 10:32:36 +0200 Subject: [PATCH] BUILD-10765 Update release action to v6 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d752d7..53409bd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: permissions: id-token: write contents: write - uses: SonarSource/gh-action_release/.github/workflows/main.yaml@c52861bb0e5dd564187f3fd74e048f20aef0f761 # 6.5.0 + uses: SonarSource/gh-action_release/.github/workflows/main.yaml@v6 with: publishToPyPI: ${{ !github.event.release.prerelease }} # Only publish to PyPI for non-prerelease releases publishToTestPyPI: ${{ github.event.release.prerelease }}