Skip to content

Bump golang.org/x/oauth2 from 0.14.0 to 0.15.0 (#1013) #1000

Bump golang.org/x/oauth2 from 0.14.0 to 0.15.0 (#1013)

Bump golang.org/x/oauth2 from 0.14.0 to 0.15.0 (#1013) #1000

Workflow file for this run

name: Check Markdown links
on: push
permissions:
contents: read
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: '.github/workflows/link_checker_config.json'