Skip to content

Commit b9972be

Browse files
committed
Merge branch 'model-classification-api' into stripped-models
2 parents 3469fc9 + e61c5a3 commit b9972be

File tree

144 files changed

+2237
-2470
lines changed

Some content is hidden

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

144 files changed

+2237
-2470
lines changed

.github/workflows/frontend-checks.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,12 @@ jobs:
4444
- name: check for changed frontend files
4545
if: ${{ inputs.always_run != true }}
4646
id: changed-files
47-
uses: tj-actions/changed-files@v42
47+
# Pinned to the _hash_ for v45.0.9 to prevent supply-chain attacks.
48+
# See:
49+
# - CVE-2025-30066
50+
# - https://www.stepsecurity.io/blog/harden-runner-detection-tj-actions-changed-files-action-is-compromised
51+
# - https://github.com/tj-actions/changed-files/issues/2463
52+
uses: tj-actions/changed-files@a284dc1814e3fd07f2e34267fc8f81227ed29fb8
4853
with:
4954
files_yaml: |
5055
frontend:

.github/workflows/frontend-tests.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,12 @@ jobs:
4444
- name: check for changed frontend files
4545
if: ${{ inputs.always_run != true }}
4646
id: changed-files
47-
uses: tj-actions/changed-files@v42
47+
# Pinned to the _hash_ for v45.0.9 to prevent supply-chain attacks.
48+
# See:
49+
# - CVE-2025-30066
50+
# - https://www.stepsecurity.io/blog/harden-runner-detection-tj-actions-changed-files-action-is-compromised
51+
# - https://github.com/tj-actions/changed-files/issues/2463
52+
uses: tj-actions/changed-files@a284dc1814e3fd07f2e34267fc8f81227ed29fb8
4853
with:
4954
files_yaml: |
5055
frontend:

.github/workflows/python-checks.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,12 @@ jobs:
4343
- name: check for changed python files
4444
if: ${{ inputs.always_run != true }}
4545
id: changed-files
46-
uses: tj-actions/changed-files@v42
46+
# Pinned to the _hash_ for v45.0.9 to prevent supply-chain attacks.
47+
# See:
48+
# - CVE-2025-30066
49+
# - https://www.stepsecurity.io/blog/harden-runner-detection-tj-actions-changed-files-action-is-compromised
50+
# - https://github.com/tj-actions/changed-files/issues/2463
51+
uses: tj-actions/changed-files@a284dc1814e3fd07f2e34267fc8f81227ed29fb8
4752
with:
4853
files_yaml: |
4954
python:

.github/workflows/python-tests.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,12 @@ jobs:
7777
- name: check for changed python files
7878
if: ${{ inputs.always_run != true }}
7979
id: changed-files
80-
uses: tj-actions/changed-files@v42
80+
# Pinned to the _hash_ for v45.0.9 to prevent supply-chain attacks.
81+
# See:
82+
# - CVE-2025-30066
83+
# - https://www.stepsecurity.io/blog/harden-runner-detection-tj-actions-changed-files-action-is-compromised
84+
# - https://github.com/tj-actions/changed-files/issues/2463
85+
uses: tj-actions/changed-files@a284dc1814e3fd07f2e34267fc8f81227ed29fb8
8186
with:
8287
files_yaml: |
8388
python:

.github/workflows/typegen-checks.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,12 @@ jobs:
4242
- name: check for changed files
4343
if: ${{ inputs.always_run != true }}
4444
id: changed-files
45-
uses: tj-actions/changed-files@v42
45+
# Pinned to the _hash_ for v45.0.9 to prevent supply-chain attacks.
46+
# See:
47+
# - CVE-2025-30066
48+
# - https://www.stepsecurity.io/blog/harden-runner-detection-tj-actions-changed-files-action-is-compromised
49+
# - https://github.com/tj-actions/changed-files/issues/2463
50+
uses: tj-actions/changed-files@a284dc1814e3fd07f2e34267fc8f81227ed29fb8
4651
with:
4752
files_yaml: |
4853
src:

configs/controlnet/cldm_v15.yaml

-79
This file was deleted.

configs/controlnet/cldm_v21.yaml

-85
This file was deleted.

configs/stable-diffusion/sd_xl_base.yaml

-98
This file was deleted.

0 commit comments

Comments
 (0)