File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2424 strategy :
2525 fail-fast : false
2626 matrix :
27- os : [windows-latest, macos-latest, ubuntu-latest]
27+ os : [windows-latest, macos-15-intel ubuntu-latest] # TODO: Add macos-15-arm64, native tests currently only run on x64
2828 steps :
2929 - name : Get the sources
3030 uses : actions/checkout@v5
4545
4646 - name : Run Cake script
4747 id : build-cake
48- uses : cake-build/cake-action@master
48+ uses : cake-build/cake-action@v3.0.1
4949 env :
5050 AZURE_DEVOPS_NUGET_API_KEY : ${{ secrets.AZURE_DEVOPS_NUGET_API_KEY }}
5151 AZURE_DEVOPS_NUGET_API_URL : ${{ secrets.AZURE_DEVOPS_NUGET_API_URL }}
5555
5656 - name : Validate Integration Tests
5757 id : validate-cake
58- uses : cake-build/cake-action@master
58+ uses : cake-build/cake-action@v3.0.1
5959 with :
6060 script-path : tests/integration/Cake.Common/Build/GitHubActions/ValidateGitHubActionsProvider.cake
6161 cake-version : tool-manifest
Original file line number Diff line number Diff line change @@ -20,17 +20,17 @@ jobs:
2020
2121 steps :
2222 - name : Checkout repository
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v5
2424 with :
2525 fetch-depth : 0
2626
2727 - name : Initialize CodeQL
28- uses : github/codeql-action/init@v2
28+ uses : github/codeql-action/init@v4
2929 with :
3030 languages : ${{ matrix.language }}
3131
3232 - name : Autobuild
33- uses : github/codeql-action/autobuild@v2
33+ uses : github/codeql-action/autobuild@v4
3434
3535 - name : Perform CodeQL Analysis
36- uses : github/codeql-action/analyze@v2
36+ uses : github/codeql-action/analyze@v4
Original file line number Diff line number Diff line change 4949
5050
5151 - name : Build & Release Cake
52- uses : cake-build/cake-action@master
52+ uses : cake-build/cake-action@v3.0.1
5353 env :
5454 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5555 CAKE_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments