We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e52d7e + aee3c44 commit 884c1feCopy full SHA for 884c1fe
3 files changed
.github/workflows/codeql-analysis.yml
@@ -39,7 +39,7 @@ jobs:
39
40
steps:
41
- name: Checkout repository
42
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
43
44
# Initializes the CodeQL tools for scanning.
45
- name: Initialize CodeQL
.github/workflows/pylint.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
10
11
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
12
- name: Set up Python 3.9
13
uses: actions/setup-python@v2
14
with:
.github/workflows/python-app.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
19
20
21
0 commit comments