Skip to content

Commit bf6a713

Browse files
committed
ci: add/update workflow for checking commit conventions
1 parent 3edf94d commit bf6a713

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tf-conventional-commits.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
verify-commits:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
16+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717

1818
# https://github.com/taskmedia/action-conventional-commits
19-
- uses: taskmedia/action-conventional-commits@180c46eb0f4380691dc9845e68b1ef36c05d57d7 # v1.1.18
19+
- uses: taskmedia/action-conventional-commits@cb0de258e7309e163ee353a8c38e24e609608cd6 # v1.1.19
2020
with:
2121
types: "feat|fix|refactor|revert|ci|chore|docs|build|perf|test|style"
2222
skip_revert: false

0 commit comments

Comments
 (0)