From fc0a3211a3e497654d86b55de5319ae7c0d629bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 16:38:37 +0300 Subject: [PATCH 1/2] chore(deps): update dawidd6/action-download-artifact action to v21 (#33697) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/_security-alerts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_security-alerts.yml b/.github/workflows/_security-alerts.yml index a5256ab62f92..454a80e58b8b 100644 --- a/.github/workflows/_security-alerts.yml +++ b/.github/workflows/_security-alerts.yml @@ -30,7 +30,7 @@ jobs: needs: [ fetch ] steps: - - uses: dawidd6/action-download-artifact@v6 + - uses: dawidd6/action-download-artifact@v21 with: name: dependabot_alerts.json if_no_artifact_found: warn From d4ef9497f3a83e076256907c395e09832078684b Mon Sep 17 00:00:00 2001 From: Andrei Kharitonov Date: Thu, 4 Jun 2026 09:58:39 +0200 Subject: [PATCH 2/2] skip tests --- apps/demos/testing/skipped-tests.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/demos/testing/skipped-tests.js b/apps/demos/testing/skipped-tests.js index 965b1091e955..6147af4a99c1 100644 --- a/apps/demos/testing/skipped-tests.js +++ b/apps/demos/testing/skipped-tests.js @@ -1,6 +1,8 @@ export const skippedTests = { jQuery: { Map: ['ProvidersAndTypes', 'Markers', 'Routes'], + DataGrid: ['RemoteVirtualScrolling', 'CustomDataSource',], + PivotGrid: ['WebAPIService'], }, Angular: { Common: ['PopupAndNotificationsOverview'],