Skip to content

Commit 83ba0ee

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

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
@@ -3,6 +3,9 @@ name: CI Build
33
# Builds on every commit to verify everything compiles.
44
# Does NOT publish anything - just verification.
55

6+
permissions:
7+
contents: read
8+
69
on:
710
push:
811
branches:

0 commit comments

Comments
 (0)