Skip to content

Commit 24e2f15

Browse files
jperalsgithub-advanced-security[bot]
authored andcommitted
Potential fix for code scanning alert no. 4: Workflow does not contain permissions (#126)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 076f387 commit 24e2f15

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/visual-regression.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
- main
1010
merge_group:
1111

12+
permissions:
13+
contents: read
14+
actions: write
15+
1216
env:
1317
VISUAL_REGRESSION_SNAPSHOT_DIRECTORY: "__image_snapshots__"
1418

0 commit comments

Comments
 (0)