chore(deps): update github/codeql-action action to v3.26.0

This commit is contained in:
renovate[bot] 2024-08-06 18:22:54 +00:00 committed by GitHub
parent 65b10a0071
commit 63adacbea8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ jobs:
cache-read-only: true cache-read-only: true
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15 uses: github/codeql-action/init@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
with: with:
languages: java languages: java
tools: latest tools: latest
@ -41,7 +41,7 @@ jobs:
./gradlew assembleDebug assembleInternal ./gradlew assembleDebug assembleInternal
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15 uses: github/codeql-action/analyze@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
with: with:
category: "/language:java" category: "/language:java"
mobsfscan: mobsfscan:
@ -62,6 +62,6 @@ jobs:
args: . --sarif --output results.sarif || true args: . --sarif --output results.sarif || true
- name: Upload mobsfscan report - name: Upload mobsfscan report
uses: github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15 uses: github/codeql-action/upload-sarif@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
with: with:
sarif_file: results.sarif sarif_file: results.sarif