mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-06 07:54:22 +00:00
Merge pull request #48 from lordmathis/alert-autofix-6
Fix for code scanning alert no. 6: Workflow does not contain permissions
This commit is contained in:
3
.github/workflows/go-test.yml
vendored
3
.github/workflows/go-test.yml
vendored
@@ -8,6 +8,9 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: Run Tests
|
name: Run Tests
|
||||||
|
|||||||
Reference in New Issue
Block a user