Skip to content

Commit 91f37ff

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/flaky.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
- main
99
- develop
1010

11+
permissions:
12+
contents: read
13+
1114
jobs:
1215
test:
1316
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)