Skip to content

Commit 199cb36

Browse files
authored
Update msdevopssec.yaml
Signed-off-by: pavankad <40609894+pavankad@users.noreply.github.com>
1 parent aed18ff commit 199cb36

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/msdevopssec.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ jobs:
3030
id: msdo
3131

3232
- name: Upload SARIF to GitHub
33-
uses: github/codeql-action/upload-sarif@v3
33+
uses: actions/upload-artifact@v3
3434
with:
35-
sarif_file: ${{ steps.msdo.outputs.sarifFile }}
35+
name: alerts
36+
path: ${{ steps.msdo.outputs.sarifFile }}
37+
3638
# with:
3739
# config: string. Optional. A file path to an MSDO configuration file ('*.gdnconfig').
3840
# policy: 'GitHub' | 'microsoft' | 'none'. Optional. The name of a well-known Microsoft policy. If no configuration file or list of tools is provided, the policy may instruct MSDO which tools to run. Default: GitHub.

0 commit comments

Comments
 (0)