upgrade other
This commit is contained in:
parent
d284f2ae0a
commit
2e095fcb83
1 changed files with 2 additions and 2 deletions
4
.github/workflows/analyse.yml
vendored
4
.github/workflows/analyse.yml
vendored
|
@ -38,11 +38,11 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v1
|
||||
uses: github/codeql-action/init@v2
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
# If you wish to specify custom queries, you can do so here or in a config file.
|
||||
|
|
Loading…
Add table
Reference in a new issue