Skip to content

chore: bump to 2.0.5 #10

chore: bump to 2.0.5

chore: bump to 2.0.5 #10

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.yaml
with:
maven-goal: package
needs: security