Skip to content

[Snyk] Security upgrade golang from 1.22.2-alpine to 1.22.4-alpine #478

[Snyk] Security upgrade golang from 1.22.2-alpine to 1.22.4-alpine

[Snyk] Security upgrade golang from 1.22.2-alpine to 1.22.4-alpine #478

Workflow file for this run

name: Commit Message Check
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
jobs:
check-commit-message:
name: Check Commit Message
runs-on: ubuntu-20.04
steps:
- name: Check Commit Message
uses: gsactions/commit-message-checker@v2
with:
pattern: '^(?:ci|feat|fix|docs|style|refactor|perf|test|chore)\(?(?:\w+|\s|\-|_)?\)?:\s\w+'
error: "One or more commit messages do not meet the format requirements. Please check the requirements here: https://github.com/scribd/go-sdk#commit-messages"
accessToken: ${{ secrets.GITHUB_TOKEN }}
excludeTitle: true
excludeDescription: true
checkAllCommitMessages: true