File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 permissions :
1313 contents : write
1414 steps :
15- - uses : actions/checkout@v6
15+ - uses : actions/checkout@v7
1616 with :
1717 fetch-depth : 0
1818 - name : Extract version
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 permissions :
1919 contents : read
2020 steps :
21- - uses : actions/checkout@v6
21+ - uses : actions/checkout@v7
2222
2323 - name : Set up Python
24- uses : actions/setup-python@v6
24+ uses : actions/setup-python@v7
2525 with :
2626 python-version : ' 3.11'
2727 cache : ' pip'
@@ -57,10 +57,10 @@ jobs:
5757 permissions :
5858 contents : read
5959 steps :
60- - uses : actions/checkout@v6
60+ - uses : actions/checkout@v7
6161
6262 - name : Set up Python
63- uses : actions/setup-python@v6
63+ uses : actions/setup-python@v7
6464 with :
6565 python-version : ' 3.11'
6666 cache : ' pip'
9191 contents : write
9292
9393 steps :
94- - uses : actions/checkout@v6
94+ - uses : actions/checkout@v7
9595
9696 - name : Download Linux artifacts
9797 uses : actions/download-artifact@v8
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout repository
27- uses : actions/checkout@v6
27+ uses : actions/checkout@v7
2828
2929 - name : Initialize CodeQL
3030 uses : github/codeql-action/init@v4
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 timeout-minutes : 2
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v7
2020 with :
2121 fetch-depth : 0
2222
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 timeout-minutes : 5
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v7
2020 with :
2121 fetch-depth : 0
2222
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 runs-on : ubuntu-latest
1919 timeout-minutes : 5
2020 steps :
21- - uses : actions/checkout@v6
21+ - uses : actions/checkout@v7
2222
2323 - name : Set up Python
24- uses : actions/setup-python@v6
24+ uses : actions/setup-python@v7
2525 with :
2626 python-version : ' 3.11'
2727 cache : ' pip'
You can’t perform that action at this time.
0 commit comments