Skip to content

Commit 9f4b902

Browse files
authored
Tighten security on code-path-changes workflow (#4193)
1 parent 1b34580 commit 9f4b902

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/code-path-changes.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ env:
1414
GITHUB_PR_NUMBER: ${{ github.event.pull_request.number }}
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616

17+
permissions:
18+
contents: read
19+
1720
jobs:
1821
notify:
1922
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)