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 76c3ae1 commit d6919daCopy full SHA for d6919da
.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:
@@ -29,4 +35,4 @@ jobs:
29
35
- name: Lint
30
36
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
31
37
with:
32
- version: v1.54.2
38
+ version: v1.55.2
0 commit comments