Skip to content

Commit 20d890b

Browse files
Potential fix for pull request finding 'CodeQL / Workflow does not contain permissions'
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 264c393 commit 20d890b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ on:
1313
pull_request:
1414
workflow_dispatch:
1515

16+
permissions:
17+
contents: read
18+
1619
concurrency:
1720
group: ci-${{ github.ref }}
1821
cancel-in-progress: true

0 commit comments

Comments
 (0)