Skip to content

Commit 330cbb9

Browse files
Potential fix for code scanning alert no. 17: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent d751f02 commit 330cbb9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/workflow-azure-web-app.yml

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

44
jobs:
55
build-and-deploy:
6+
permissions:
7+
contents: read
68
runs-on: ubuntu-latest
79
steps:
810
- name: "Checkout Github Action"

0 commit comments

Comments
 (0)