chore: update github/codeql-action action to v2.2.9
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
f82d832492
commit
4295d18c8d
|
@ -103,10 +103,10 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@67a35a08586135a9573f4327e904ecbf517a882d # v2.2.8
|
||||
uses: github/codeql-action/init@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.2.9
|
||||
with:
|
||||
languages: 'javascript'
|
||||
config-file: ./.github/codeql/codeql-config.yaml
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@67a35a08586135a9573f4327e904ecbf517a882d # v2.2.8
|
||||
uses: github/codeql-action/analyze@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.2.9
|
||||
|
|
Loading…
Reference in New Issue