Skip to content

Commit

Permalink
odpi#7330 Disable caching for codeQL workflow as full before/after co…
Browse files Browse the repository at this point in the history
…mparison needed

Signed-off-by: Nigel Jones <[email protected]>
  • Loading branch information
planetf1 committed Feb 6, 2023
1 parent 3bb6357 commit 3cfb732
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codeql-v4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
- name: Build
uses: gradle/gradle-build-action@v2
with:
cache-read-only: true
# codeQL requires a full before/after build to compare results. Caching can result in action failing
#cache-read-only: true
cache-disabled: true
arguments: -x javadoc -x test build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2

0 comments on commit 3cfb732

Please sign in to comment.