Skip to content

Commit 32b5478

Browse files
SONAR-25631 Fix security hotspot githubactions:S7637
1 parent c10aeb9 commit 32b5478

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
remote-repo: sonarsource-helm
4242
build-number: ${{ github.event.inputs.buildNumber }}
4343
- name: Upload binaries to release
44-
uses: svenstaro/upload-release-action@v2
44+
uses: svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13
4545
with:
4646
repo_token: ${{ secrets.GITHUB_TOKEN }}
4747
file_glob: true
@@ -59,12 +59,4 @@ jobs:
5959
with:
6060
repository-name: "${{ github.event.repository.name }}"
6161
package-path: ${{ steps.local_repo.outputs.dir }}
62-
release-name: "${{ github.event.inputs.version}}"
63-
- name: Notify failures on Slack
64-
if: failure()
65-
uses: Ilshidur/[email protected]
66-
env:
67-
SLACK_WEBHOOK: ${{ fromJSON(steps.secrets.outputs.vault).slack_webhook_url }}
68-
SLACK_CHANNEL: team-sonarqube-build
69-
with:
70-
args: "Helm Chart Release failed, see the logs at https://github.com/SonarSource/helm-chart-sonarqube/actions"
62+
release-name: "${{ github.event.inputs.version}}"

0 commit comments

Comments
 (0)