Skip to content

[ODS-6374] Npgsql package update #100

[ODS-6374] Npgsql package update

[ODS-6374] Npgsql package update #100

# 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: CodeQL Security Scan
on:
pull_request:
branches:
- main-6x
push:
branches:
- main-6x
env:
CONFIGURATION: "Release"
jobs:
analyze:
name: Analyze Code
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
steps:
- name: Checkout code
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
- name: Initialize CodeQL
uses: github/codeql-action/init@1fae5bf71b0ecdc7d0a2ef0d0c28409d99693966 # v2.9.2
with:
languages: 'csharp'
- name: Build
shell: pwsh
run: dotnet build --configuration ${{ env.CONFIGURATION }} ./src/EdFi.Db.Deploy.sln
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@1fae5bf71b0ecdc7d0a2ef0d0c28409d99693966 # v2.9.2