[PERF-328] - DRAFT - Updates to paging and performance tests #166
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SPDX-License-Identifier: Apache-2.0 | |
# Licensed to the Ed-Fi Alliance under one or more agreements. | |
# The Ed-Fi Alliance licenses this file to you under the Apache License, Version 2.0. | |
# See the LICENSE and NOTICES files in the project root for more information. | |
name: Dependency Review | |
on: | |
pull_request: | |
branches: | |
- main | |
paths: | |
- 'src/**' | |
permissions: read-all | |
jobs: | |
scan-actions: | |
name: Scan Actions | |
uses: ed-fi-alliance-oss/ed-fi-actions/.github/workflows/repository-scanner.yml@main | |
analyze-code: | |
name: Analyze Code Dependencies | |
runs-on: ubuntu-latest | |
permissions: | |
security-events: write | |
strategy: | |
fail-fast: false | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2 | |
- name: Dependency Review ("Dependabot on PR") | |
uses: actions/dependency-review-action@0efb1d1d84fc9633afcdaad14c485cbbc90ef46c # v2.5.1 | |
with: | |
allow-ghsas: GHSA-w596-4wvx-j9j6 # this refers a potential attack via Subversion; ignoring since we only use Git. |