diff options
author | Eric Lorenzana <eric.lorenzana@sonarsource.com> | 2022-11-25 10:57:27 +0100 |
---|---|---|
committer | Eric Lorenzana <eric.lorenzana@sonarsource.com> | 2022-11-25 12:37:35 +0100 |
commit | 271d0c6f3f010522502e3ceef12eab774c7cc396 (patch) | |
tree | f8e0b8681b22f030ac33100cf6b9e62815c8b894 /.github | |
parent | 06f4ecdd71feba007aa9d3de78fc95653f25c4e9 (diff) | |
download | sonar-scanner-cli-271d0c6f3f010522502e3ceef12eab774c7cc396.tar.gz sonar-scanner-cli-271d0c6f3f010522502e3ceef12eab774c7cc396.zip |
feat(BUILD-2144): Add checksums and human readable comments
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 4 |
1 files 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; |