We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f0167b + 8ed3773 commit eae349aCopy full SHA for eae349a
.github/workflows/build.yml
@@ -6,6 +6,9 @@ on:
6
pull_request:
7
branches: [master, v9]
8
9
+permissions:
10
+ contents: read
11
+
12
jobs:
13
build:
14
name: build
.github/workflows/golangci-lint.yml
@@ -10,8 +10,14 @@ on:
- v9
15
16
17
golangci:
18
+ permissions:
19
+ contents: read # for actions/checkout to fetch code
20
+ pull-requests: read # for golangci/golangci-lint-action to fetch pull requests
21
name: lint
22
runs-on: ubuntu-latest
23
steps:
0 commit comments