From 790fbddeb8a95f1e80ccc48f72864caf69b1db84 Mon Sep 17 00:00:00 2001 From: Drew Davis Date: Fri, 27 Dec 2024 16:00:57 -0500 Subject: [PATCH] Updated --- .github/workflows/msdevopssec.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/msdevopssec.yml b/.github/workflows/msdevopssec.yml index 982c44c60..0c0035f5d 100644 --- a/.github/workflows/msdevopssec.yml +++ b/.github/workflows/msdevopssec.yml @@ -21,7 +21,7 @@ jobs: steps: # Checkout your code repository to scan - - uses: actions/checkout@latest + - uses: actions/checkout@v4 # Run analyzers - name: Run Microsoft Security DevOps @@ -30,13 +30,6 @@ jobs: # Upload alerts to the Security tab - required for MSDO results to appear in the codeQL security alerts tab on GitHub (Requires GHAS) - name: Upload alerts to Security tab - uses: github/codeql-action/upload-sarif@latest + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: ${{ steps.msdo.outputs.sarifFile }} - - # Upload alerts file as a workflow artifact - required for MSDO results to appear in the codeQL security alerts tab on GitHub (Requires GHAS) - # - name: Upload alerts file as a workflow artifact - # uses: actions/upload-artifact@v3 - # with: - # name: alerts - # path: ${{ steps.msdo.outputs.sarifFile }}