Skip to content

Commit c8cfc35

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
name: Tests
66

7+
permissions:
8+
contents: read
9+
710
on:
811
push:
912
branches: [ master, next, dev-* ]

0 commit comments

Comments
 (0)