Skip to content

Bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 #649

Bump golang.org/x/oauth2 from 0.20.0 to 0.21.0

Bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 #649

Workflow file for this run

name: govulncheck
on:
pull_request_target: {}
push:
branches: [main]
schedule:
- cron: "30 0 1,15 * *"
jobs:
scan:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}
- name: Scan for Vulnerabilities in Code
uses: golang/govulncheck-action@3a32958c2706f7048305d5a2e53633d7e37e97d0 # [email protected]
with:
go-version-file: go.mod
go-package: ./...
check-latest: true
repo-checkout: false