From 2fa2822dbbbb8761e942e2215d0d2d594bf00070 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Tue, 21 May 2024 21:45:57 -0700 Subject: [PATCH] chore(ci): use default CodeQL --- .github/workflows/merge.yml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 7a54b3e..8341f8c 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -11,29 +11,6 @@ concurrency: cancel-in-progress: true jobs: - codeql: - name: Semantic Code Analysis - runs-on: ubuntu-22.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 - semantic-version: outputs: semanticVersion: ${{ steps.changelog.outputs.version }}