Skip to content

Commit 9b5d509

Browse files
Copilotwysaid
andcommitted
Add explicit workflow permissions
Co-authored-by: wysaid <1430725+wysaid@users.noreply.github.com>
1 parent 7942bce commit 9b5d509

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/macos-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches: [ "master" ]
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
build:
1114
name: "${{ matrix.os-name }} | NDK-${{ matrix.ndk }} | ${{ matrix.build-system }} | ${{ matrix.ffmpeg }} | ${{ matrix.page-size }}"

.github/workflows/ubuntu-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches: [ "master" ]
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
build:
1114
name: "${{ matrix.os-name }} | NDK-${{ matrix.ndk }} | ${{ matrix.build-system }} | ${{ matrix.ffmpeg }} | ${{ matrix.page-size }}"

.github/workflows/windows-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches: [ "master" ]
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
build:
1114
name: "${{ matrix.os-name }} | NDK-${{ matrix.ndk }} | ${{ matrix.build-system }} | ${{ matrix.ffmpeg }} | ${{ matrix.page-size }}"

0 commit comments

Comments
 (0)