Skip to content

Commit

Permalink
Simplify CodeQL file now it's out of Beta (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTim authored Jul 20, 2023
1 parent 8b37e06 commit 1ddc6a9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,11 @@ on:
pull_request:
branches: [ "main" ]

env:
CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: true

jobs:
analyze:
name: Analyze
runs-on: macos-latest
permissions:
actions: read
contents: read
security-events: write

strategy:
Expand All @@ -37,5 +32,3 @@ jobs:

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

0 comments on commit 1ddc6a9

Please sign in to comment.