Skip to content

fix(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.18.… #5230

fix(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.18.…

fix(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.18.… #5230

Workflow file for this run

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