mctl/.gitea/workflows/security.yaml
jake 5c6c7f7a23
Some checks failed
security scans / scans (push) Failing after 3s
workflow file fix
2025-04-24 12:26:34 -04:00

8 lines
229 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@master #update this to a tag after first successful run