Skip to content

fix(security/unknown/acceptance-tests): update golang.org/x/net to v0.55.0 [security] #3946

fix(security/unknown/acceptance-tests): update golang.org/x/net to v0.55.0 [security]

fix(security/unknown/acceptance-tests): update golang.org/x/net to v0.55.0 [security] #3946

Workflow file for this run

name: Lint PR title
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
- ready_for_review
branches:
- main
merge_group:
permissions:
contents: read
pull-requests: read
jobs:
lint-pr-title:
runs-on: ubuntu-24.04
steps:
- uses: grafana/shared-workflows/actions/lint-pr-title@0239db2665246f3b078d8d9166e4d8f09c071cae # lint-pr-title/v1.2.2
env:
GITHUB_TOKEN: ${{ github.token }}