mctl/.gitea/workflows/security.yaml
jake dcfad2dfee
Some checks failed
code scans / scans (push) Failing after 2s
[ci] workflow update
- runner change
- workflow version bumps
2025-05-17 13:49: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.0.1