Skip to content

Commit

Permalink
Use SonarSource/sonarqube-scan-action (#153)
Browse files Browse the repository at this point in the history
## Description

Use SonarSource/sonarqube-scan-action

## Changes Made

* Use SonarSource/sonarqube-scan-action

## Related Issues

Fixes #149

## Checklist

- [x] I have used a PR title that is descriptive enough for a release
note.
- [ ] I have tested these changes locally.
- [ ] I have added appropriate tests or updated existing tests.
- [ ] I have tested these changes on a cluster [name of the cluster] /
customer [name of the customer]
- [ ] I have added appropriate documentation or updated existing
documentation.

---------

Co-authored-by: cosimomeli <[email protected]>
  • Loading branch information
chicco785 and cosimomeli authored Jan 8, 2025
1 parent dd16d6c commit 5f263a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: SonarCloud Code Scan
if: ${{ inputs.code-scan }}
uses: SonarSource/sonarcloud-github-action@master
uses: SonarSource/sonarqube-scan-action@v4.2.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GitHub Workflows Release Notes

## 0.0.3-dev - 2024-12-31
## 0.0.3-dev - 2025-01-08

### Features

Expand Down Expand Up @@ -45,6 +45,7 @@

### Dependencies

- Use SonarSource/sonarqube-scan-action (PR #153 by @chicco785)
- Bump DavidAnson/markdownlint-cli2-action from 18 to 19 (PR #152 by
@dependabot[bot])
- Bump fjogeleit/yaml-update-action from 0.15.0 to 0.16.0 (PR #151 by
Expand Down

0 comments on commit 5f263a7

Please sign in to comment.