Skip to content

Bump google.golang.org/protobuf in the all-deps group (#1248) #1468

Bump google.golang.org/protobuf in the all-deps group (#1248)

Bump google.golang.org/protobuf in the all-deps group (#1248) #1468

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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- 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'