mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 08:17:04 +05:30
chore(deps): update github/codeql-action digest to 17573ee
This commit is contained in:
parent
5333358b53
commit
21a51ff907
1 changed files with 3 additions and 3 deletions
6
.github/workflows/codeql_analysis.yml
vendored
6
.github/workflows/codeql_analysis.yml
vendored
|
@ -15,12 +15,12 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@8775e868027fa230df8586bdf502bbd9b618a477 # v2
|
||||
uses: github/codeql-action/init@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2
|
||||
with:
|
||||
languages: java
|
||||
- name: Autobuild
|
||||
uses: github/codeql-action/autobuild@8775e868027fa230df8586bdf502bbd9b618a477 # v2
|
||||
uses: github/codeql-action/autobuild@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@8775e868027fa230df8586bdf502bbd9b618a477 # v2
|
||||
uses: github/codeql-action/analyze@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2
|
||||
with:
|
||||
category: "/language:java"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue