Skip to content

fix(deps): update all patch versions to v1.16.1 (#2514) #5257

fix(deps): update all patch versions to v1.16.1 (#2514)

fix(deps): update all patch versions to v1.16.1 (#2514) #5257

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