Skip to content

build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient (#7311) #74

build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient (#7311)

build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient (#7311) #74

name: Release azclient trace
on:
workflow_dispatch:
push:
branches:
- master
paths:
- 'pkg/azclient/trace/*'
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
fetch-depth: '0'
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/github-tag-action@a22cf08638b34d5badda920f9daf6e72c477b07b # v6.2
with:
tag_prefix: pkg/azclient/trace/v
github_token: ${{ secrets.GITHUB_TOKEN }}
fetch_all_tags: true