From 961c9aaa751eadf9bc9f4eed060406f8228909b7 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Wed, 20 Nov 2024 15:08:35 -0800 Subject: [PATCH] Switch to GH default CodeQL --- .github/workflows/merge-main.yml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/.github/workflows/merge-main.yml b/.github/workflows/merge-main.yml index 5e90ce6..1fea0ba 100644 --- a/.github/workflows/merge-main.yml +++ b/.github/workflows/merge-main.yml @@ -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: