Skip to content

Commit 03c3f32

Browse files
authored
Merge pull request #237 from bootjp/alert-autofix-10
Potential fix for code scanning alert no. 10: Workflow does not contain permissions
2 parents 49c28dd + 856b9b2 commit 03c3f32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/jepsen-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ concurrency:
44
group: ${{ github.workflow }}-${{ github.ref }}-jepsen-test
55

66
name: Jepsen Test
7+
permissions:
8+
contents: read
79
jobs:
810
test:
911
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)