We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35812c7 commit cd6c0bdCopy full SHA for cd6c0bd
.github/workflows/codeql.yml
@@ -24,6 +24,10 @@ jobs:
24
steps:
25
- name: Checkout repository
26
uses: actions/checkout@v4
27
+ - name: Initialize CodeQL
28
+ uses: github/codeql-action/init@v3
29
+ with:
30
+ languages: ${{ matrix.language }}
31
- name: Setup .NET
32
uses: actions/setup-dotnet@v4
33
with:
@@ -34,10 +38,6 @@ jobs:
34
38
run: dotnet restore
35
39
- name: Build
36
40
run: dotnet build --no-restore -f ${{ matrix.framework }}
37
- - name: Initialize CodeQL
- uses: github/codeql-action/init@v3
- with:
- languages: ${{ matrix.language }}
41
- name: Perform CodeQL Analysis
42
uses: github/codeql-action/analyze@v3
43
0 commit comments