Skip to content

Commit b4280e8

Browse files
Copilotrvosa
andcommitted
Add explicit permissions to GitHub Actions workflow for security
Co-authored-by: rvosa <106490+rvosa@users.noreply.github.com>
1 parent 5657883 commit b4280e8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
name: Build and Test treebase-core
1313
runs-on: ubuntu-latest
1414

15+
permissions:
16+
contents: read
17+
checks: write
18+
pull-requests: write
19+
1520
steps:
1621
- name: Checkout code
1722
uses: actions/checkout@v4

0 commit comments

Comments
 (0)