Skip to content

Commit 59ec142

Browse files
authored
Merge pull request #25 from SmilingPixel/fix/workflow_permission_0814
Potential fix for code scanning alert no. 1: Workflow does not contain permissions
2 parents 869cc51 + c4e32bb commit 59ec142

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/go_build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
name: Go Build
55

6+
permissions:
7+
contents: read
8+
69
on:
710
push:
811
branches: [ "main" ]

0 commit comments

Comments
 (0)