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 FEEDZ_IO_PRIVATE_TOKEN : ${{ secrets.FEEDZ_IO_PRIVATE_TOKEN }}
1818 steps :
1919 - name : Checkout repository with full history
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121 with :
2222 fetch-depth : 0 # Checkout with full history so nbgv can compute Git height correctly.
2323 - name : Setup .NET SDK
Original file line number Diff line number Diff line change 2727 language : [ 'csharp' ] # https://aka.ms/codeql-docs/language-support
2828 steps :
2929 - name : Checkout repository with full history
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131 with :
3232 fetch-depth : 0 # Checkout with full history so nbgv can compute Git height correctly.
3333 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1212 pull-requests : write
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616 - name : Assign labels to pull request
1717 uses : actions/labeler@v6
1818 with :
Original file line number Diff line number Diff line change 7878 echo Check changelog before update : %CHECK_CHANGELOG%
7979 echo Cake verbosity : %CAKE_VERBOSITY%
8080 - name : Checkout repository with full history
81- uses : actions/checkout@v4
81+ uses : actions/checkout@v5
8282 with :
8383 fetch-depth : 0 # Checkout with full history so nbgv can compute Git height correctly.
8484 token : ${{ secrets.RELEASE_TOKEN }}
You can’t perform that action at this time.
0 commit comments