Skip to content

Bump the minor-and-patch group across 1 directory with 8 updates #10

Bump the minor-and-patch group across 1 directory with 8 updates

Bump the minor-and-patch group across 1 directory with 8 updates #10

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