Skip to content

Commit 55deb79

Browse files
authored
Bump the user agent to 3.5.0 (#1265)
* Bump the user agent to 3.5.0 * CodeQL suggestions
1 parent 38a51ad commit 55deb79

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMake;${CMAKE_MODULE_PATH}")
33
include(Utilities)
44
project(KinesisVideoProducerCpp)
55

6-
project(KinesisVideoProducerCpp VERSION 3.4.2)
6+
project(KinesisVideoProducerCpp VERSION 3.5.0)
77

88
set(CMAKE_CXX_STANDARD 11)
99
include(GNUInstallDirs)

0 commit comments

Comments
 (0)