Skip to content

Commit 03b7333

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/egress-test.yaml.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
- 'components/egress/**'
88
- 'components/internal/**'
99

10+
permissions:
11+
contents: read
12+
1013
concurrency:
1114
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1215
cancel-in-progress: true

0 commit comments

Comments
 (0)