Skip to content

Commit ab9fab4

Browse files
authored
Update lint.yml
1 parent d81959a commit ab9fab4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ name: Lint
33
on:
44
pull_request:
55

6-
permissions:
7-
contents: read
6+
permissions: {}
87

98
jobs:
109
golangci:
1110
name: lint
1211
runs-on: ubuntu-latest
1312

13+
permissions:
14+
contents: read
15+
1416
steps:
1517
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1618

0 commit comments

Comments
 (0)