Skip to content

Java: Bump com.fasterxml.jackson.core:jackson-databind from 2.22.0 to 2.22.1 in /semantickernel-bom #384

Java: Bump com.fasterxml.jackson.core:jackson-databind from 2.22.0 to 2.22.1 in /semantickernel-bom

Java: Bump com.fasterxml.jackson.core:jackson-databind from 2.22.0 to 2.22.1 in /semantickernel-bom #384

name: Check .md links
on:
workflow_dispatch:
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
markdown-link-check:
runs-on: ubuntu-latest
# check out the latest version of the code
steps:
- uses: actions/checkout@v7
# Checks the status of hyperlinks in .md files in verbose mode
- name: Check links
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-verbose-mode: "yes"
config-file: ".github/workflows/markdown-link-check-config.json"