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 }}