Skip to content

Commit 61de67e

Browse files
committed
SWF: Migration of Sonarcloud Analyse reusable workflow to exo-actions/sonarcloud-action action
1 parent 7aeb5ae commit 61de67e

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/sonar.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Sonar Analysis
2+
on:
3+
push:
4+
branches: [ develop ]
5+
pull_request:
6+
jobs:
7+
sonar-analysis:
8+
name: Analyse Project with SonarCloud
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Analyse Project
12+
uses: exo-actions/sonarcloud-action@v1
13+
with:
14+
jdk_major_version: 21
15+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)