Skip to content

Commit 07cad8e

Browse files
Potential fix for code scanning alert no. 5: Workflow does not contain permissions (#16)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 2533da4 commit 07cad8e

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
@@ -45,6 +45,8 @@ jobs:
4545
name: Build
4646
runs-on: ubuntu-24.04
4747
needs: test
48+
permissions:
49+
contents: read
4850

4951
steps:
5052
- name: Checkout repository

0 commit comments

Comments
 (0)