Browse Source

Update common Prometheus files (#2879)

Signed-off-by: prombot <prometheus-team@googlegroups.com>
pull/2888/head
PrometheusBot 11 months ago committed by GitHub
parent
commit
73d95309e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/golangci-lint.yml

6
.github/workflows/golangci-lint.yml

@ -12,8 +12,14 @@ on:
- ".golangci.yml"
pull_request:
permissions: # added using https://github.com/step-security/secure-repo
contents: read
jobs:
golangci:
permissions:
contents: read # for actions/checkout to fetch code
pull-requests: read # for golangci/golangci-lint-action to fetch pull requests
name: lint
runs-on: ubuntu-latest
steps:

Loading…
Cancel
Save