Skip to content

* Migrert testnorge til Java 21, Spring 3.1.4 og Gradle 8.4 #235

* Migrert testnorge til Java 21, Spring 3.1.4 og Gradle 8.4

* Migrert testnorge til Java 21, Spring 3.1.4 og Gradle 8.4 #235

Workflow file for this run

name: Lib commands
on:
push:
paths:
- libs/commands/**
- .github/workflows/lib.commands.yml
jobs:
scan:
name: Scan
uses: ./.github/workflows/common.scan.sonar.yml
with:
working-directory: 'libs/commands/'
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/commands/'
secrets:
NAV_TOKEN: ${{ secrets.NAV_TOKEN }}