From 575e0f8f16995e0d4345a8fa9a98530b4f255464 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 11:25:48 +0000 Subject: [PATCH] Update SonarSource/gh-action_release action to v5.18.0 --- .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 cdd18f98..2709c87d 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@2610321429faee04db33ae8897a0bf3d90eb7079 # 5.16.0 + uses: SonarSource/gh-action_release/.github/workflows/main.yaml@e887e05abda17241a57c7f3d6118e5b3d0705acd # 5.18.0 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@2610321429faee04db33ae8897a0bf3d90eb7079 # 5.16.0 + uses: SonarSource/gh-action_release/.github/workflows/main.yaml@e887e05abda17241a57c7f3d6118e5b3d0705acd # 5.18.0 with: publishToPyPI: true skipPythonReleasabilityChecks: true