File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : 🛒 Checkout repository
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121 with :
2222 fetch-depth : 0
2323 token : ${{ secrets.PAT_WORKFLOWS }}
6666 dotnet build -c Release /p:UseSourceLink=true --no-restore
6767 dotnet sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
6868
69- - name : Set up git authentication for push
70- run : git remote set-url origin https://x-access-token:${{ secrets.PAT_WORKFLOWS }}@github.com/atc-net/atc-rest-api-generator.git
71-
7269 - name : ⏩ Merge to stable-branch
7370 run : |
7471 git config --local user.email ${{ env.ATC_EMAIL }}
Original file line number Diff line number Diff line change 1616 runs-on : ${{ matrix.os }}
1717 steps :
1818 - name : 🛒 Checkout repository
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 with :
2121 fetch-depth : 0
2222
4242 - dotnet-build
4343 steps :
4444 - name : 🛒 Checkout repository
45- uses : actions/checkout@v4
45+ uses : actions/checkout@v5
4646 with :
4747 fetch-depth : 0
4848
7070 - dotnet-test
7171 steps :
7272 - name : 🛒 Checkout repository
73- uses : actions/checkout@v4
73+ uses : actions/checkout@v5
7474 with :
7575 fetch-depth : 0
7676
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : 🛒 Checkout repository
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 with :
1919 fetch-depth : 0
2020 token : ${{ secrets.PAT_WORKFLOWS }}
You can’t perform that action at this time.
0 commit comments