File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
language : [ 'python' ]
20
20
steps :
21
21
- name : Checkout repository
22
- uses : actions/checkout@v3
22
+ uses : actions/checkout@v4
23
23
- name : Initialize CodeQL
24
24
uses : github/codeql-action/init@v2
25
25
with :
Original file line number Diff line number Diff line change 19
19
id-token : write
20
20
contents : write
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- name : Compare package version with ref/tag
24
24
id : compare
25
25
run : |
Original file line number Diff line number Diff line change 16
16
analyze :
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
- name : Set up Python
21
21
uses : actions/setup-python@v4
22
22
with :
@@ -432,7 +432,7 @@ jobs:
432
432
MYSQL_ALLOW_EMPTY_PASSWORD : yes
433
433
options : " --name=mysqld"
434
434
steps :
435
- - uses : actions/checkout@v3
435
+ - uses : actions/checkout@v4
436
436
- name : Set up Python ${{ matrix.py }}
437
437
uses : actions/setup-python@v4
438
438
with :
You can’t perform that action at this time.
0 commit comments