Skip to content

Commit 3fca978

Browse files
authored
Merge pull request #234 from nicolasbock/alert-autofix-2
Potential fix for code scanning alert no. 2: Workflow does not contain permissions
2 parents db7da8e + 0170a5b commit 3fca978

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/functional.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Functional testing
2-
2+
permissions:
3+
contents: read
34
on:
45
pull_request:
56
branches:

0 commit comments

Comments
 (0)