Skip to content

Bump @lightshell/darwin-arm64 from 0.1.0 to 0.2.1 in /npm/lightshell #6

Bump @lightshell/darwin-arm64 from 0.1.0 to 0.2.1 in /npm/lightshell

Bump @lightshell/darwin-arm64 from 0.1.0 to 0.2.1 in /npm/lightshell #6

Workflow file for this run

name: govulncheck
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 6 * * 1'
permissions:
contents: read
jobs:
govulncheck:
name: Go Vulnerability Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23'
- name: Install govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest
- name: Run govulncheck
run: govulncheck ./...