Skip to content

Commit fdc9dd7

Browse files
authored
Merge pull request #218 from TaskTrial/alert-autofix-4
Potential fix for code scanning alert no. 4: Workflow does not contain permissions
2 parents 728705d + 829845f commit fdc9dd7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

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

33
on: [push, pull_request]
44

5+
permissions:
6+
contents: read
7+
58
jobs:
69
setup:
710
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)