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.3.1
This commit is contained in:
parent
3a9bf04a4d
commit
b669900c75
1 changed files with 2 additions and 2 deletions
4
.github/workflows/codeql_analysis.yml
vendored
4
.github/workflows/codeql_analysis.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
cache-read-only: true
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2.3.0
|
||||
uses: github/codeql-action/init@8662eabe0e9f338a07350b7fd050732745f93848 # v2.3.1
|
||||
with:
|
||||
languages: java
|
||||
tools: latest
|
||||
|
@ -43,6 +43,6 @@ jobs:
|
|||
./gradlew assemble
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2.3.0
|
||||
uses: github/codeql-action/analyze@8662eabe0e9f338a07350b7fd050732745f93848 # v2.3.1
|
||||
with:
|
||||
category: "/language:java"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue