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

This commit is contained in:
renovate[bot] 2024-08-29 14:03:24 +00:00 committed by GitHub
parent 1d60fca7eb
commit adf1af691f
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@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3.26.5 uses: github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
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@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3.26.5 uses: github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
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@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3.26.5 uses: github/codeql-action/upload-sarif@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
with: with:
sarif_file: results.sarif sarif_file: results.sarif