Skip to content

Commit 897dd4f

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

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

44
name: Node.js CI
55

6+
permissions:
7+
contents: read
8+
statuses: write
9+
610
on: [ push, pull_request ]
711

812
jobs:

0 commit comments

Comments
 (0)