Skip to content

[DMS-803] Add filtered read test suite #199

[DMS-803] Add filtered read test suite

[DMS-803] Add filtered read test suite #199

Workflow file for this run

# 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Dependency Review ("Dependabot on PR")
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # 4.5.0
with:
allow-ghsas: GHSA-w596-4wvx-j9j6 # this refers a potential attack via Subversion; ignoring since we only use Git.