Skip to content

Commit 99dce41

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: main
22
description: "CI workflow for Olive Recipes"
33

4+
permissions:
5+
contents: read
6+
47
concurrency:
58
group: ${{ github.workflow }}-${{ github.ref }}
69
cancel-in-progress: true

0 commit comments

Comments
 (0)