Skip to content

Bump ch.qos.logback:logback-classic from 1.5.12 to 1.5.15 #29

Bump ch.qos.logback:logback-classic from 1.5.12 to 1.5.15

Bump ch.qos.logback:logback-classic from 1.5.12 to 1.5.15 #29

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"