Skip to content

Commit d6fcc2b

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/validate-orchestrator.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ on:
4141
- 'yarn.lock'
4242
- '.github/workflows/validate-orchestrator.yml'
4343

44+
permissions:
45+
contents: read
46+
packages: read
47+
4448
concurrency:
4549
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
4650
cancel-in-progress: true

0 commit comments

Comments
 (0)