Skip to content

Check transaction.TracingState.VendorStateEntries for any values. #3584

Check transaction.TracingState.VendorStateEntries for any values.

Check transaction.TracingState.VendorStateEntries for any values. #3584

Workflow file for this run

name: Check Markdown links
on: push
# only allow one instance of this workflow to be running per PR or branch, cancels any that are already running
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
with:
egress-policy: audit # Leave it audit mode
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # v1
with:
#use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: '.github/workflows/markdowncheck.config.json'
#max-depth: 2