Skip to content

Commit b4897d7

Browse files
authored
Potential fix for code scanning alert no. 3: Workflow does not contain permissions (#586)
1 parent d1b712d commit b4897d7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
pull_request:
1010
branches: [ "develop" ]
1111

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
build:
1417
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)