Skip to content

Commit de1a649

Browse files
authored
chore(ci): add explicit permissions to satisfy CodeQL (#62)
1 parent b14a58a commit de1a649

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ concurrency:
1414
group: lint-${{ github.head_ref }}
1515
cancel-in-progress: true
1616

17+
permissions:
18+
contents: read
19+
1720
jobs:
1821
lint:
1922
name: lint
@@ -29,8 +32,6 @@ jobs:
2932
discover-typos:
3033
name: discover-typos
3134
runs-on: macos-15
32-
permissions:
33-
contents: read
3435
env:
3536
DEVELOPER_DIR: /Applications/Xcode_16.4.app/Contents/Developer
3637
steps:

0 commit comments

Comments
 (0)