Skip to content

Commit 6ccb631

Browse files
Copilotnhorton
andcommitted
Add explicit permissions to GitHub Actions workflow for security
Co-authored-by: nhorton <[email protected]>
1 parent 3f81077 commit 6ccb631

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
jobs:
1010
test:
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: read
1214
strategy:
1315
matrix:
1416
ruby-version: ['3.0', '3.1', '3.2', '3.3']

0 commit comments

Comments
 (0)