From 271d0c6f3f010522502e3ceef12eab774c7cc396 Mon Sep 17 00:00:00 2001 From: Eric Lorenzana Date: Fri, 25 Nov 2022 10:57:27 +0100 Subject: [PATCH] feat(BUILD-2144): Add checksums and human readable comments --- .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 6b44210..70695b4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: permissions: id-token: write contents: write - uses: SonarSource/gh-action_release/.github/workflows/main.yaml@5.0.1 + uses: SonarSource/gh-action_release/.github/workflows/main.yaml@28c15313f2bb2ee0cb67ba48cc008c2391851b81 # 5.0.1 with: publishToBinaries: true mavenCentralSync: true @@ -23,7 +23,7 @@ jobs: steps: - name: get secrets id: secrets - uses: SonarSource/vault-action-wrapper@8e22afd670393ed80f489f5dbd517d09ea21d75b + uses: SonarSource/vault-action-wrapper@8e22afd670393ed80f489f5dbd517d09ea21d75b # 2.4.3-1 with: secrets: | development/github/token/SonarSource-sonar-scanner-cli-release token | GITHUB_TOKEN_RELEASE; -- 2.39.5