Skip to content

Commit 95f5a70

Browse files
committed
ci: add/update workflow for checking commit conventions
1 parent f439ba0 commit 95f5a70

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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
16+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1717

1818
# https://github.com/taskmedia/action-conventional-commits
19-
- uses: taskmedia/action-conventional-commits@851d8b8685588ffa1cf390ade7f126116020d844 # v1.1.23
19+
- uses: taskmedia/action-conventional-commits@443b9cf07a7c453dfd92533a7f0d0c67fb4d8140 # v1.1.25
2020
with:
2121
types: "feat|fix|refactor|revert|ci|chore|docs|build|perf|test|style"
2222
skip_revert: false

0 commit comments

Comments
 (0)