Skip to content

fix: upgrade org.postgresql:postgresql from 42.6.0 to 42.7.3 (#194) #767

fix: upgrade org.postgresql:postgresql from 42.6.0 to 42.7.3 (#194)

fix: upgrade org.postgresql:postgresql from 42.6.0 to 42.7.3 (#194) #767

Workflow file for this run

name: Static code analysis
on:
push:
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: '17'
- name: Build with Maven
run: mvn -B verify spotbugs:spotbugs -DskipTests
- uses: jwgmeligmeyling/spotbugs-github-action@master
with:
path: '**/spotbugsXml.xml'