Skip to content

Commit 10b5988

Browse files
committed
Bump sonarsource/sonarqube-scan-action from 5.3.1 to 6.0.0 in /.github/workflows
1 parent 96a419a commit 10b5988

File tree

4 files changed

+54
-54
lines changed

4 files changed

+54
-54
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
SWITCHER_API_LOGGER: false
5050

5151
- name: SonarCloud Scan
52-
uses: sonarsource/sonarqube-scan-action@v5.3.1
52+
uses: sonarsource/sonarqube-scan-action@v6.0.0
5353
env:
5454
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
5555
if: env.SONAR_TOKEN != ''

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
SWITCHER_API_LOGGER: false
6565

6666
- name: SonarCloud Scan
67-
uses: sonarsource/sonarqube-scan-action@v5.3.1
67+
uses: sonarsource/sonarqube-scan-action@v6.0.0
6868
env:
6969
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
7070
if: env.SONAR_TOKEN != ''

npm-shrinkwrap.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,17 @@
4949
"helmet": "^8.1.0",
5050
"jsonwebtoken": "^9.0.2",
5151
"moment": "^2.30.1",
52-
"mongodb": "^6.19.0",
53-
"mongoose": "^8.18.1",
54-
"pino": "^9.9.5",
52+
"mongodb": "^6.20.0",
53+
"mongoose": "^8.18.2",
54+
"pino": "^9.11.0",
5555
"pino-pretty": "^13.1.1",
5656
"swagger-ui-express": "^5.0.1",
5757
"switcher-client": "^4.4.1",
5858
"validator": "^13.15.15"
5959
},
6060
"devDependencies": {
6161
"env-cmd": "^11.0.0",
62-
"eslint": "^9.35.0",
62+
"eslint": "^9.36.0",
6363
"jest": "^30.1.3",
6464
"jest-sonar-reporter": "^2.0.0",
6565
"node-notifier": "^10.0.1",

0 commit comments

Comments
 (0)