We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b5326f commit de84c47Copy full SHA for de84c47
1 file changed
.github/workflows/codeql-analysis.yml
@@ -0,0 +1,24 @@
1
+on:
2
+ push:
3
+ branches: [master, release/*]
4
+
5
+ pull_request:
6
7
8
+ workflow_dispatch:
9
10
+env:
11
+ DOTNET_NOLOGO: 1
12
+ DOTNET_CLI_TELEMETRY_OPTOUT: 1
13
+ DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
14
15
+jobs:
16
+ analyse:
17
+ runs-on: windows-latest
18
+ steps:
19
+ - uses: actions/checkout@v2
20
+ with:
21
+ fetch-depth: 2
22
+ - uses: github/codeql-action/init@v1
23
+ - uses: github/codeql-action/autobuild@v1
24
+ - uses: github/codeql-action/analyze@v1
0 commit comments