diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2024-03-27 14:15:43 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2024-03-27 14:15:43 +0100 |
| commit | bfe549463397ffe9c66d8b2d2fa9f2161944998b (patch) | |
| tree | 507272706f99cb193256b73db8d7f97080f7fe90 | |
| parent | 36a4dc3d0450a4edbaa631f95aaacf631a6d5824 (diff) | |
| download | mullvadvpn-bfe549463397ffe9c66d8b2d2fa9f2161944998b.tar.xz mullvadvpn-bfe549463397ffe9c66d8b2d2fa9f2161944998b.zip | |
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
| -rw-r--r-- | .github/workflows/git-commit-message-style.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/git-commit-message-style.yml b/.github/workflows/git-commit-message-style.yml index 6de2ffed44..c55a1b1bb7 100644 --- a/.github/workflows/git-commit-message-style.yml +++ b/.github/workflows/git-commit-message-style.yml @@ -22,11 +22,9 @@ jobs: accessToken: ${{ secrets.GITHUB_TOKEN }} # only required if checkAllCommitMessages is true - name: Check against guidelines - uses: mristin/opinionated-commit-message@v3.1.0 + uses: mristin/opinionated-commit-message@f3b9cec249cabffbae7cd564542fd302cc576827 #v3.1.1 with: # Commit messages are allowed to be subject only, no body allow-one-liners: 'true' # This action defaults to 50 char subjects, but 72 is fine. max-subject-line-length: '72' - # The action's wordlist is a bit short. Add more accepted verbs - additional-verbs: 'restart, coalesce' |
