Skip to content

Bump com.google.code.findbugs:annotations from 3.0.1 to 3.0.1u2 #12

Bump com.google.code.findbugs:annotations from 3.0.1 to 3.0.1u2

Bump com.google.code.findbugs:annotations from 3.0.1 to 3.0.1u2 #12

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