Skip to content

Commit

Permalink
Add CodeQL analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
augustoproiete committed Dec 27, 2020
1 parent 6b5326f commit de84c47
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
on:
push:
branches: [master, release/*]

pull_request:
branches: [master, release/*]

workflow_dispatch:

env:
DOTNET_NOLOGO: 1
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1

jobs:
analyse:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- uses: github/codeql-action/init@v1
- uses: github/codeql-action/autobuild@v1
- uses: github/codeql-action/analyze@v1

0 comments on commit de84c47

Please sign in to comment.