Skip to content

Bump vite from 5.3.5 to 5.4.7 in /webapp #1359

Bump vite from 5.3.5 to 5.4.7 in /webapp

Bump vite from 5.3.5 to 5.4.7 in /webapp #1359

Workflow file for this run

name: CI/CD
on:
push:
branches:
- '**'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'corretto'
java-version: 21
- name: Build with Gradle
run: ./gradlew build jacocoTestReport sonarqube --info
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}