Skip to content

Commit 76445ee

Browse files
Copilotaaronpowell
andauthored
fix: add explicit permissions to build-website workflow (CodeQL alert #30) (#1759)
* Initial plan * fix: add explicit permissions to build-website workflow (alert #30) Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
1 parent 8dd5426 commit 76445ee

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-website.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
- hooks
1313
- workflows
1414

15+
permissions:
16+
contents: read
17+
1518
jobs:
1619
build:
1720
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)