Skip to content

build(deps): bump no.nav.security:mock-oauth2-server from 2.0.0 to 2.0.1 #923

build(deps): bump no.nav.security:mock-oauth2-server from 2.0.0 to 2.0.1

build(deps): bump no.nav.security:mock-oauth2-server from 2.0.0 to 2.0.1 #923

name: Test pull requests
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout latest code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: temurin
- name: Setup build cache
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Build with Maven
env:
GITHUB_USERNAME: x-access-token
GITHUB_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./mvnw -B test