Skip to content

Commit

Permalink
Fix: securitychecks scna
Browse files Browse the repository at this point in the history
  • Loading branch information
lduchosal committed Jan 17, 2024
1 parent 2873f8e commit 603e4b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/securitycodescan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
SCS:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: nuget/setup-nuget@04b0c2b8d1b97922f67eca497d7cf0bf17b8ffe1
- uses: actions/checkout@master
- uses: nuget/setup-nuget@v1
- uses: microsoft/[email protected]

- name: Set up projects for analysis
uses: security-code-scan/security-code-scan-add-action@f8ff4f2763ed6f229eded80b1f9af82ae7f32a0d
uses: security-code-scan/security-code-scan-add-action@main

- name: Restore dependencies
run: dotnet restore src
Expand All @@ -35,7 +35,7 @@ jobs:
run: dotnet build --no-restore src

- name: Convert sarif for uploading to GitHub
uses: security-code-scan/security-code-scan-results-action@v1
uses: security-code-scan/security-code-scan-results-action@main

- name: Upload sarif
uses: github/codeql-action/upload-sarif@v2

0 comments on commit 603e4b5

Please sign in to comment.