Skip to content

Commit 047c15a

Browse files
committed
Merge branch 'main' into al-pragliola-20250814-sync
2 parents 5cbde7f + 228b62d commit 047c15a

294 files changed

Lines changed: 46221 additions & 37864 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/workflows/async-upload-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ on:
1616
- "jobs/async-upload/**"
1717
- ".github/workflows/**"
1818

19+
permissions:
20+
contents: read
21+
1922
env:
2023
# Async Job
2124
JOB_IMG_REGISTRY: quay.io

.github/workflows/build-and-push-csi-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ env:
2323
jobs:
2424
build-csi-image:
2525
runs-on: ubuntu-latest
26+
permissions:
27+
contents: read
28+
packages: write
2629
steps:
2730
# Assign context variable for various action contexts (tag, main, CI)
2831
- name: Assigning tag context

.github/workflows/build-and-push-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
prepare:
2323
uses: ./.github/workflows/prepare.yml
2424
build-image:
25+
permissions:
26+
contents: read
27+
packages: write
2528
runs-on: ubuntu-latest
2629
needs: prepare
2730
steps:

.github/workflows/build-image-pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
- ".github/dependabot.yml"
1212
- "docs/**"
1313
- "clients/python/**"
14+
15+
permissions:
16+
contents: read
17+
1418
env:
1519
IMG_REGISTRY: quay.io
1620
IMG_ORG: opendatahub

.github/workflows/build-image-ui-pr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ on:
1010
- "!**.gitignore"
1111
- "!**.md"
1212
- "!**.txt"
13+
14+
permissions:
15+
contents: read
16+
packages: read
17+
1318
env:
1419
IMG_ORG: kubeflow
1520
IMG_REPO: model-registry-ui

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ on:
1313
- ".github/ISSUE_TEMPLATE/**"
1414
- ".github/dependabot.yml"
1515
- "docs/**"
16+
17+
permissions:
18+
contents: read
19+
1620
jobs:
1721
prepare:
1822
uses: ./.github/workflows/prepare.yml

.github/workflows/check-db-schema-structs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- 'main'
77
tags:
88
- 'v*'
9+
10+
permissions:
11+
contents: read
12+
913
jobs:
1014
check-mysql-schema-structs:
1115
runs-on: ubuntu-latest

.github/workflows/check-openapi-spec-pr.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
paths:
55
- ".github/workflows/**"
66
- "api/openapi/model-registry.yaml"
7+
8+
permissions:
9+
contents: read
10+
711
jobs:
812
validate:
913
runs-on: ubuntu-latest

.github/workflows/controller-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ on:
2020
- "pkg/openapi/**"
2121
- "go.mod"
2222

23+
permissions:
24+
contents: read
25+
2326
env:
2427
BRANCH: ${{ github.base_ref }}
2528
jobs:

.github/workflows/csi-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ on:
2121
# csi build depends on base go.mod https://github.com/kubeflow/model-registry/issues/311
2222
- "go.mod"
2323

24+
permissions:
25+
contents: read
26+
2427
env:
2528
IMG_REGISTRY: quay.io
2629
IMG_ORG: opendatahub

0 commit comments

Comments
 (0)