Skip to content

Commit a890507

Browse files
authored
Merge pull request #1835 from microsoftgraph/fix/codeql
Fix failing CodeQL checks
2 parents a225933 + 4fa8bb5 commit a890507

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ jobs:
7878
- name: Grant execute permission for gradlew
7979
run: chmod +x gradlew
8080
- name: Build with Gradle
81-
run: ./gradlew build
81+
run: ./gradlew --no-build-cache build
8282

8383
- name: Perform CodeQL Analysis
8484
uses: github/codeql-action/analyze@v3
8585
with:
86-
category: "/language:${{matrix.language}}"
86+
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)