Skip to content

build(deps): bump anchore/sbom-action from 0.17.6 to 0.17.7 in the github-actions group #6641

build(deps): bump anchore/sbom-action from 0.17.6 to 0.17.7 in the github-actions group

build(deps): bump anchore/sbom-action from 0.17.6 to 0.17.7 in the github-actions group #6641

Workflow file for this run

name: Commit Message Check
on: # yamllint disable-line rule:truthy
pull_request:
jobs:
check-commit-message:
name: Check Commit Message
runs-on: ubuntu-latest
steps:
- name: Check out source
uses: actions/checkout@v4
- name: Check commit message
uses: webiny/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}