mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
chore(deps): update github/codeql-action action to v2.22.9
This commit is contained in:
parent
8e47906bbe
commit
6221419af6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/code_quality_analysis.yml
vendored
4
.github/workflows/code_quality_analysis.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
||||||
cache-read-only: true
|
cache-read-only: true
|
||||||
|
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8
|
uses: github/codeql-action/init@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2.22.9
|
||||||
with:
|
with:
|
||||||
languages: java
|
languages: java
|
||||||
tools: latest
|
tools: latest
|
||||||
|
@ -49,7 +49,7 @@ jobs:
|
||||||
./gradlew assembleDebug assembleRelease
|
./gradlew assembleDebug assembleRelease
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8
|
uses: github/codeql-action/analyze@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2.22.9
|
||||||
with:
|
with:
|
||||||
category: "/language:java"
|
category: "/language:java"
|
||||||
mobsfscan:
|
mobsfscan:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue