Skip to content

Commit dd654e7

Browse files
committed
CodeQL suggestions
1 parent 34357af commit dd654e7

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/pr-desc-lint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
- reopened
1212
- edited
1313

14+
permissions:
15+
contents: read
16+
pull-requests: read
17+
1418
jobs:
1519
check-description:
1620
runs-on: macos-latest

.github/workflows/samples.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
- develop
1111
- master
1212

13+
permissions:
14+
contents: read
15+
actions: write
16+
1317
env:
1418
SAMPLE_MP4_LOCATION: https://raw.githubusercontent.com/aws-samples/amazon-kinesis-video-streams-demos/refs/heads/master/sample-video/sample.mp4
1519

0 commit comments

Comments
 (0)