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 9b4f72d commit e21e8b5Copy full SHA for e21e8b5
.github/workflows/golangci-lint.yml
@@ -12,8 +12,14 @@ on:
12
- ".golangci.yml"
13
pull_request:
14
15
+permissions: # added using https://github.com/step-security/secure-repo
16
+ contents: read
17
+
18
jobs:
19
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
23
name: lint
24
runs-on: ubuntu-latest
25
steps:
0 commit comments