Skip to content

Upgrade Keycloak and CAS protocol to version 26.6.3 #171

Upgrade Keycloak and CAS protocol to version 26.6.3

Upgrade Keycloak and CAS protocol to version 26.6.3 #171

Workflow file for this run

name: Linting Dockerfile
on:
pull_request:
branches:
- main
paths:
- '**/Dockerfile'
- '.github/workflows/lint-dockerfile.yml'
# Allow manually triggering the workflow.
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Lint Dockerfile
uses: reviewdog/action-hadolint@v1