Skip to content

Commit 5972c48

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88

99
jobs:
1010
build:
11-
11+
permissions:
12+
contents: read
1213
runs-on: ubuntu-latest
1314

1415
strategy:

0 commit comments

Comments
 (0)