File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 codecov :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 with :
1818 fetch-depth : 0
1919
Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : Checkout repository
32- uses : actions/checkout@v5
32+ uses : actions/checkout@v6
3333
3434 - name : Initialize CodeQL
3535 uses : github/codeql-action/init@v4
Original file line number Diff line number Diff line change 2828 pull-requests : write
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v5
31+ uses : actions/checkout@v6
3232 with :
3333 fetch-depth : 0
3434
@@ -127,7 +127,7 @@ jobs:
127127 }
128128
129129 steps :
130- - uses : actions/checkout@v4
130+ - uses : actions/checkout@v6
131131 with :
132132 fetch-depth : 0
133133
Original file line number Diff line number Diff line change 2121 permissions :
2222 id-token : write
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v6
2525 with :
2626 fetch-depth : 0
2727
You can’t perform that action at this time.
0 commit comments