Skip to content

Commit d9edad4

Browse files
authored
Merge pull request #2944 from tarlepp/chore(deps)/dependency-update
Chore(deps) - Dependency update
2 parents 3bb9924 + aa173e8 commit d9edad4

File tree

20 files changed

+428
-415
lines changed

20 files changed

+428
-415
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,11 +283,11 @@ jobs:
283283
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
284284
COVERALLS_RUN_LOCALLY: 1
285285

286-
- name: SonarCloud Scan (https://sonarcloud.io/dashboard?id=github.com.tarlepp.symfony-flex-backend)
287-
uses: sonarsource/sonarcloud-github-action@master
286+
- name: SonarQube Scan (https://sonarcloud.io/dashboard?id=github.com.tarlepp.symfony-flex-backend)
287+
uses: SonarSource/sonarqube-scan-action@v5.0.0
288288
env:
289289
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
290-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # https://github.com/SonarSource/sonarcloud-github-action#secrets
290+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # https://github.com/SonarSource/sonarqube-scan-action?tab=readme-ov-file#environment-variables
291291

292292
- name: Create PhpMetrics report
293293
run: make phpmetrics

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"mark-gerarts/automapper-plus-bundle": "1.5.0",
3636
"matomo/device-detector": "6.4.3",
3737
"matthiasnoback/symfony-console-form": "6.0.0",
38-
"nelmio/api-doc-bundle": "4.36.1",
38+
"nelmio/api-doc-bundle": "4.37.1",
3939
"nelmio/cors-bundle": "2.5.0",
4040
"phpdocumentor/reflection-docblock": "5.6.1",
4141
"ramsey/uuid-doctrine": "2.1.0",

composer.lock

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

tools/01_phpunit/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
},
88
"require-dev": {
99
"liuggio/fastest": "1.12.0",
10-
"phpunit/php-code-coverage": "12.0.2",
10+
"phpunit/php-code-coverage": "12.0.3",
1111
"phpunit/phpcov": "11.0.0",
12-
"phpunit/phpunit": "12.0.2",
12+
"phpunit/phpunit": "12.0.4",
1313
"roave/security-advisories": "dev-latest",
1414
"symfony/browser-kit": "7.2.0",
1515
"symfony/phpunit-bridge": "7.2.0"

0 commit comments

Comments
 (0)