Skip to content

Commit 678096b

Browse files
Bump sonarsource/sonarqube-scan-action from 5.3.1 to 6.0.0 in /.github/workflows (#571)
* Bump sonarsource/sonarqube-scan-action in /.github/workflows Bumps [sonarsource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 5.3.1 to 6.0.0. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@v5.3.1...v6.0.0) --- updated-dependencies: - dependency-name: sonarsource/sonarqube-scan-action dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * chore: bump [email protected], [email protected] --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: petruki <[email protected]>
1 parent 6ee4f08 commit 678096b

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
@@ -60,7 +60,7 @@ jobs:
6060
SWITCHER_API_LOGGER: false
6161

6262
- name: SonarCloud Scan
63-
uses: sonarsource/sonarqube-scan-action@v5.3.1
63+
uses: sonarsource/sonarqube-scan-action@v6.0.0
6464
env:
6565
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
6666
if: env.SONAR_TOKEN != ''

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
SWITCHER_API_LOGGER: false
7676

7777
- name: SonarCloud Scan
78-
uses: sonarsource/sonarqube-scan-action@v5.3.1
78+
uses: sonarsource/sonarqube-scan-action@v6.0.0
7979
env:
8080
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
8181
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
@@ -51,19 +51,19 @@
5151
"helmet": "^8.1.0",
5252
"jsonwebtoken": "^9.0.2",
5353
"moment": "^2.30.1",
54-
"mongodb": "^6.19.0",
55-
"mongoose": "^8.18.1",
54+
"mongodb": "^6.20.0",
55+
"mongoose": "^8.18.2",
5656
"passport": "^0.7.0",
5757
"@node-saml/passport-saml": "^5.1.0",
58-
"pino": "^9.9.5",
58+
"pino": "^9.11.0",
5959
"pino-pretty": "^13.1.1",
6060
"swagger-ui-express": "^5.0.1",
6161
"switcher-client": "^4.4.1",
6262
"validator": "^13.15.15"
6363
},
6464
"devDependencies": {
6565
"env-cmd": "^11.0.0",
66-
"eslint": "^9.35.0",
66+
"eslint": "^9.36.0",
6767
"jest": "^30.1.3",
6868
"jest-sonar-reporter": "^2.0.0",
6969
"node-notifier": "^10.0.1",

0 commit comments

Comments
 (0)