chore(deps): Bump com.google.guava:guava from 31.0.1-jre to 33.4.0-jre in /chutney #828
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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}} |