Skip to content

Commit 5c9b9be

Browse files
authored
Merge branch 'main' into feat/5040-Inference-passthrough-provider
2 parents f4cea53 + ec193c2 commit 5c9b9be

13 files changed

+22
-22
lines changed

.github/workflows/docs-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cache-dependency-path: 'docs/package-lock.json'
3535

3636
- name: Cache node_modules
37-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
37+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3838
id: cache-node-modules
3939
with:
4040
path: docs/node_modules
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Upload build artifacts
5959
if: success()
60-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
60+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
6161
with:
6262
name: docs-build
6363
path: docs/build/

.github/workflows/integration-sql-store-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
- name: Upload test logs
7474
if: ${{ always() }}
75-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
75+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
7676
with:
7777
name: postgres-test-logs-${{ github.run_id }}-${{ github.run_attempt }}-${{ matrix.python-version }}
7878
path: |

.github/workflows/integration-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
# called from pull_request_target workflows.
151151
- name: Setup test environment
152152
if: ${{ matrix.config.allowed_clients == null || contains(matrix.config.allowed_clients, matrix.client) }}
153-
uses: llamastack/llama-stack/.github/actions/setup-test-environment@d35ac34a22bc87ebf52728793f7081d0cb2d8db7
153+
uses: llamastack/llama-stack/.github/actions/setup-test-environment@700b202df7e520c1b19977e97657b3aebc055e56
154154
with:
155155
python-version: ${{ matrix.python-version }}
156156
client-version: ${{ matrix.client-version }}
@@ -171,13 +171,13 @@ jobs:
171171
- name: Setup TypeScript client
172172
if: ${{ matrix.client == 'server' }}
173173
id: setup-ts-client
174-
uses: llamastack/llama-stack/.github/actions/setup-typescript-client@d35ac34a22bc87ebf52728793f7081d0cb2d8db7
174+
uses: llamastack/llama-stack/.github/actions/setup-typescript-client@700b202df7e520c1b19977e97657b3aebc055e56
175175
with:
176176
client-version: ${{ matrix.client-version }}
177177

178178
- name: Run tests
179179
if: ${{ matrix.config.allowed_clients == null || contains(matrix.config.allowed_clients, matrix.client) }}
180-
uses: llamastack/llama-stack/.github/actions/run-and-record-tests@d35ac34a22bc87ebf52728793f7081d0cb2d8db7
180+
uses: llamastack/llama-stack/.github/actions/run-and-record-tests@700b202df7e520c1b19977e97657b3aebc055e56
181181
env:
182182
OPENAI_API_KEY: dummy
183183
AZURE_API_KEY: replay-mode-dummy-key

.github/workflows/integration-vector-io-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
218218
- name: Upload all logs to artifacts
219219
if: ${{ always() }}
220-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
220+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
221221
with:
222222
name: vector-io-logs-${{ github.run_id }}-${{ github.run_attempt }}-${{ env.SANITIZED_PROVIDER }}-${{ matrix.python-version }}
223223
path: |

.github/workflows/openresponses-conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
215215
- name: Upload conformance test results
216216
if: always()
217-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
217+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
218218
with:
219219
name: openresponses-conformance-results-${{ github.run_id }}
220220
path: |

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: python -m pip install 'pre-commit>=4.4.0'
6262

6363
- name: Cache pre-commit
64-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4
64+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4
6565
with:
6666
path: ~/.cache/pre-commit
6767
key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}

.github/workflows/providers-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
uses: ./.github/actions/setup-runner
245245

246246
- name: Set up QEMU for ARM64 emulation
247-
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130
247+
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a
248248

249249
- name: Set up Docker Buildx
250250
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd

.github/workflows/pypi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -398,14 +398,14 @@ jobs:
398398
399399
- name: Upload artifacts (local)
400400
if: steps.should-build.outputs.skip != 'true' && matrix.type == 'local'
401-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
401+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
402402
with:
403403
name: Packages-${{ matrix.package }}
404404
path: ${{ matrix.path }}/dist/*
405405

406406
- name: Upload artifacts (external)
407407
if: steps.should-build.outputs.skip != 'true' && matrix.type == 'external'
408-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
408+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
409409
with:
410410
name: Packages-${{ matrix.package }}
411411
path: external-repo/dist/*
@@ -781,7 +781,7 @@ jobs:
781781

782782
- name: Set up QEMU for multi-arch builds
783783
if: contains(matrix.platforms, 'arm64')
784-
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130
784+
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a
785785

786786
- name: Set up Docker Buildx
787787
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
@@ -832,7 +832,7 @@ jobs:
832832
exit 1
833833
834834
- name: Build and push Docker image
835-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
835+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
836836
with:
837837
context: .
838838
file: containers/Containerfile

.github/workflows/record-integration-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
cat pr-metadata/pr-info.json
169169
170170
- name: Upload PR metadata
171-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
171+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
172172
with:
173173
name: pr-metadata-${{ github.run_id }}
174174
path: pr-metadata/
@@ -224,7 +224,7 @@ jobs:
224224
# a trusted commit, not from PR checkout. This is critical for security.
225225
- name: Setup test environment
226226
if: steps.should_run.outputs.run == 'true'
227-
uses: llamastack/llama-stack/.github/actions/setup-test-environment@4a4f48ffda71163aba27360a8cb172d4fddb398c
227+
uses: llamastack/llama-stack/.github/actions/setup-test-environment@700b202df7e520c1b19977e97657b3aebc055e56
228228
with:
229229
python-version: "3.12"
230230
client-version: "latest"
@@ -234,7 +234,7 @@ jobs:
234234

235235
- name: Run and record tests
236236
if: steps.should_run.outputs.run == 'true'
237-
uses: llamastack/llama-stack/.github/actions/run-and-record-tests@4a4f48ffda71163aba27360a8cb172d4fddb398c
237+
uses: llamastack/llama-stack/.github/actions/run-and-record-tests@700b202df7e520c1b19977e97657b3aebc055e56
238238
env:
239239
OPENAI_API_KEY: ${{ matrix.provider.setup == 'gpt' && secrets.OPENAI_API_KEY || '' }}
240240
AZURE_API_KEY: ${{ matrix.provider.setup == 'azure' && secrets.AZURE_API_KEY || '' }}
@@ -258,7 +258,7 @@ jobs:
258258
# Upload recordings as artifacts for the companion workflow to commit
259259
- name: Upload recordings as artifacts
260260
if: steps.should_run.outputs.run == 'true'
261-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
261+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
262262
with:
263263
name: recordings-${{ matrix.provider.setup }}-${{ github.run_id }}-${{ github.run_attempt || '1' }}
264264
path: |

.github/workflows/release-branch-scheduled-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
7878
- name: Upload test results
7979
if: always()
80-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
80+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
8181
with:
8282
name: unit-test-results-${{ matrix.branch }}-${{ matrix.python }}
8383
path: |

0 commit comments

Comments
 (0)