Skip to content

Commit d6919da

Browse files
authored
Update common Prometheus files (#191)
Signed-off-by: prombot <[email protected]>
1 parent 76c3ae1 commit d6919da

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/golangci-lint.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,14 @@ on:
1212
- ".golangci.yml"
1313
pull_request:
1414

15+
permissions: # added using https://github.com/step-security/secure-repo
16+
contents: read
17+
1518
jobs:
1619
golangci:
20+
permissions:
21+
contents: read # for actions/checkout to fetch code
22+
pull-requests: read # for golangci/golangci-lint-action to fetch pull requests
1723
name: lint
1824
runs-on: ubuntu-latest
1925
steps:
@@ -29,4 +35,4 @@ jobs:
2935
- name: Lint
3036
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
3137
with:
32-
version: v1.54.2
38+
version: v1.55.2

0 commit comments

Comments
 (0)