Skip to content

Commit 59c91a6

Browse files
committed
Actions: Add workflow permissions per CodeQL
1 parent 6e84057 commit 59c91a6

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.github/workflows/.ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
push:
77
branches: [develop]
88

9+
permissions:
10+
contents: read
11+
checks: write
12+
913
jobs:
1014
build:
1115
runs-on: ubuntu-24.04

.github/workflows/create-release-pr.yml

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
branches: [develop]
66

7+
permissions:
8+
contents: read
9+
pull-requests: write
10+
711
jobs:
812
create-pr-to-main:
913
name: Create release PR to main

.github/workflows/newrelic-release-tracking.yml

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches: [main]
66

7+
permissions:
8+
contents: read
9+
710
jobs:
811
newrelic:
912
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)