Skip to content

Upgrade: bump github.com/prometheus/client_golang from 1.19.1 to 1.20.2 #422

Upgrade: bump github.com/prometheus/client_golang from 1.19.1 to 1.20.2

Upgrade: bump github.com/prometheus/client_golang from 1.19.1 to 1.20.2 #422

Workflow file for this run

---
name: "CodeQL"
on:
push:
branches: [ main ]
pull_request:
schedule:
- cron: '28 4 * * 2'
jobs:
analyze:
name: analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language:
- 'go'
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3