Skip to content

Commit

Permalink
Merge pull request #647 from Pixilib/GaelO2-dev
Browse files Browse the repository at this point in the history
Upgrade Dependencies
  • Loading branch information
salimkanoun authored May 13, 2023
2 parents 572e025 + a32267b commit 9aa0f88
Show file tree
Hide file tree
Showing 8 changed files with 3,038 additions and 29,831 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: 'sonarcloud'

on:
push:
branches:
- '*'

jobs:

tests:
name: 'Tests Gaelo'
runs-on: ubuntu-latest
steps:
- name: 'Build checkout'
uses: actions/checkout@v3

- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
6 changes: 0 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,3 @@ jobs:
- name: Fix code coverage paths
working-directory: ./GaelO2
run: sed -i 's@'$GITHUB_WORKSPACE'@/github/workspace/@g' coverage.xml

- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
5 changes: 4 additions & 1 deletion GaelO2/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"php-http/discovery": true
}
},
"extra": {
"laravel": {
Expand Down
Loading

0 comments on commit 9aa0f88

Please sign in to comment.