Skip to content

Bump react-dom from 19.2.3 to 19.2.4 in /webapp #3231

Bump react-dom from 19.2.3 to 19.2.4 in /webapp

Bump react-dom from 19.2.3 to 19.2.4 in /webapp #3231

Workflow file for this run

name: SonarCloud
on:
push:
branches: [ '**' ]
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
name: Build and analyze
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}