File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545
4646 steps :
4747 - name : Checkout repository
48- uses : actions/checkout@v6
48+ uses : actions/checkout@v7
4949
5050 # Initializes the CodeQL tools for scanning.
5151 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout Code
17- uses : actions/checkout@v6
17+ uses : actions/checkout@v7
1818 with :
1919 fetch-depth : 0
2020
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v6
17+ - uses : actions/checkout@v7
1818
1919 - name : Renovate
2020 uses : renovatebot/github-action@v46.1.5
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@v6
18+ - uses : actions/checkout@v7
1919 - name : Install Renovate
2020 run : npm i -g renovate
2121 - name : Validate config (strict)
You can’t perform that action at this time.
0 commit comments