From d4ce810e2b8d2f4ed701ec3e596d374f3ae4d091 Mon Sep 17 00:00:00 2001 From: Mikolaj Matuszny Date: Fri, 17 Apr 2026 10:35:05 +0200 Subject: [PATCH] BUILD-10765 Update release action to v6 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 85b486fc..a13360ce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,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: publishToTestPyPI: true skipPythonReleasabilityChecks: true @@ -20,7 +20,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: true skipPythonReleasabilityChecks: true