Skip to content

chore(deps): bump github.com/CycloneDX/cyclonedx-go from 0.9.3 to 0.10.0 in the others group #2953

chore(deps): bump github.com/CycloneDX/cyclonedx-go from 0.9.3 to 0.10.0 in the others group

chore(deps): bump github.com/CycloneDX/cyclonedx-go from 0.9.3 to 0.10.0 in the others group #2953

Workflow file for this run

name: Test
on: [pull_request]
permissions:
contents: read
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
- name: Set up Go 1.x
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5
with:
go-version-file: go.mod
- name: Test
run: make test