Skip to content

Bump github/codeql-action from 3.27.5 to 3.28.8 #11519

Bump github/codeql-action from 3.27.5 to 3.28.8

Bump github/codeql-action from 3.27.5 to 3.28.8 #11519

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@v4.2.2
- name: Link Checker
uses: lycheeverse/lychee-action@v2.1.0
with:
# Can switch to true once we run clean
fail: false
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}