Commit 0f9bd48 1 parent d5ff634 commit 0f9bd48 Copy full SHA for 0f9bd48
File tree 1 file changed +4
-16
lines changed
1 file changed +4
-16
lines changed Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
branches : [ main, dotnet-vnext ]
8
8
schedule :
9
- - cron : " 0 6 * * MON"
9
+ - cron : ' 0 6 * * MON'
10
10
workflow_dispatch :
11
11
12
12
permissions :
@@ -25,25 +25,13 @@ jobs:
25
25
- name : Checkout repository
26
26
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
27
27
28
- - name : Setup .NET SDK
29
- uses : actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1
30
-
31
- - name : Setup NuGet cache
32
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
33
- with :
34
- path : ~/.nuget/packages
35
- key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/*.props') }}
36
- restore-keys : ${{ runner.os }}-nuget-
37
-
38
28
- name : Initialize CodeQL
39
29
uses : github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
40
30
with :
41
- languages : " csharp"
42
-
43
- - name : Autobuild
44
- uses : github/codeql-action/autobuild@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
31
+ build-mode : none
32
+ languages : ' csharp'
45
33
46
34
- name : Perform CodeQL Analysis
47
35
uses : github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
48
36
with :
49
- category : " /language:csharp"
37
+ category : ' /language:csharp'
You can’t perform that action at this time.
0 commit comments