mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 16:27:06 +05:30
chore(deps): update github/codeql-action digest to a669cc5
This commit is contained in:
parent
ac98ebda3f
commit
db75d1edfe
1 changed files with 3 additions and 3 deletions
6
.github/workflows/codeql_analysis.yml
vendored
6
.github/workflows/codeql_analysis.yml
vendored
|
@ -19,12 +19,12 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@b2a92eb56d8cb930006a1c6ed86b0782dd8a4297 # v2
|
||||
uses: github/codeql-action/init@a669cc5936cc5e1b6a362ec1ff9e410dc570d190 # v2
|
||||
with:
|
||||
languages: java
|
||||
- name: Autobuild
|
||||
uses: github/codeql-action/autobuild@b2a92eb56d8cb930006a1c6ed86b0782dd8a4297 # v2
|
||||
uses: github/codeql-action/autobuild@a669cc5936cc5e1b6a362ec1ff9e410dc570d190 # v2
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@b2a92eb56d8cb930006a1c6ed86b0782dd8a4297 # v2
|
||||
uses: github/codeql-action/analyze@a669cc5936cc5e1b6a362ec1ff9e410dc570d190 # v2
|
||||
with:
|
||||
category: "/language:java"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue