Skip to content

Bump express from 4.18.2 to 4.21.2 in /client/web/admin #20

Bump express from 4.18.2 to 4.21.2 in /client/web/admin

Bump express from 4.18.2 to 4.21.2 in /client/web/admin #20

Workflow file for this run

name: SonarQube
on:
push:
branches:
- '202[3-9].[39].x'
pull_request:
types: [opened, synchronize, reopened]
jobs:
sonarqube:
name: SonarQube
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v4
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}