mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 23:27:04 +05:30
chore(deps): update github/codeql-action action to v3.26.8
This commit is contained in:
parent
63e8ca3df8
commit
4087ce1941
1 changed files with 3 additions and 3 deletions
6
.github/workflows/code_quality_analysis.yml
vendored
6
.github/workflows/code_quality_analysis.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
cache-read-only: true
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
|
||||
uses: github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
|
||||
with:
|
||||
languages: java
|
||||
tools: latest
|
||||
|
@ -41,7 +41,7 @@ jobs:
|
|||
./gradlew assembleDebug assembleInternal
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
|
||||
uses: github/codeql-action/analyze@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
|
||||
with:
|
||||
category: "/language:java"
|
||||
mobsfscan:
|
||||
|
@ -62,6 +62,6 @@ jobs:
|
|||
args: . --sarif --output results.sarif || true
|
||||
|
||||
- name: Upload mobsfscan report
|
||||
uses: github/codeql-action/upload-sarif@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
|
||||
uses: github/codeql-action/upload-sarif@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
|
||||
with:
|
||||
sarif_file: results.sarif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue