You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+3-3
Original file line number
Diff line number
Diff line change
@@ -10,16 +10,16 @@ jobs:
10
10
runs-on: windows-2022
11
11
steps:
12
12
- uses: actions/checkout@v3
13
+
- name: Set up dotnet tools
14
+
run: make install-tools
13
15
- name: Check dotnet Style
14
16
run: make lint
15
17
security:
16
18
runs-on: windows-2022
17
19
steps:
18
20
- uses: actions/checkout@v3
19
21
- name: Set up dotnet tools
20
-
run: make setup-tools
21
-
- name: Install security-code-scan
22
-
run: make install-scanner
22
+
run: make install-tools
23
23
- name: Run security analysis
24
24
run: make scan
25
25
# TODO: In the future, we can collect the output logs by enabling Code Scanning and using the pre-built GitHub Action: https://github.com/marketplace/actions/securitycodescan
0 commit comments