From 82c72717efc8c772ecaea391d594f2e040795cd5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 23:44:35 +0000 Subject: [PATCH 1/2] chore(deps): update actions/upload-artifact action to v4.4.0 | datasource | package | from | to | | ----------- | ----------------------- | ------ | ------ | | github-tags | actions/upload-artifact | v4.3.6 | v4.4.0 | | github-tags | actions/upload-artifact | v4.0.0 | v4.4.0 | --- .github/workflows/nightly-snapshot-release.yaml | 2 +- .github/workflows/nightly-uds-badge-verification.yaml | 2 +- .github/workflows/scorecard.yaml | 2 +- .github/workflows/weekly-registry1-flavor-test.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nightly-snapshot-release.yaml b/.github/workflows/nightly-snapshot-release.yaml index 5025b6cae..641ca38a4 100644 --- a/.github/workflows/nightly-snapshot-release.yaml +++ b/.github/workflows/nightly-snapshot-release.yaml @@ -194,7 +194,7 @@ jobs: SERVICE_ROLE_KEY=$SERVICE_ROLE_KEY TEST_ENV=CI USERNAME=doug PASSWORD=$FAKE_E2E_USER_PASSWORD PUBLIC_SUPABASE_ANON_KEY=$ANON_KEY DEFAULT_MODEL=llama-cpp-python npm --prefix src/leapfrogai_ui run test:integration:ci - name: Archive Playwright Report - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 if: ${{ !cancelled() }} with: name: playwright-report diff --git a/.github/workflows/nightly-uds-badge-verification.yaml b/.github/workflows/nightly-uds-badge-verification.yaml index 6be419ebb..ffb64b5c0 100644 --- a/.github/workflows/nightly-uds-badge-verification.yaml +++ b/.github/workflows/nightly-uds-badge-verification.yaml @@ -87,7 +87,7 @@ jobs: uds run nightly-uds-badge-verification --no-progress - name: Archive UDS Badge Verification Report - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: uds-badge-verification-report path: reports diff --git a/.github/workflows/scorecard.yaml b/.github/workflows/scorecard.yaml index 3454adae3..aa4b19fc1 100644 --- a/.github/workflows/scorecard.yaml +++ b/.github/workflows/scorecard.yaml @@ -38,7 +38,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: SARIF file path: results.sarif diff --git a/.github/workflows/weekly-registry1-flavor-test.yaml b/.github/workflows/weekly-registry1-flavor-test.yaml index 21d799c9b..308fe2436 100644 --- a/.github/workflows/weekly-registry1-flavor-test.yaml +++ b/.github/workflows/weekly-registry1-flavor-test.yaml @@ -168,7 +168,7 @@ jobs: SERVICE_ROLE_KEY=$SERVICE_ROLE_KEY TEST_ENV=CI USERNAME=doug PASSWORD=$FAKE_E2E_USER_PASSWORD PUBLIC_SUPABASE_ANON_KEY=$ANON_KEY DEFAULT_MODEL=llama-cpp-python npm --prefix src/leapfrogai_ui run test:integration:ci - name: Archive Playwright Report - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 if: ${{ !cancelled() }} with: name: playwright-report From 2541c5b0099605332c65f4a2c44249e12df8ea8f Mon Sep 17 00:00:00 2001 From: Justin Law Date: Fri, 4 Oct 2024 11:17:40 -0400 Subject: [PATCH 2/2] include playwright e2e in upgrade --- .github/workflows/e2e-playwright.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-playwright.yaml b/.github/workflows/e2e-playwright.yaml index ddf9da1c8..55b5e7b5c 100644 --- a/.github/workflows/e2e-playwright.yaml +++ b/.github/workflows/e2e-playwright.yaml @@ -135,7 +135,7 @@ jobs: # Upload the Playwright report as an artifact - name: Archive Playwright Report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 if: ${{ !cancelled() }} with: name: playwright-report