diff options
author | Mate Molnar <mate.molnar@sonarsource.com> | 2023-08-15 15:25:03 +0200 |
---|---|---|
committer | Mate Molnar <matemoln@users.noreply.github.com> | 2023-08-16 09:32:17 +0200 |
commit | ac5fbd7573e5dc66a35176197cf611cfc4cfda2e (patch) | |
tree | 32ae897c31f9a024aab2dd312f7ed2209b3cde9c /.github | |
parent | 520ffb38d9bc7b49acfd9dd07c226bd0de68ecf1 (diff) | |
download | sonar-scanner-cli-ac5fbd7573e5dc66a35176197cf611cfc4cfda2e.tar.gz sonar-scanner-cli-ac5fbd7573e5dc66a35176197cf611cfc4cfda2e.zip |
update gh-action_release to version 5.0.10
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 69b1e24..a4899a0 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@28c15313f2bb2ee0cb67ba48cc008c2391851b81 # 5.0.1 + uses: SonarSource/gh-action_release/.github/workflows/main.yaml@66a34c7817fc1684b80badc4326de58c334133de # 5.0.10 with: publishToBinaries: true mavenCentralSync: true |