File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 7
7
# Run every biweekly to discover failures due to environment changes
8
8
schedule :
9
9
- cron : ' 0 0 1,15 * *'
10
-
10
+
11
11
# Allows you to run this workflow manually from the Actions tab
12
12
workflow_dispatch :
13
13
24
24
- name : Upload binaries artifact for InferSharp job
25
25
uses : actions/upload-artifact@v4
26
26
with :
27
- name : bin-net6
28
- path : src\Serilog.Sinks.MSSqlServer\bin\Release\net6 .0
27
+ name : bin
28
+ path : src\Serilog.Sinks.MSSqlServer\bin\Release\net8 .0
29
29
30
30
- name : Upload testresults artifact with code coverage file
31
31
uses : actions/upload-artifact@v4
@@ -44,13 +44,13 @@ jobs:
44
44
- name : Download binaries artifact
45
45
uses : actions/download-artifact@v4
46
46
with :
47
- name : bin-net6
48
- path : bin-net6
47
+ name : bin
48
+ path : bin
49
49
50
50
- name : Run Infer#
51
51
52
52
with :
53
- binary-path : bin-net6
53
+ binary-path : bin-net
54
54
55
55
- name : Upload SARIF output to GitHub Security Center
56
56
uses : github/codeql-action/upload-sarif@v3
You can’t perform that action at this time.
0 commit comments