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 a225933 commit 4fa8bb5Copy full SHA for 4fa8bb5
.github/workflows/codeql-analysis.yml
@@ -78,9 +78,9 @@ jobs:
78
- name: Grant execute permission for gradlew
79
run: chmod +x gradlew
80
- name: Build with Gradle
81
- run: ./gradlew build
+ run: ./gradlew --no-build-cache build
82
83
- name: Perform CodeQL Analysis
84
uses: github/codeql-action/analyze@v3
85
with:
86
- category: "/language:${{matrix.language}}"
+ category: "/language:${{matrix.language}}"
0 commit comments