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 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'],