Skip to content

Commit

Permalink
Switch to GH default CodeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Nov 20, 2024
1 parent 2dc68de commit 961c9aa
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,6 @@ concurrency:
cancel-in-progress: true

jobs:
codeql:
name: Semantic Code Analysis
runs-on: ubuntu-24.04
permissions:
actions: read
contents: read
security-events: write
steps:
- uses: actions/checkout@v4

- name: Initialize
uses: github/codeql-action/init@v3
with:
languages: javascript

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v3

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3

init:
name: Initialize
outputs:
Expand Down

0 comments on commit 961c9aa

Please sign in to comment.