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 0cf3ed4 (chores) experimental ci: removing because at this moment
CodeQL doesn't work well for the project
0cf3ed4 is described below
commit 0cf3ed40044e2de265644d742f70302e3ed05f97
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Wed Feb 9 13:16:57 2022 +0100
(chores) experimental ci: removing because at this moment CodeQL doesn't
work well for the project
---
.github/workflows/codeql-analysis.yml | 47 -----------------------------------
1 file changed, 47 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
deleted file mode 100644
index ea75ff2..0000000
--- a/.github/workflows/codeql-analysis.yml
+++ /dev/null
@@ -1,47 +0,0 @@
-# For most projects, this workflow file will not need changing; you simply need
-# to commit it to your repository.
-#
-# You may wish to alter this file to override the set of languages analyzed,
-# or to provide custom queries or build logic.
-name: "CodeQL"
-
-on:
- push:
- branches: [main]
- pull_request:
- branches: [main]
-
-jobs:
- analyze:
- name: Analyze
- runs-on: ubuntu-latest
- permissions:
- actions: read
- contents: read
- security-events: write
-
- strategy:
- fail-fast: false
- matrix:
- language: ['java']
-
- steps:
- - name: Checkout repository
- uses: actions/checkout@v2
- - name: Set up JDK ${{ matrix.java }}
- uses: actions/setup-java@v2
- with:
- distribution: 'temurin'
- java-version: 11
- cache: 'maven'
-
- # Initializes the CodeQL tools for scanning.
- - name: Initialize CodeQL
- uses: github/codeql-action/init@v1
- with:
- languages: ${{ matrix.language }}
- - run: |
- mvn -B -V -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120 --no-transfer-progress
-Pfastinstall -Dcheckstyle.skip=true -DskipTests install
-
- - name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v1