Skip to content

Commit bfe5494

Browse files
committed
Bump opinionated-commit-message github action to version with more verbs
Pins the action to a commit hash rather than tag. For supply chain security
1 parent 36a4dc3 commit bfe5494

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/git-commit-message-style.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,9 @@ jobs:
2222
accessToken: ${{ secrets.GITHUB_TOKEN }} # only required if checkAllCommitMessages is true
2323

2424
- name: Check against guidelines
25-
uses: mristin/opinionated-commit-message@v3.1.0
25+
uses: mristin/opinionated-commit-message@f3b9cec249cabffbae7cd564542fd302cc576827 #v3.1.1
2626
with:
2727
# Commit messages are allowed to be subject only, no body
2828
allow-one-liners: 'true'
2929
# This action defaults to 50 char subjects, but 72 is fine.
3030
max-subject-line-length: '72'
31-
# The action's wordlist is a bit short. Add more accepted verbs
32-
additional-verbs: 'restart, coalesce'

0 commit comments

Comments
 (0)