Skip to content

build(deps): Bump github.com/prometheus/client_golang from 1.18.0 to 1.20.4 #1805

build(deps): Bump github.com/prometheus/client_golang from 1.18.0 to 1.20.4

build(deps): Bump github.com/prometheus/client_golang from 1.18.0 to 1.20.4 #1805

Workflow file for this run

name: Vuln
on:
pull_request:
types: [opened, synchronize, reopened, labeled]
merge_group:
types: [checks_requested]
concurrency:
group: ci-${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
govulncheck:
runs-on: ubuntu-latest
name: Run govulncheck
steps:
- uses: actions/checkout@v4
- uses: technote-space/get-diff-action@v6.1.2
with:
PATTERNS: |
**/**.go
FILES: |
go.mod
go.sum
- uses: golang/govulncheck-action@v1.0.3
id: govulncheck
if: env.GIT_DIFF
with:
go-version-input: 1.22
go-package: ./...