From d286ab48f5586696a5615e7d7b60548371759226 Mon Sep 17 00:00:00 2001 From: Tibor Blenessy Date: Tue, 26 Sep 2023 18:54:54 +0200 Subject: [PATCH] Update release.yml Update release workflow to use @v5 instead of sha --- .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 6aa846b..28e6565 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: permissions: contents: read id-token: write - uses: SonarSource/gh-action_release/.github/workflows/main.yaml@d42e8be3a9772d0447a7d2f3d2be31312b218383 # tag=5.0.1 + uses: SonarSource/gh-action_release/.github/workflows/main.yaml@v5 with: publishToBinaries: false mavenCentralSync: true