Skip to content

chore(deps): bump anchore/sbom-action from 0.16.1 to 0.17.0 #1457

chore(deps): bump anchore/sbom-action from 0.16.1 to 0.17.0

chore(deps): bump anchore/sbom-action from 0.16.1 to 0.17.0 #1457

Workflow file for this run

# Linter to enforce semantic pull request titles (see https://www.conventionalcommits.org/en/v1.0.0/)
name: "Semantic PR Check"
on:
pull_request_target:
types:
- opened
- edited
- reopened
- synchronize
- ready_for_review
permissions:
pull-requests: read
jobs:
main:
if: github.event.pull_request.draft == false
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}