We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c808daa commit b694d8bCopy full SHA for b694d8b
1 file changed
.github/workflows/codeql-analysis.yml
@@ -3,9 +3,6 @@ name: 'CodeQL'
3
on:
4
push:
5
branches: [main]
6
- pull_request:
7
- # The branches below must be a subset of the branches above
8
- branches: [main]
9
schedule:
10
- cron: '17 23 * * 3'
11
@@ -45,7 +42,7 @@ jobs:
45
42
46
43
- name: Build Java
47
44
run: |
48
- ./gradlew buildForCodeQL
+ ./gradlew buildForCodeQL --no-build-cache
49
50
- name: Perform CodeQL Analysis
51
uses: github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # pin@v2
0 commit comments