File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,43 +68,10 @@ jobs:
6868 ref : refs/heads/${{ github.ref_name }}
6969 sha : ${{ steps.get-head-sha.outputs.SHA }}
7070
71- analyze-csharp :
72- name : Analyze C#
73- runs-on : ubuntu-latest
74- permissions :
75- actions : read
76- contents : read
77- security-events : write
78-
79- steps :
80- - name : Checkout repository
81- uses : actions/checkout@v4
82-
83- - name : Get head SHA
84- id : get-head-sha
85- run : echo "SHA=$(git rev-parse origin/${{ github.ref_name }})" >> "$GITHUB_OUTPUT"
86-
87- # Initializes the CodeQL tools for scanning.
88- - name : Initialize CodeQL
89- uses : github/codeql-action/init@v3
90- with :
91- languages : csharp
92- config-file : ./.github/codeql/codeql-config.yml
93-
94- - name : Autobuild
95- uses : github/codeql-action/autobuild@v3
96-
97- - name : Perform CodeQL Analysis
98- uses : github/codeql-action/analyze@v3
99- with :
100- category : " /language:csharp"
101- ref : refs/heads/${{ github.ref_name }}
102- sha : ${{ steps.get-head-sha.outputs.SHA }}
103-
10471 fetch :
10572 runs-on : devextreme-shr2
10673 name : Fetch analysis
107- needs : [ analyze-javascript, analyze-csharp ]
74+ needs : [ analyze-javascript ]
10875
10976 steps :
11077 - name : Get Latest Analysis info
You can’t perform that action at this time.
0 commit comments