Skip to content

Bump org.apache.logging.log4j:log4j-core from 2.24.0 to 2.24.1 in /java #820

Bump org.apache.logging.log4j:log4j-core from 2.24.0 to 2.24.1 in /java

Bump org.apache.logging.log4j:log4j-core from 2.24.0 to 2.24.1 in /java #820

Workflow file for this run

name: CI build
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
check-links:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check all links in *.md files
id: lychee
uses: lycheeverse/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: >-
--verbose --no-progress **/*.md
--exclude "https://ingest.us0.signalfx.com.*"
--exclude "http://localhost*"
- name: Fail if there were link errors
run: exit ${{ steps.lychee.outputs.exit_code }}