mirror of
https://github.com/buildplan/du_setup.git
synced 2025-12-29 16:14:59 +00:00
Merge pull request #44 from buildplan/alert-autofix-3
Potential fix for code scanning alert no. 3: Workflow does not contain permissions
This commit is contained in:
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
@@ -1,5 +1,8 @@
|
|||||||
name: Shell Script Linter
|
name: Shell Script Linter
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main", "test" ]
|
branches: [ "main", "test" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user