Skip to content

Commit 47ba457

Browse files
authored
Merge pull request #1349 from kubernetes-sigs/cpanato-patch-1
update gh permissions
2 parents 5938bd1 + c914e03 commit 47ba457

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/workflows/codespell.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ name: Codespell
44
on:
55
pull_request:
66

7+
permissions: {}
8+
79
jobs:
810
codespell:
911
runs-on: ubuntu-latest
@@ -16,4 +18,3 @@ jobs:
1618
ignore_words_file: .codespellignore
1719
check_filenames: true
1820
check_hidden: true
19-

.github/workflows/link-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
pull_request:
1111
paths: "docs/**"
1212

13+
permissions: {}
14+
1315
jobs:
1416
lint_docs:
1517
name: Broken Links

.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)