Skip to content

Commit f0be904

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

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/bump-dependency.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Bump Deps
22

3+
permissions:
4+
contents: read
5+
pull-requests: write
6+
issues: write
7+
38
on:
49
repository_dispatch:
510
types: [ bump-dependency ]

0 commit comments

Comments
 (0)