Skip to content

Bump github.com/prometheus/client_golang from 1.16.0 to 1.20.3 #1680

Bump github.com/prometheus/client_golang from 1.16.0 to 1.20.3

Bump github.com/prometheus/client_golang from 1.16.0 to 1.20.3 #1680

Workflow file for this run

name: Run Gosec
on:
push:
branches:
- feature/dev
- development
pull_request:
branches:
- feature/dev
- development
jobs:
tests:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v3
- name: Run Gosec Security Scanner
uses: informalsystems/gosec@master
with:
args: ./...