Potential fix for code scanning alert no. 379: 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
62c1862748
commit
7f3be30bb9
1 changed files with 2 additions and 0 deletions
2
.github/workflows/e2e_tests.yml
vendored
2
.github/workflows/e2e_tests.yml
vendored
|
|
@ -1,4 +1,6 @@
|
||||||
name: Reusable Integration Tests
|
name: Reusable Integration Tests
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue