Skip to content

change version of sonarcloud #2

change version of sonarcloud

change version of sonarcloud #2

Workflow file for this run

name: SonarCloud-Scan
on:
push:
branches:
- develop
jobs:
sonarcloud_scan:
runs-on: ubuntu-latest
steps:
- name: Code Clone
uses: actions/checkout@v2
- name: Set up JDK for Sonarcloud
uses: actions/setup-java@v2
with:
java-version: '17'
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}