Skip to content

[BIA-1351] Update AMT to .NET 8 and Latest Packages #133

[BIA-1351] Update AMT to .NET 8 and Latest Packages

[BIA-1351] Update AMT to .NET 8 and Latest Packages #133

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: CodeQL Security Scan
on:
pull_request:
branches:
- main
paths:
- 'src/**'
push:
branches:
- main
jobs:
analyze:
name: Analyze Code
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'csharp' ]
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: ${{ matrix.language }}
- name: Build
run: dotnet build --configuration Release ./src/EdFi.AnalyticsMiddleTier.sln
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@1fae5bf71b0ecdc7d0a2ef0d0c28409d99693966 # v2.9.2