Skip to content

Bump library/alpine from 3.18.2 to 3.18.4 in /open-metadata-resources/open-metadata-deployment/docker/configure #5765

Bump library/alpine from 3.18.2 to 3.18.4 in /open-metadata-resources/open-metadata-deployment/docker/configure

Bump library/alpine from 3.18.2 to 3.18.4 in /open-metadata-resources/open-metadata-deployment/docker/configure #5765

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/[email protected]
- name: Link Checker
uses: lycheeverse/[email protected]
with:
# Can switch to true once we run clean
fail: false
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}