chore(deps): update github/codeql-action digest to 181d5ee
This commit is contained in:
parent
21ef53a156
commit
c31517a687
|
|
@ -83,10 +83,10 @@ jobs:
|
||||||
ignore-nothing-to-cache: true
|
ignore-nothing-to-cache: true
|
||||||
|
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # v3
|
uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3
|
||||||
with:
|
with:
|
||||||
languages: python
|
languages: python
|
||||||
config-file: ./.github/codeql-config.yml
|
config-file: ./.github/codeql-config.yml
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # v3
|
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue