Skip to content

Commit fdf858b

Browse files
committed
Merge branch 'main' into joslobo/update-for-feb-release
2 parents 314fbb3 + 79fe0a7 commit fdf858b

339 files changed

Lines changed: 23500 additions & 908 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
/SPECS/moby-runc/* @microsoft/cbl-mariner-container-runtime
6666
/SPECS/kata-containers/* @microsoft/cbl-mariner-kata-containers
6767
/SPECS/kata-containers-cc/* @microsoft/cbl-mariner-kata-containers
68+
/SPECS/virtiofsd/* @microsoft/cbl-mariner-kata-containers
6869

6970
/SPECS/cloud-hypervisor/* @microsoft/cbl-mariner-virtualization
7071
/SPECS/hvloader/* @microsoft/cbl-mariner-kata-containers

.github/workflows/check-clean-stage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
pull_request:
1010
branches: [main, dev, 1.0*, 2.0*, fasttrack/*]
1111

12+
permissions: read-all
13+
1214
jobs:
1315
spec-clean-stage-check:
1416
name: Spec %clean stage check

.github/workflows/check-entangled-specs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
pull_request:
1313
branches: [main, dev, 1.0*, 2.0*, fasttrack/*]
1414

15+
permissions: read-all
16+
1517
jobs:
1618
check:
1719
name: Spec Entanglement Mismatch Check

.github/workflows/check-kernel-config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ on:
1616
paths:
1717
- 'SPECS/kernel*/config*'
1818

19+
permissions: read-all
20+
1921
jobs:
2022
check:
2123
name: Kernel configs check
@@ -25,7 +27,7 @@ jobs:
2527
# Checkout the branch of our repo that triggered this action
2628
- name: Workflow trigger checkout
2729
uses: actions/checkout@v4
28-
30+
2931
- name: Get base commit for PRs
3032
if: ${{ github.event_name == 'pull_request' }}
3133
run: |

.github/workflows/check-license-map.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
pull_request:
1212
branches: [main, dev, 1.0*, 2.0*, fasttrack/*]
1313

14+
permissions: read-all
15+
1416
jobs:
1517
check:
1618
name: Spec License Map Check

.github/workflows/check-livepatches.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
pull_request:
1010
branches: [2.0, fasttrack/*]
1111

12+
permissions: read-all
13+
1214
jobs:
1315
spec-check:
1416
name: Livepatches check
@@ -51,7 +53,7 @@ jobs:
5153
#################### CHECK FAILURE ####################
5254
Livepatch specs need to be updated!
5355
Run the following command to perform the update:
54-
56+
5557
toolkit/scripts/livepatching/update_livepatches.sh
5658
5759
#################### CHECK FAILURE ####################

.github/workflows/check-manifests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
pull_request:
1010
branches: [main, dev, 1.0*, 2.0*, fasttrack/*]
1111

12+
permissions: read-all
13+
1214
jobs:
1315
build:
1416
name: Check Manifests

.github/workflows/check-package-cgmanifest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
pull_request:
1010
branches: [main, dev, 1.0*, 2.0*, fasttrack/*]
1111

12+
permissions: read-all
13+
1214
jobs:
1315

1416
build:

.github/workflows/check-spec.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
pull_request:
1010
branches: [main, dev, 1.0*, 2.0*, fasttrack/*]
1111

12+
permissions: read-all
13+
1214
jobs:
1315
spec-check:
1416
name: Spec files check

.github/workflows/check-static-glibc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
pull_request:
1111
branches: [main, dev, 1.0*, 2.0*, fasttrack/*]
1212

13+
permissions: read-all
14+
1315
jobs:
1416
spec-check:
1517
name: Static glibc version check

0 commit comments

Comments
 (0)