Skip to content

chore: rename Projgraph lib and prepare nuget to be push (#60) #50

chore: rename Projgraph lib and prepare nuget to be push (#60)

chore: rename Projgraph lib and prepare nuget to be push (#60) #50

Workflow file for this run

name: CodeQL
permissions:
contents: read
security-events: write
on:
push:
branches:
- develop
schedule:
- cron: '0 6 * * 1' # Every Monday at 06:00 UTC
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
cache: true
cache-dependency-path: Directory.Packages.props
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: csharp
build-mode: autobuild
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4