Skip to content

Commit 15edee5

Browse files
committed
Chore/Set sonar.branch.name to main in sonar-project.properties
1 parent 74b2cf5 commit 15edee5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
tools: composer:v2
2626

2727
- name: Cache dependencies
28-
uses: actions/cache@v2
28+
uses: actions/cache@v4.3.0
2929
with:
3030
path: ~/.composer/cache
3131
key: php-${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
tools: composer:v2
2929

3030
- name: Cache dependencies
31-
uses: actions/cache@v2
31+
uses: actions/cache@v4.3.0
3232
with:
3333
path: ~/.composer/cache
3434
key: php-${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}

sonar-project.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ sonar.sources=src
66
sonar.tests=tests
77
sonar.php.coverage.reportPaths=coverage.xml
88
sonar.php.tests.reportPath=test.xml
9+
sonar.branch.name=main

0 commit comments

Comments
 (0)