Skip to content

Commit

Permalink
[skip ci] Update codeql.yml
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
GitTorre authored May 30, 2024
1 parent 050c4ba commit 6008c81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ jobs:
gcc elevated_netstat.c -lcap -o elevated_netstat
gcc elevated_proc_fd.c -lcap -o elevated_proc_fd
- if: matrix.language == "csharp"
- if: matrix.language == 'csharp'
shell: powershell
run: |
Build-FabricObserver.ps1
./Build-FabricObserver.ps1
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
Expand Down

0 comments on commit 6008c81

Please sign in to comment.