Merge branch 'sipeed:main' into main

This commit is contained in:
lppp04808 2026-03-05 11:51:49 +08:00 committed by GitHub
commit 55fdc09d34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,6 +24,25 @@ jobs:
with:
version: v2.10.1
vuln_check:
name: Security Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
with:
persist-credentials: false
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run Govulncheck
uses: golang/govulncheck-action@v1
with:
go-package: ./...
test:
name: Tests
runs-on: ubuntu-latest