Skip to content

Commit 9bad888

Browse files
authored
Merge branch 'master' into release/3.6.0
2 parents df68cc5 + ba11e7c commit 9bad888

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonar.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Sonar Scan
2+
23
on: [ push, pull_request_target ]
34

5+
46
jobs:
57
sonar:
68
name: Sonar Scan
@@ -15,7 +17,6 @@ jobs:
1517
- uses: actions/checkout@v2
1618
with:
1719
fetch-depth: 0
18-
1920
- uses: shivammathur/[email protected]
2021
with:
2122
php-version: 8.0
@@ -26,7 +27,6 @@ jobs:
2627

2728
- name: Fix code coverage paths
2829
run: sed -i 's/\/home\/runner\/work\/yoti-php-sdk\/yoti-php-sdk\//\/github\/workspace\//g' ./coverage/coverage.xml
29-
3030
- uses: sonarsource/sonarcloud-github-action@master
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)