Skip to content

build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.7 to 1.32.12 #38

build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.7 to 1.32.12

build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.7 to 1.32.12 #38

Workflow file for this run

name: semantic-check
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
contents: read
pull-requests: read
jobs:
main:
name: Semantic Commit Message Check
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
name: Check PR for Semantic Commit Message
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
requireScope: false
validateSingleCommit: true