Skip to content

chore(deps): Bump org.apache.cxf:cxf-xjc-plugin from 4.0.1 to 4.0.2 in /chutney #12

chore(deps): Bump org.apache.cxf:cxf-xjc-plugin from 4.0.1 to 4.0.2 in /chutney

chore(deps): Bump org.apache.cxf:cxf-xjc-plugin from 4.0.1 to 4.0.2 in /chutney #12

Workflow file for this run

#SPDX-FileCopyrightText: 2017-2024 Enedis
#SPDX-License-Identifier: Apache-2.0
name: "Build all"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
uses: ./.github/workflows/build-all-template.yml
with:
skipTests: ${{ startsWith(github.head_ref, 'release/') }}
secrets:
codecov-token: ${{secrets.CODECOV_TOKEN}}