Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.

Commit 7f54be4

Browse files
authored
Merge pull request #48 from cego/alert-autofix-8
Potential fix for code scanning alert no. 8: Workflow does not contain permissions
2 parents e2cb909 + c280ee4 commit 7f54be4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Go Lint
22
on: [push]
3+
permissions:
4+
contents: read
35

46
jobs:
57
golangci:

0 commit comments

Comments
 (0)