fix(deps): update aquasecurity/trivy-action digest to d2a392a #25
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# | |
# PLEASE NOTE: Managed workflow - do not change manually | |
# | |
name: Check commit conventions | |
on: | |
pull_request: | |
branches: | |
- '*' | |
jobs: | |
verify-commits: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
# https://github.com/taskmedia/action-conventional-commits | |
- uses: taskmedia/action-conventional-commits@cb0de258e7309e163ee353a8c38e24e609608cd6 # v1.1.19 | |
with: | |
types: "feat|fix|refactor|revert|ci|chore|docs|build|perf|test|style" | |
skip_revert: false |