Skip to content

fix: When uploading a file if the request upload have a little delay (more than 200ms), the upload fails - EXO-77268 #94

fix: When uploading a file if the request upload have a little delay (more than 200ms), the upload fails - EXO-77268

fix: When uploading a file if the request upload have a little delay (more than 200ms), the upload fails - EXO-77268 #94

Workflow file for this run

name: Sonar Analysis
on:
push:
branches: [ develop ]
pull_request:
concurrency:
group: sonar-${{ github.ref }}
cancel-in-progress: true
jobs:
sonar-analysis:
name: Analyse Project with SonarCloud
runs-on: ubuntu-latest
steps:
- name: Analyse Project
uses: exo-actions/sonarcloud-action@v1
with:
jdk_major_version: 21
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}