File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : Checkout ${{ github.repository }} repository
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6
2626 with :
2727 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
2828
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-24.04
1111 steps :
1212 - name : Checkout ${{ github.repository }} repository
13- uses : actions/checkout@v5
13+ uses : actions/checkout@v6
1414 with :
1515 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
1616
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-24.04
1717 steps :
1818 - name : Checkout ${{ github.repository }} repository
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 with :
2121 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
2222
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-24.04
1111 steps :
1212 - name : Checkout code
13- uses : actions/checkout@v5
13+ uses : actions/checkout@v6
1414 with :
1515 fetch-depth : 0
1616
You can’t perform that action at this time.
0 commit comments