Skip to content

Commit 7a3d631

Browse files
Potential fix for code scanning alert no. 1: Workflow does not contain permissions
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> Signed-off-by: Masum <linuxguns@gmail.com>
1 parent 7c06edc commit 7a3d631

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/blank.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ on:
1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:
1515

16+
permissions:
17+
contents: read
18+
1619
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1720
jobs:
1821
# This workflow contains a single job called "build"

0 commit comments

Comments
 (0)