Skip to content

build(deps): bump github.com/prometheus/common from 0.47.0 to 0.55.0 #4096

build(deps): bump github.com/prometheus/common from 0.47.0 to 0.55.0

build(deps): bump github.com/prometheus/common from 0.47.0 to 0.55.0 #4096

Workflow file for this run

name: CI
on:
push:
branches:
- 'release-*'
pull_request:
branches:
- main
- 'release-*'
# ignore PRs with only documentation changes
paths-ignore:
- '**/*.md'
permissions:
contents: read
pull-requests: read
jobs:
trivy:
permissions:
actions: read
contents: read
security-events: write
uses: "./.github/workflows/lib-trivy.yaml"
validate:
uses: "./.github/workflows/lib-validate.yaml"
codeql:
permissions:
actions: read
contents: read
security-events: write
uses: "./.github/workflows/lib-codeql.yaml"
build:
needs:
- trivy
- validate
uses: "./.github/workflows/lib-build.yaml"
e2e:
needs:
- build
uses: "./.github/workflows/lib-e2e.yaml"