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.
1 parent 4c8b4d1 commit 8ed3773Copy full SHA for 8ed3773
.github/workflows/build.yml
@@ -6,6 +6,9 @@ on:
6
pull_request:
7
branches: [master]
8
9
+permissions:
10
+ contents: read
11
+
12
jobs:
13
build:
14
name: build
.github/workflows/golangci-lint.yml
@@ -9,8 +9,14 @@ on:
- main
15
16
golangci:
17
+ permissions:
18
+ contents: read # for actions/checkout to fetch code
19
+ pull-requests: read # for golangci/golangci-lint-action to fetch pull requests
20
name: lint
21
runs-on: ubuntu-latest
22
steps:
0 commit comments