Skip to content

Commit ea4008e

Browse files
committed
codeql is kill, didnt do anything useful
1 parent e1e863a commit ea4008e

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

.github/workflows/build.yml

+1-21
Original file line numberDiff line numberDiff line change
@@ -41,24 +41,4 @@ jobs:
4141
uses: actions/upload-artifact@v3
4242
with:
4343
name: Artifacts
44-
path: jars
45-
46-
codeql:
47-
runs-on: ubuntu-latest
48-
needs: build
49-
timeout-minutes: 60
50-
permissions:
51-
actions: read
52-
contents: read
53-
security-events: write
54-
55-
steps:
56-
- name: Initialize CodeQL
57-
uses: github/codeql-action/init@v2
58-
with:
59-
languages: java
60-
61-
- name: Perform CodeQL Analysis
62-
uses: github/codeql-action/analyze@v2
63-
with:
64-
category: "/language:java"
44+
path: jars

0 commit comments

Comments
 (0)