Skip to content

Commit deb91a2

Browse files
authored
Overwriting permissions on security related jobs (#5762)
Signed-off-by: Ryan West <[email protected]>
1 parent d425069 commit deb91a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-build-deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ jobs:
5959
security:
6060
name: CodeQL
6161
runs-on: ubuntu-20.04
62+
permissions:
63+
actions: read
64+
contents: read
65+
security-events: write
6266
steps:
6367
- name: Checkout repository
6468
uses: actions/checkout@v4

0 commit comments

Comments
 (0)