Skip to content

fix(deps): update dependency org.apache.maven:maven-core to v3.9.12 #868

fix(deps): update dependency org.apache.maven:maven-core to v3.9.12

fix(deps): update dependency org.apache.maven:maven-core to v3.9.12 #868

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2016-2026 Objectionary.com
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: shellcheck
'on':
push:
branches:
- master
pull_request:
branches:
- master
jobs:
shellcheck:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: ludeeus/action-shellcheck@master