Skip to content

Commit 39f8809

Browse files
authored
Merge pull request #2 from Agash/alert-autofix-1
Potential fix for code scanning alert no. 1: Workflow does not contain permissions
2 parents 1f83af9 + 6558ab8 commit 39f8809

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
build_and_test:
3030
name: Build, Test, and Pack
3131
runs-on: ubuntu-latest # Use the latest Ubuntu runner
32+
permissions:
33+
contents: read
3234

3335
steps:
3436
- name: Checkout code

0 commit comments

Comments
 (0)