File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
21
21
22
22
steps :
23
23
- name : Checkout repository
24
- uses : actions/checkout@v2
24
+ uses : actions/checkout@v3
25
25
26
26
- name : Initialize CodeQL
27
- uses : github/codeql-action/init@v1
27
+ uses : github/codeql-action/init@v2
28
28
with :
29
29
languages : ${{ matrix.language }}
30
30
31
31
- name : Perform CodeQL Analysis
32
- uses : github/codeql-action/analyze@v1
32
+ uses : github/codeql-action/analyze@v2
Original file line number Diff line number Diff line change @@ -528,13 +528,13 @@ jobs:
528
528
options : " --name=mysqld"
529
529
530
530
steps :
531
- - uses : actions/checkout@v2
531
+ - uses : actions/checkout@v3
532
532
- name : Set up Python ${{ matrix.py }}
533
- uses : actions/setup-python@v2
533
+ uses : actions/setup-python@v4
534
534
with :
535
535
python-version : ${{ matrix.py }}
536
536
537
- - uses : actions/cache@v2
537
+ - uses : actions/cache@v3
538
538
with :
539
539
path : ~/.cache/pip
540
540
key : ${{ runner.os }}-pip-1
You can’t perform that action at this time.
0 commit comments