This is an automated email from the ASF dual-hosted git repository.
orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new ec64401 (chores) experimental ci: remove redundant workflow in CodeQL
analysis
ec64401 is described below
commit ec64401a95d5238053ec81510b61a2d91fd4aeb6
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Sun Feb 6 12:09:11 2022 +0100
(chores) experimental ci: remove redundant workflow in CodeQL analysis
---
.github/workflows/codeql-analysis.yml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index 0851c49..acd0d52 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -42,11 +42,6 @@ jobs:
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-maven-
- # 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@v1