mctl/.gitea/workflows/security.yaml
jake c542c39470
Some checks failed
security scans / scans (push) Has been cancelled
workflow ref fix
2025-04-24 12:28:09 -04:00

8 lines
227 B
YAML

name: "security scans"
on: push #runs on pushes to any branch
jobs:
scans:
runs-on: smoke-test
steps:
- uses: https://code.jakeyoungdev.com/actions/security@main #update this to a tag after first successful run