Skip to content

docs: include documentation on the new hook support (#164) #189

docs: include documentation on the new hook support (#164)

docs: include documentation on the new hook support (#164) #189

Workflow file for this run

name: code-security
on:
push:
branches:
- main
paths:
- "**/*.go"
- "*.go"
- "go.mod"
- "go.sum"
pull_request:
branches:
- main
paths:
- "**/*.go"
- "*.go"
- "go.mod"
- "go.sum"
permissions:
actions: read
contents: read
security-events: write
jobs:
security-checks:
if: ${{ github.actor != 'dependabot[bot]' }}
uses: purpleclay/github/.github/workflows/code-security.yml@main
with:
go-version: ${{ vars.GO_VERSION }}
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}