Skip to content

Commit 981fb63

Browse files
Merge pull request #70 from Arnab-Developer/codeql
Codeql update
2 parents 01b96cb + f94cf67 commit 981fb63

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,16 @@ jobs:
3737
analyze:
3838
name: Analyze
3939
runs-on: ubuntu-latest
40-
strategy:
41-
fail-fast: false
42-
matrix:
43-
language: [ 'csharp' ]
40+
permissions:
41+
security-events: write
4442
steps:
4543
- name: Checkout repository
4644
uses: actions/checkout@v2
4745

4846
- name: Initialize CodeQL
4947
uses: github/codeql-action/init@v1
5048
with:
51-
languages: ${{ matrix.language }}
49+
languages: csharp
5250

5351
- name: Autobuild
5452
uses: github/codeql-action/autobuild@v1

0 commit comments

Comments
 (0)