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 77 # Run every biweekly to discover failures due to environment changes
88 schedule :
99 - cron : ' 0 0 1,15 * *'
10-
10+
1111 # Allows you to run this workflow manually from the Actions tab
1212 workflow_dispatch :
1313
2424 - name : Upload binaries artifact for InferSharp job
2525 uses : actions/upload-artifact@v4
2626 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
2929
3030 - name : Upload testresults artifact with code coverage file
3131 uses : actions/upload-artifact@v4
@@ -44,13 +44,13 @@ jobs:
4444 - name : Download binaries artifact
4545 uses : actions/download-artifact@v4
4646 with :
47- name : bin-net6
48- path : bin-net6
47+ name : bin
48+ path : bin
4949
5050 - name : Run Infer#
5151 uses : microsoft/infersharpaction@v1.5
5252 with :
53- binary-path : bin-net6
53+ binary-path : bin-net
5454
5555 - name : Upload SARIF output to GitHub Security Center
5656 uses : github/codeql-action/upload-sarif@v3
You can’t perform that action at this time.
0 commit comments