Skip to content

build(deps): bump github.com/spf13/viper from 1.19.0 to 1.20.1 #1346

build(deps): bump github.com/spf13/viper from 1.19.0 to 1.20.1

build(deps): bump github.com/spf13/viper from 1.19.0 to 1.20.1 #1346

Workflow file for this run

name: vuln
permissions:
contents: read
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 10 * * 1' # run "At 10:00 on Monday"
workflow_call:
jobs:
run:
name: Vuln
runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
fail-fast: true
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
check-latest: true
- name: Checkout
uses: actions/checkout@v4
- name: Install govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest
- name: Run govulncheck
run: govulncheck -test ./...