浏览代码

feat(BUILD-2144): Add checksums and human readable comments

tags/4.8.0.2856
Eric Lorenzana 1年前
父节点
当前提交
271d0c6f3f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      .github/workflows/release.yml

+ 2
- 2
.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;

正在加载...
取消
保存