Skip to content

chore(standards): bump conventional-commits hook to v1.1.0 #26

chore(standards): bump conventional-commits hook to v1.1.0

chore(standards): bump conventional-commits hook to v1.1.0 #26

Workflow file for this run

# Security workflow — runs security scanners via the dev-toolchain container.
# This workflow runs as a separate status check on PRs.
# To block merges on failure, enable branch protection:
# Settings > Branches > Require status checks > Select "security"
name: Security
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
security:
runs-on: ubuntu-latest
container:
image: ghcr.io/devrail-dev/dev-toolchain:v1
steps:
- uses: actions/checkout@v4
- name: Run security
run: make _security