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 f439ba0 commit 95f5a70Copy full SHA for 95f5a70
.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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
17
18
# https://github.com/taskmedia/action-conventional-commits
19
- - uses: taskmedia/action-conventional-commits@851d8b8685588ffa1cf390ade7f126116020d844 # v1.1.23
+ - uses: taskmedia/action-conventional-commits@443b9cf07a7c453dfd92533a7f0d0c67fb4d8140 # v1.1.25
20
with:
21
types: "feat|fix|refactor|revert|ci|chore|docs|build|perf|test|style"
22
skip_revert: false
0 commit comments