Skip to content

Commit 24a9bb2

Browse files
YuKongAgithub-advanced-security[bot]Copilot
authored
ci: Workflow does not contain permissions (#145)
* Potential fix for code scanning alert no. 1: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * Update .github/workflows/Action CI.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 62c4217 commit 24a9bb2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/Action CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
- 'README.md'
88
- 'LICENSE'
99

10+
permissions:
11+
contents: read
12+
actions: write
13+
1014
jobs:
1115
build:
1216
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)