Skip to content

Commit c59343a

Browse files
author
Timothy Mothra Lee (from Dev Box)
committed
cleanup
1 parent 35d5fc8 commit c59343a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/codeql-daily.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
analyze-java:
1414
name: "Analyze Java Code"
1515
permissions:
16-
actions: read
17-
security-events: write
16+
actions: read # for github/codeql-action/init to get workflow details
17+
security-events: write # for github/codeql-action/analyze to upload SARIF results
1818
runs-on: ubuntu-latest
19-
19+
2020
steps:
2121
- uses: actions/checkout@v4
2222

@@ -35,8 +35,8 @@ jobs:
3535
languages: java
3636

3737
- name: Build Java code
38+
# skipping build cache is needed so that all modules will be analyzed
3839
run: ./gradlew assemble --no-build-cache
39-
# Skip build cache for full code analysis
4040

4141
- name: Perform CodeQL analysis
4242
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)