Skip to content

πŸš€ Release: Enterprise Edition v8.0.0 β€” Unified Compose, Architecture Auto-Detection, EE Auth Flow, and Script Enhancements #16

πŸš€ Release: Enterprise Edition v8.0.0 β€” Unified Compose, Architecture Auto-Detection, EE Auth Flow, and Script Enhancements

πŸš€ Release: Enterprise Edition v8.0.0 β€” Unified Compose, Architecture Auto-Detection, EE Auth Flow, and Script Enhancements #16

Workflow file for this run

name: SonarCloud Analysis
on:
push:
branches:
- main
- develop
- release/**
pull_request:
types: [opened, synchronize, reopened]
branches:
- main
- develop
- release/**
workflow_dispatch:
jobs:
sonarcloud:
name: SonarCloud Scan
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@v2
with:
args: >
-Dsonar.projectKey=AOT-Technologies_forms-flow-ai-deployment
-Dsonar.organization=aot-technologies
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}