File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 # Setup steps for OneScript development environment
1818 steps :
1919 - name : Checkout code
20- uses : actions/checkout@v6
20+ uses : actions/checkout@v7
2121
2222 - run : git config --global core.quotepath false
2323
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout the latest code
12- uses : actions/checkout@v6
12+ uses : actions/checkout@v7
1313 with :
1414 token : ${{ secrets.GITHUB_TOKEN }}
1515 fetch-depth : 0 # otherwise, you will fail to push refs to dest repo
Original file line number Diff line number Diff line change 1515 with :
1616 java-version : 17
1717 distribution : temurin
18- - uses : actions/checkout@v6
18+ - uses : actions/checkout@v7
1919 with :
2020 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
2121 - name : Cache SonarQube packages
You can’t perform that action at this time.
0 commit comments