Skip to content

chore(deps): Bump io.opentelemetry:opentelemetry-sdk-logs from 1.31.0 to 1.45.0 in /chutney #825

chore(deps): Bump io.opentelemetry:opentelemetry-sdk-logs from 1.31.0 to 1.45.0 in /chutney

chore(deps): Bump io.opentelemetry:opentelemetry-sdk-logs from 1.31.0 to 1.45.0 in /chutney #825

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}}