Skip to content

Bump com.autonomousapps.dependency-analysis from 1.32.0 to 3.18.0 #15728

Bump com.autonomousapps.dependency-analysis from 1.32.0 to 3.18.0

Bump com.autonomousapps.dependency-analysis from 1.32.0 to 3.18.0 #15728

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0
# Copyright Contributors to the ODPi Egeria project.
---
name: "Check documentation links"
on:
push:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
linkChecker:
runs-on: ubuntu-latest
if: startsWith(github.repository,'odpi/')
steps:
- uses: actions/checkout@v7.0.1
- name: Link Checker
uses: lycheeverse/lychee-action@v2.9.0
with:
# Can switch to true once we run clean
fail: false
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}