Skip to content

Commit 4c41857

Browse files
fix: Potential fix for code scanning alert no. 4: Workflow does not contain permissions (#157)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 70b7d34 commit 4c41857

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ env:
1313
jobs:
1414
run-build:
1515
uses: ./.github/workflows/build.yaml
16+
permissions:
17+
contents: read
1618

1719
build:
1820
name: Build

0 commit comments

Comments
 (0)