Skip to content

ci(deps): bump securego/gosec from 2.19.0 to 2.20.0 #600

ci(deps): bump securego/gosec from 2.19.0 to 2.20.0

ci(deps): bump securego/gosec from 2.19.0 to 2.20.0 #600

Workflow file for this run

name: Check Commit
permissions: {}
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
commit_lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@7f0a61df502599e1f1f50880aaa7ec1e2c0592f2 #v6.0.1
with:
firstParent: true