Skip to content

Commit a26d360

Browse files
committed
Set empty top-level permissions
1 parent f78729f commit a26d360

File tree

7 files changed

+14
-0
lines changed

7 files changed

+14
-0
lines changed

.github/workflows/component-common.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ concurrency:
1818
group: ${{ github.workflow }}-${{ github.ref }}
1919
cancel-in-progress: true
2020

21+
permissions:
22+
2123
jobs:
2224
linux:
2325
uses: ./.github/workflows/component-shared-workflow.yml

.github/workflows/component-configuration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ concurrency:
1818
group: ${{ github.workflow }}-${{ github.ref }}
1919
cancel-in-progress: true
2020

21+
permissions:
22+
2123
jobs:
2224
linux:
2325
uses: ./.github/workflows/component-shared-workflow.yml

.github/workflows/component-connectors.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ concurrency:
1818
group: ${{ github.workflow }}-${{ github.ref }}
1919
cancel-in-progress: true
2020

21+
permissions:
22+
2123
jobs:
2224
linux:
2325
uses: ./.github/workflows/component-shared-workflow.yml

.github/workflows/component-discovery.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ concurrency:
1818
group: ${{ github.workflow }}-${{ github.ref }}
1919
cancel-in-progress: true
2020

21+
permissions:
22+
2123
jobs:
2224
linux:
2325
uses: ./.github/workflows/component-shared-workflow.yml

.github/workflows/component-logging.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ concurrency:
1818
group: ${{ github.workflow }}-${{ github.ref }}
1919
cancel-in-progress: true
2020

21+
permissions:
22+
2123
jobs:
2224
linux:
2325
uses: ./.github/workflows/component-shared-workflow.yml

.github/workflows/component-management.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ concurrency:
1818
group: ${{ github.workflow }}-${{ github.ref }}
1919
cancel-in-progress: true
2020

21+
permissions:
22+
2123
jobs:
2224
linux:
2325
uses: ./.github/workflows/component-shared-workflow.yml

.github/workflows/component-security.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ concurrency:
1818
group: ${{ github.workflow }}-${{ github.ref }}
1919
cancel-in-progress: true
2020

21+
permissions:
22+
2123
jobs:
2224
linux:
2325
uses: ./.github/workflows/component-shared-workflow.yml

0 commit comments

Comments
 (0)