From e21e8b5641f836f6da629ffca6e19a6e4aa15cba Mon Sep 17 00:00:00 2001 From: PrometheusBot Date: Mon, 1 Jan 2024 20:54:58 +0100 Subject: [PATCH] Update common Prometheus files (#555) Signed-off-by: prombot --- .github/workflows/golangci-lint.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 805c59fb..4b292229 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.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: