Skip to content

Bump go.mondoo.com/cnquery/v12 from 12.21.0 to 12.22.0 in the gomodupdates group #576

Bump go.mondoo.com/cnquery/v12 from 12.21.0 to 12.22.0 in the gomodupdates group

Bump go.mondoo.com/cnquery/v12 from 12.21.0 to 12.22.0 in the gomodupdates group #576

Workflow file for this run

---
name: Link Checking
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
md-links:
name: Run markdown link check
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: markdown-link-check
uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # v1
with:
use-verbose-mode: "yes"
config-file: ".github/actions/link-check/config.json"