mctl/.gitea/workflows/security.yaml
jake 49c508aae7
All checks were successful
code scans / scans (push) Successful in 23s
[ci] workflow version bump
2025-05-17 13:50:04 -04:00

17 lines
299 B
YAML

name: "code scans"
on:
push:
branches:
- main
tags:
- v*
pull_request:
jobs:
scans:
runs-on: fire
steps:
- uses: actions/checkout@v4
- name: "dependency scan and static code analysis"
uses: https://code.jakeyoungdev.com/actions/donotpassgo@v1.1.0