Skip to content

chore(deps): bump anchore/scan-action from 7.3.2 to 7.4.0 in /.github/workflows #1189

chore(deps): bump anchore/scan-action from 7.3.2 to 7.4.0 in /.github/workflows

chore(deps): bump anchore/scan-action from 7.3.2 to 7.4.0 in /.github/workflows #1189

Workflow file for this run

---
name: "Lint PR Title"
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- name: "Semantic PR Title Lint"
uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ github.token }}