Skip to content

Commit 5895954

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010

1111
jobs:
1212
build-and-test:
13+
permissions:
14+
contents: read
1315
runs-on: ubuntu-latest
1416

1517
steps:

0 commit comments

Comments
 (0)