Skip to content

Commit a875c70

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

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
@@ -22,6 +22,9 @@ concurrency:
2222
group: "ci-${{ github.head_ref || github.ref }}"
2323
cancel-in-progress: true
2424

25+
permissions:
26+
contents: read
27+
2528
jobs:
2629
# Build validation job
2730
build:

0 commit comments

Comments
 (0)