Skip to content

Commit e970013

Browse files
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>
1 parent 48a1498 commit e970013

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,13 @@ on:
88
pull_request:
99
branches: [ master ]
1010

11+
permissions:
12+
contents: read
13+
1114
jobs:
1215
build:
16+
permissions:
17+
contents: write
1318
runs-on: windows-latest
1419

1520
steps:

0 commit comments

Comments
 (0)