Skip to content

Bump @vitejs/plugin-react from 5.0.1 to 5.0.2 in /handlereg.web.frontend/src/main/frontend #243

Bump @vitejs/plugin-react from 5.0.1 to 5.0.2 in /handlereg.web.frontend/src/main/frontend

Bump @vitejs/plugin-react from 5.0.1 to 5.0.2 in /handlereg.web.frontend/src/main/frontend #243

name: handlereg CI build
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up OpenJDK 21
uses: actions/setup-java@v5
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Build and analyze with Maven
run: mvn -B org.jacoco:jacoco-maven-plugin:prepare-agent install coveralls:report sonar:sonar --file pom.xml --define repoToken=${{ secrets.COVERALLS_REPO_SECRET }} -Dsonar.projectKey=steinarb_handlereg -Dsonar.organization=steinarb -Dsonar.host.url=https://sonarcloud.io
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}