Skip to content

Merge pull request #5 from brightsparklabs/feature/RAD-197-upgrade-sa… #22

Merge pull request #5 from brightsparklabs/feature/RAD-197-upgrade-sa…

Merge pull request #5 from brightsparklabs/feature/RAD-197-upgrade-sa… #22

Workflow file for this run

name: Java Workflow
on: [push, pull_request]
jobs:
call-java-workflow:
uses: brightsparklabs/github-actions/.github/workflows/java.yml@master
# Since all of our workflows are called from the same organisation, we can use the `inherit`
# keyword to pass secrets to the called workflow.
secrets: inherit
# These permissions are required for Dependabot to merge PRs.
permissions:
contents: write
pull-requests: write
with:
java_version: "21"