Skip to content

Commit f287aa0

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-app.yml

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

33
name: Demos CI
44

5+
permissions:
6+
contents: read
7+
58
# Controls when the action will run. Triggers the workflow on push or pull request
69
# events but only for the master branch
710
on:

0 commit comments

Comments
 (0)