Skip to content

Commit

Permalink
skrur av cache ref. troubleshooting guide
Browse files Browse the repository at this point in the history
dokumentasjonen sier at codeql ikke funker så bra med caching:

Your workflow is analyzing a compiled language (C, C++, C#, Go, or Java), but portions of your build are cached to improve performance (most likely to occur with build systems like Gradle or Bazel). Since CodeQL observes the activity of the compiler to understand the data flows in a repository, CodeQL requires a complete build to take place in order to perform analysis.
  • Loading branch information
davidsteinsland committed Jan 9, 2024
1 parent f83eb81 commit 9660d04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
with:
distribution: 'temurin'
java-version: '21.x'
cache: 'gradle'

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down

0 comments on commit 9660d04

Please sign in to comment.