fix(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.18.… #5230
This file contains hidden or 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
| name: Build | |
| on: | |
| push: | |
| branches: | |
| - main | |
| - release/* | |
| workflow_dispatch: | |
| permissions: | |
| contents: read | |
| jobs: | |
| common: | |
| uses: ./.github/workflows/build-common.yml | |
| secrets: | |
| DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }} | |
| # Link check is disabled for push events to avoid unnecessary CI failures | |
| # (these failures will instead be captured by the daily scheduled run) | |
| # and for release branches to avoid unnecessary maintenance if external links break |