Files
mctl/.gitea/workflows/security.yaml
jake 0c68e1de9d
Some checks failed
code scans / scans (push) Failing after 35s
[ci] runner image changes
- go no longer installed out of the gates
2025-11-25 20:23:09 -05:00

16 lines
353 B
YAML

name: "code scans"
on:
push:
pull_request:
jobs:
scans:
runs-on: wind
steps:
- uses: actions/checkout@v4
- name: "install go"
uses: https://code.jakeyoungdev.com/actions/install-go@v0.1.3
- name: "dependency scan and static code analysis"
uses: https://code.jakeyoungdev.com/actions/donotpassgo@v1.1.0