Skip to content

build(deps): Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.2 in the gomod-minor-patch group #5

build(deps): Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.2 in the gomod-minor-patch group

build(deps): Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.2 in the gomod-minor-patch group #5

Workflow file for this run

name: govulncheck
on:
push:
branches: [master, main]
pull_request:
branches: [master, main]
schedule:
- cron: '0 6 * * *'
permissions:
contents: read
jobs:
govulncheck:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout this repo
uses: actions/checkout@v4
with:
path: common
- name: Checkout sibling InstaNode-dev/proto
uses: actions/checkout@v4
with:
repository: InstaNode-dev/proto
path: proto
- uses: actions/setup-go@v5
with:
go-version-file: common/go.mod
check-latest: true
- run: go install golang.org/x/vuln/cmd/govulncheck@latest
- working-directory: common
run: govulncheck ./...