Skip to content

Bump org.cyclonedx:cyclonedx-core-java from 7.3.2 to 8.0.1 #584

Bump org.cyclonedx:cyclonedx-core-java from 7.3.2 to 8.0.1

Bump org.cyclonedx:cyclonedx-core-java from 7.3.2 to 8.0.1 #584

Workflow file for this run

name: Buf
on:
pull_request:
branches: [ "main" ]
permissions: { }
jobs:
buf:
name: Buf
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout Repository
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # tag=v4.1.0
- name: Setup buf
uses: bufbuild/buf-setup-action@93435dfe1238e4a6ee49f795b394aeb1e5afc1f8 # tag=v1.27.0
with:
github_token: ${{ github.token }}
- name: Lint Protobuf
uses: bufbuild/buf-lint-action@bd48f53224baaaf0fc55de9a913e7680ca6dbea4 # tag=v1.0.3
with:
input: proto/src/main/proto
- name: Detect Breaking Changes
uses: bufbuild/buf-breaking-action@a074e988ee34efcd4927079e79c611f428354c01 # tag=v1.1.3
with:
input: proto/src/main/proto
against: https://github.com/${{ github.repository }}.git#branch=main,subdir=proto/src/main/proto