Skip to content

added workflows and amended pom #7

added workflows and amended pom

added workflows and amended pom #7

Workflow file for this run

name: CI
on:
pull_request:
jobs:
security:
name: Security
uses: ./.github/workflows/security.yaml
secrets: inherit
build-maven:
name: build with Maven
uses: ./.github/workflows/maven_build.yaml
needs: security