mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 04:17:55 +08:00
chore(deps): fix dependabot alerts (#919)
https://github.com/project-zot/zot/pull/911 https://github.com/project-zot/zot/pull/912 https://github.com/project-zot/zot/pull/913 https://github.com/project-zot/zot/pull/914 https://github.com/project-zot/zot/pull/915 https://github.com/project-zot/zot/pull/916 https://github.com/project-zot/zot/pull/917 Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
committed by
GitHub
parent
92afd86cbb
commit
4edecbb429
@@ -18,7 +18,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Check Commit Type
|
||||
uses: gsactions/commit-message-checker@v1
|
||||
uses: gsactions/commit-message-checker@v2
|
||||
with:
|
||||
pattern: '^((build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(\(.+\))?(!)?(: (.*\s*)*))'
|
||||
flags: 'gm'
|
||||
@@ -28,7 +28,7 @@ jobs:
|
||||
checkAllCommitMessages: 'true'
|
||||
accessToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Check Line Length
|
||||
uses: gsactions/commit-message-checker@v1
|
||||
uses: gsactions/commit-message-checker@v2
|
||||
with:
|
||||
pattern: '^[^#].{1,74}'
|
||||
error: 'The maximum line length of 74 characters is exceeded.'
|
||||
|
||||
Reference in New Issue
Block a user