Skip to content

Commit 85cb9e6

Browse files
Potential fix for code scanning alert no. 4: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 3e526d6 commit 85cb9e6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/kmp.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
- '**'
99
pull_request:
1010

11+
permissions:
12+
contents: read
13+
1114
jobs:
1215
build_job:
1316
name: Build (Unit-tests & Android-Lint)

0 commit comments

Comments
 (0)