We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3edf94d commit bf6a713Copy full SHA for bf6a713
.github/workflows/tf-conventional-commits.yml
@@ -13,10 +13,10 @@ jobs:
13
verify-commits:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
18
# https://github.com/taskmedia/action-conventional-commits
19
- - uses: taskmedia/action-conventional-commits@180c46eb0f4380691dc9845e68b1ef36c05d57d7 # v1.1.18
+ - uses: taskmedia/action-conventional-commits@cb0de258e7309e163ee353a8c38e24e609608cd6 # v1.1.19
20
with:
21
types: "feat|fix|refactor|revert|ci|chore|docs|build|perf|test|style"
22
skip_revert: false
0 commit comments