Skip to content

Commit dea3e47

Browse files
committed
chore: Implement permission changes recomended by the OpenSSF
1 parent 6ac4c42 commit dea3e47

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/arch.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
workflow_dispatch:
55
push:
66

7+
permissions: read-all
8+
79
jobs:
810
build-arch:
911
runs-on: ubuntu-latest

.github/workflows/nobara.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
workflow_dispatch:
55
push:
66

7+
permissions: read-all
8+
79
jobs:
810
build-rpm:
911
runs-on: ubuntu-latest

.github/workflows/ubuntu.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
workflow_dispatch:
55
push:
66

7+
permissions: read-all
8+
79
jobs:
810
build-deb:
911
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)