Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: gradle/actions/setup-gradle@v6.3.0

- name: Initialize CodeQL
uses: github/codeql-action/init@v4.37.6
uses: github/codeql-action/init@v4.37.8
with:
languages: java
# Manual build: the Android Gradle plugin needs a real Gradle
Expand All @@ -65,6 +65,6 @@ jobs:
run: ./gradlew assembleRelease --no-daemon --no-build-cache

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4.37.6
uses: github/codeql-action/analyze@v4.37.8
with:
category: '/language:java'
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# Inline PR annotations + Security tab entries for Checkstyle findings.
- name: Upload Checkstyle results to code scanning
if: always() && steps.sarif.outputs.exists == 'true'
uses: github/codeql-action/upload-sarif@v4.37.6
uses: github/codeql-action/upload-sarif@v4.37.8
with:
sarif_file: logback-android/build/reports/checkstyle/checkstyleAnalysis.sarif
category: checkstyle
Expand Down
Loading