Skip to content

build(deps): bump anchore/sbom-action from 0.16.1 to 0.17.0 #9165

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

build(deps): bump anchore/sbom-action from 0.16.1 to 0.17.0 #9165

Workflow file for this run

name: "Linting pr"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
prlint:
name: Lint PR
runs-on: ubuntu-latest
steps:
# Please look up the latest version from
# https://github.com/amannn/action-semantic-pull-request/releases
- name: Lint PR
uses: amannn/action-semantic-pull-request@v5.5.3
env:
GITHUB_TOKEN: ${{ secrets.CI_BOT_TOKEN }}