From 01db608851f51f07d4ea3745c7f5b9f1d9f7b610 Mon Sep 17 00:00:00 2001 From: Jerker Dahlblom Date: Tue, 24 Oct 2023 20:23:45 +0300 Subject: [PATCH] CodeQL changed (#39) --- .github/workflows/codeql-analysis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 367a162..b93ecf8 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -4,7 +4,6 @@ on: push: pull_request: merge_group: - branches: [main] jobs: analyze: @@ -36,11 +35,6 @@ jobs: # Default: false submodules: 'recursive' - # If this run was triggered by a pull request event, then checkout - # the head of the pull request instead of the merge commit. - - run: git checkout HEAD^2 - if: ${{ github.event_name == 'pull_request' }} - # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v2