build(deps): bump github.com/CycloneDX/cyclonedx-go from 0.11.0 to 0.12.0 in the gomod-minor group across 1 directory #728
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Bomly Guard | |
| on: | |
| pull_request: | |
| permissions: | |
| contents: read | |
| jobs: | |
| guard: | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 15 | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| issues: write | |
| security-events: write | |
| steps: | |
| - name: Check out repository | |
| uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 | |
| with: | |
| fetch-depth: 0 | |
| - name: Run Bomly Guard | |
| uses: bomly-dev/bomly-guard@3f0869a7d411103210a63c1e64315a48cb2a5c20 # v1.2.0 | |
| with: | |
| fail-on: high | |
| comment-summary-in-pr: always |