Skip to content

Bump the minor-and-patch group with 2 updates #18

Bump the minor-and-patch group with 2 updates

Bump the minor-and-patch group with 2 updates #18

Workflow file for this run

name: "Pull Request"
on:
pull_request:
jobs:
build:
name: "Gradle build and test"
uses: ./.github/workflows/build.yml
secrets: inherit
scan:
name: "CodeQL Scan"
needs: build
uses: ./.github/workflows/scan.yml
secrets: inherit