Skip to content

Commit 450ade3

Browse files
authored
Merge pull request #11 from MFB-Technologies-Inc/feature/10-upgrade-sonarqube-scan-action
update SonarCloud action to version 5 in build workflow
2 parents 87717e8 + 8d8090c commit 450ade3

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: npm run test:ci
4040

4141
- name: SonarCloud Scan
42-
uses: SonarSource/sonarqube-scan-action@v4
42+
uses: SonarSource/sonarqube-scan-action@v5
4343
env:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@mfbtech/changelog-generator",
5+
"comment": "Update the sonarqube github action to resolve a security vulnerability",
6+
"type": "NONE"
7+
}
8+
]
9+
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)