Skip to content

Update dependency com.qulice:qulice-maven-plugin to v0.27.3 #128

Update dependency com.qulice:qulice-maven-plugin to v0.27.3

Update dependency com.qulice:qulice-maven-plugin to v0.27.3 #128

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2012-2026 Yegor Bugayenko
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: copyrights
'on':
push:
branches:
- master
pull_request:
branches:
- master
jobs:
copyrights:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: yegor256/copyrights-action@0.0.12