Skip to content

Commit

Permalink
Merge pull request #633 from martincostello/update-codeql
Browse files Browse the repository at this point in the history
Update CodeQL
  • Loading branch information
martincostello authored Apr 15, 2023
2 parents d8e672d + 6789455 commit 9b9ef54
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,14 @@ on:
permissions:
actions: read
contents: read
security-events: write

jobs:
code-ql:

runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
language: [ 'csharp' ]
permissions:
security-events: write

steps:
- name: Checkout repository
Expand All @@ -41,12 +38,12 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db # v2.2.12
with:
languages: ${{ matrix.language }}
languages: 'csharp'

- name: Autobuild
uses: github/codeql-action/autobuild@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db # v2.2.12

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db # v2.2.12
with:
category: "/language:${{ matrix.language }}"
category: "/language:csharp"

0 comments on commit 9b9ef54

Please sign in to comment.