Skip to content

Commit 739e656

Browse files
CopilotDRSDavidSoft
andcommitted
Add explicit permissions to GitHub Actions workflow for security
Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
1 parent 3fd9e23 commit 739e656

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
build-and-test:
1111
runs-on: ubuntu-latest
1212

13+
permissions:
14+
contents: read
15+
1316
steps:
1417
- name: Checkout code
1518
uses: actions/checkout@v4

0 commit comments

Comments
 (0)