Skip to content

[COREP-5410] applepay source attribute to support APPLE_PAY_JS_API / … #60

[COREP-5410] applepay source attribute to support APPLE_PAY_JS_API / …

[COREP-5410] applepay source attribute to support APPLE_PAY_JS_API / … #60

name: SonarQube Analysis
on:
push:
branches:
- "**"
jobs:
build:
name: Build and analyze
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'temurin'
- name: Build with Gradle
run: ./gradlew clean build
- name: Run SonarQube analysis
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
run: ./gradlew sonar --no-daemon