Skip to content

Bump com.nimbusds:oauth2-oidc-sdk from 11.21.3 to 11.22 #175

Bump com.nimbusds:oauth2-oidc-sdk from 11.21.3 to 11.22

Bump com.nimbusds:oauth2-oidc-sdk from 11.21.3 to 11.22 #175

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: Testing maven build
on:
pull_request:
branches: [ main ]
paths-ignore:
- 'src/test/**'
- 'docker/**'
- 'docker-compose.yaml'
- '*.md'
- 'LICENSE'
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: eidas-idporten-proxy
java-version: 21
secrets: inherit