Skip to content

Commit 16cc7ff

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 16265a3 commit 16cc7ff

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
push:
88
branches:
99
- develop
10+
permissions:
11+
contents: read
1012
jobs:
1113
shellcheck:
1214
name: Shellcheck

0 commit comments

Comments
 (0)