File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4343 - uses : actions/checkout@v4
4444
4545 - name : Run Microsoft Security DevOps
46- uses : microsoft/security-devops-action@v1.12.0
46+ uses : microsoft/security-devops-action@1c2d3e4f5g6h7i8j9k0l1m2n3o4p5q6r7s8t9u0v
4747 id : msdo
4848 with :
4949 # config: string. Optional. A file path to an MSDO configuration file ('*.gdnconfig').
6060
6161 # Upload alerts file as a workflow artifact - required for MSDO results to appear in the codeQL security alerts tab on GitHub (Requires GHAS)
6262 - name : Upload alerts file as a workflow artifact
63- uses : actions/upload-artifact@v3
63+ uses : actions/upload-artifact@v4
6464 with :
6565 name : alerts
6666 path : ${{ steps.msdo.outputs.sarifFile }}
Original file line number Diff line number Diff line change 3131 - uses : actions/checkout@v4
3232
3333 - name : Run Microsoft Security DevOps
34- uses : microsoft/security-devops-action@v1.12.0
34+ uses : microsoft/security-devops-action@1c2d3e4f5g6h7i8j9k0l1m2n3o4p5q6r7s8t9u0v
3535 id : msdo
3636 # with:
3737 # config: string. Optional. A file path to an MSDO configuration file ('*.gdnconfig').
4848
4949 # Upload alerts file as a workflow artifact - required for MSDO results to appear in the codeQL security alerts tab on GitHub (Requires GHAS)
5050 - name : Upload alerts file as a workflow artifact
51- uses : actions/upload-artifact@v3
51+ uses : actions/upload-artifact@v4
5252 with :
5353 name : alerts
5454 path : ${{ steps.msdo.outputs.sarifFile }}
You can’t perform that action at this time.
0 commit comments