Skip to content

Commit

Permalink
SWF: Migration of Sonarcloud Analyse reusable workflow to exo-actions…
Browse files Browse the repository at this point in the history
…/sonarcloud-action action
  • Loading branch information
hbenali committed Dec 17, 2024
1 parent 71f7a70 commit 9e0c7c4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/build.yml

This file was deleted.

14 changes: 14 additions & 0 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Sonar Analysis
on:
push:
branches: [ stable/6.5.x ]
pull_request:
jobs:
sonar-analysis:
name: Analyse Project with SonarCloud
runs-on: ubuntu-latest
steps:
- name: Analyse Project
uses: exo-actions/sonarcloud-action@v1
with:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 9e0c7c4

Please sign in to comment.