Skip to content

ci: pin third-party github actions to fully specified versions #616

ci: pin third-party github actions to fully specified versions

ci: pin third-party github actions to fully specified versions #616

name: Conventional Commits
on:
pull_request:
types: [opened, edited, synchronize]
jobs:
validate:
runs-on: ubuntu-24.04
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
chore
ci
docs
feat
fix
refactor
revert
test