Skip to content

Commit 47f43da

Browse files
committed
chore(build): remove codeql
[skip ci]
1 parent 634779a commit 47f43da

File tree

4 files changed

+0
-100
lines changed

4 files changed

+0
-100
lines changed

.github/workflows/codeql-analysis.yml

-76
This file was deleted.

.github/workflows/go-platform.yml

-8
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,6 @@ jobs:
166166
core.setOutput('extra_options', ``)
167167
}
168168
169-
# - name: Initialize CodeQL
170-
# uses: github/codeql-action/init@v3
171-
# with:
172-
# languages: go
173-
174169
- name: Check LongPathsEnabled on Windows
175170
if: matrix.os == 'windows-latest'
176171
run: |
@@ -202,6 +197,3 @@ jobs:
202197
path: |
203198
**/surefire-reports/go-junit-report.xml
204199
**/reports/test-out-verbose.log
205-
206-
# - name: Perform CodeQL Analysis
207-
# uses: github/codeql-action/analyze@v3

.github/workflows/java-platform.yml

-8
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,6 @@ jobs:
124124
core.setOutput('extra_options', ``)
125125
}
126126
127-
# - name: Initialize CodeQL
128-
# uses: github/codeql-action/init@v3
129-
# with:
130-
# languages: java
131-
132127
# Note: due to github has no concept of recovering from a fail even if we have our fallback below we append a second un-parallel run behind this to be sure that it works with all checks. Only if that fails too we are ok with a "red" (which should be yellow) cross indicating a problem
133128
- name: Run mvnw
134129
run: |
@@ -155,6 +150,3 @@ jobs:
155150
path: |
156151
**/surefire-reports/TEST-*.xml
157152
**/failsafe-reports/TEST-*.xml
158-
159-
# - name: Perform CodeQL Analysis
160-
# uses: github/codeql-action/analyze@v3

.github/workflows/python-platform.yml

-8
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,6 @@ jobs:
140140
# # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
141141
# flake8 ./plc4py --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
142142

143-
# - name: Initialize CodeQL
144-
# uses: github/codeql-action/init@v2
145-
# with:
146-
# languages: python
147-
148143
- name: Run mvnw
149144
run: |
150145
./mvnw${{ steps.platform_suffix.outputs.platform_suffix }} ${{ steps.extra_options.outputs.extra_options }} -B -P'with-python,enable-all-checks,update-generated-code' -pl :plc4py -am ${{ steps.platform_opts.outputs.platform_opts }} install
151-
152-
# - name: Perform CodeQL Analysis
153-
# uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)