Skip to content

Commit 4482858

Browse files
committed
chore(build): remove codeql
[skip ci]
1 parent 12e3aa7 commit 4482858

File tree

3 files changed

+0
-92
lines changed

3 files changed

+0
-92
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
@@ -162,11 +162,6 @@ jobs:
162162
core.setOutput('extra_options', ``)
163163
}
164164
165-
- name: Initialize CodeQL
166-
uses: github/codeql-action/init@v3
167-
with:
168-
languages: go
169-
170165
- name: Check LongPathsEnabled on Windows
171166
if: matrix.os == 'windows-latest'
172167
run: |
@@ -194,6 +189,3 @@ jobs:
194189
path: |
195190
**/surefire-reports/go-junit-report.xml
196191
**/reports/test-out-verbose.log
197-
198-
- name: Perform CodeQL Analysis
199-
uses: github/codeql-action/analyze@v3

.github/workflows/java-platform.yml

-8
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,6 @@ jobs:
120120
core.setOutput('extra_options', ``)
121121
}
122122
123-
- name: Initialize CodeQL
124-
uses: github/codeql-action/init@v3
125-
with:
126-
languages: java
127-
128123
# 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
129124
- name: Run mvnw
130125
run: |
@@ -147,6 +142,3 @@ jobs:
147142
path: |
148143
**/surefire-reports/TEST-*.xml
149144
**/failsafe-reports/TEST-*.xml
150-
151-
# - name: Perform CodeQL Analysis
152-
# uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)