Skip to content

Sonar oppgradering for raskere build og bedre tilbakemelding på issues #281

Sonar oppgradering for raskere build og bedre tilbakemelding på issues

Sonar oppgradering for raskere build og bedre tilbakemelding på issues #281

name: Lib servlet-core
on:
push:
paths:
- libs/servlet-core/**
- .github/workflows/lib.servlet-core.yml
jobs:
scan:
name: Scan
uses: ./.github/workflows/common.scan.sonar.yml
with:
working-directory: 'libs/servlet-core/'
secrets:
NAV_TOKEN: ${{ secrets.NAV_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
build:
name: Build
uses: ./.github/workflows/common.java-build.yml
with:
working-directory: 'libs/servlet-core/'
secrets:
NAV_TOKEN: ${{ secrets.NAV_TOKEN }}