Skip to content

fix: resolve ANTLR performance regression — skip parsing for regex-on… #10

fix: resolve ANTLR performance regression — skip parsing for regex-on…

fix: resolve ANTLR performance regression — skip parsing for regex-on… #10

Workflow file for this run

name: SonarCloud Java
on:
push:
branches: [java]
paths: ['src/**', 'pom.xml']
pull_request:
branches: [java]
jobs:
sonar:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '25'
cache: 'maven'
- name: Build and analyze
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: >
mvn clean verify sonar:sonar -B
-Dsonar.projectKey=RandomCodeSpace_code-iq-java
-Dsonar.organization=randomcodespace
-Dsonar.host.url=https://sonarcloud.io