Skip to content

chore(deps): bump com.atlassian.oai:swagger-request-validator-spring-web-client from 2.46.0 to 2.46.1 #541

chore(deps): bump com.atlassian.oai:swagger-request-validator-spring-web-client from 2.46.0 to 2.46.1

chore(deps): bump com.atlassian.oai:swagger-request-validator-spring-web-client from 2.46.0 to 2.46.1 #541

Workflow file for this run

name: Validate Open API
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
validate:
runs-on: ubuntu-latest
# Secrets are not available on forks and on builds from dependabot
if: github.repository == 'sonallux/spotify-web-api' && github.actor != 'dependabot[bot]'
name: Validation Open API
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup java
uses: actions/setup-java@v5
with:
java-version: 21
distribution: 'temurin'
cache: 'maven'
- name: Validate
env:
SPOTIFY_CLIENT_ID: ${{ secrets.SPOTIFY_CLIENT_ID }}
SPOTIFY_CLIENT_SECRET: ${{ secrets.SPOTIFY_CLIENT_SECRET }}
run: ./mvnw -B -ntp test --projects open-api-response-validator --also-make