Skip to content

Bump no.idporten.logging:idporten-log-audit-spring-boot-3-starter from 1.2.7 to 2.3.0 #466

Bump no.idporten.logging:idporten-log-audit-spring-boot-3-starter from 1.2.7 to 2.3.0

Bump no.idporten.logging:idporten-log-audit-spring-boot-3-starter from 1.2.7 to 2.3.0 #466

Workflow file for this run

# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Build Maven Java
on:
pull_request:
branches: [ main ]
jobs:
call-workflow-maven-build:
uses: felleslosninger/github-workflows/.github/workflows/ci-maven-build.yml@main
with:
java-version: 21
secrets: inherit
call-container-scan:
uses: felleslosninger/github-workflows/.github/workflows/ci-spring-boot-container-scan.yml@main
with:
image-name: idporten-user-service
java-version: 21
secrets: inherit