|
|
|
@ -16,7 +16,7 @@ jobs:
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout repository
|
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
with:
|
|
|
|
|
# We must fetch at least the immediate parents so that if this is
|
|
|
|
|
# a pull request then we can check out the head.
|
|
|
|
@ -29,10 +29,10 @@ jobs:
|
|
|
|
|
|
|
|
|
|
# Initializes the CodeQL tools for scanning.
|
|
|
|
|
- name: Initialize CodeQL
|
|
|
|
|
uses: github/codeql-action/init@v1
|
|
|
|
|
uses: github/codeql-action/init@v2
|
|
|
|
|
# Override language selection by uncommenting this and choosing your languages
|
|
|
|
|
with:
|
|
|
|
|
languages: python
|
|
|
|
|
|
|
|
|
|
- name: Perform CodeQL Analysis
|
|
|
|
|
uses: github/codeql-action/analyze@v1
|
|
|
|
|
uses: github/codeql-action/analyze@v2
|
|
|
|
|