Skip to content

Commit 5bee119

Browse files
committed
Fixed action permissions to address security scan
1 parent 31fad7f commit 5bee119

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/ci_windows.yaml

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

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
build:
1114
strategy:

.github/workflows/spec_tests.yaml

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

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
build:
1114
strategy:

.github/workflows/test_installer.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request:
55
branches: ["main"]
66

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

0 commit comments

Comments
 (0)