Skip to content

Bump com.github.spotbugs:spotbugs-annotations from 4.8.4 to 4.8.5 in /CedarJava #325

Bump com.github.spotbugs:spotbugs-annotations from 4.8.4 to 4.8.5 in /CedarJava

Bump com.github.spotbugs:spotbugs-annotations from 4.8.4 to 4.8.5 in /CedarJava #325

Workflow file for this run

name: Build & Test
on:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
get-branch-name:
runs-on: ubuntu-latest
steps:
- name: Get branch name
shell: bash
# The workflow is triggered by pull_request so we use `GITHUB_BASE_REF`
run: echo "branch_name=${GITHUB_BASE_REF}" >> $GITHUB_OUTPUT
id: get_branch_name
outputs:
branch_name: ${{ steps.get_branch_name.outputs.branch_name }}
run_cedar_java:
name: run_cedar_java
needs: get-branch-name
uses: ./.github/workflows/run_cedar_java_reusable.yml
with:
cedar_policy_ref: "refs/heads/main" # use the latest commit on main
cedar_java_ref: "${{ github.head_ref }}" # use the current PR's commit