Potential fix for code scanning alert no. 102: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
parent
a25b8b8132
commit
72f3aadd9e
1 changed files with 3 additions and 0 deletions
3
.github/workflows/examples_tests.yml
vendored
3
.github/workflows/examples_tests.yml
vendored
|
|
@ -3,6 +3,9 @@ name: Reusable Examples Tests
|
|||
on:
|
||||
workflow_call:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
test-multimedia-example:
|
||||
name: Run Multimedia Example
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue