File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1818
1919 - name : Set up .NET Core
20- uses : actions/setup-dotnet@v4
20+ uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4
2121 with :
2222 dotnet-version : ' 9.x'
2323
2828 run : dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp
2929
3030 - name : Upload artifact for deployment job
31- uses : actions/upload-artifact@v4
31+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
3232 with :
3333 name : .net-app
3434 path : ${{env.DOTNET_ROOT}}/myapp
@@ -44,20 +44,20 @@ jobs:
4444
4545 steps :
4646 - name : Download artifact from build job
47- uses : actions/download-artifact@v4
47+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
4848 with :
4949 name : .net-app
5050
5151 - name : Login to Azure
52- uses : azure/login@v2
52+ uses : azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2
5353 with :
5454 client-id : ${{ secrets.AZUREAPPSERVICE_CLIENTID_F1F70702B02F4C40BBDEFF746FA72AB6 }}
5555 tenant-id : ${{ secrets.AZUREAPPSERVICE_TENANTID_5C43E73F3DE44E99A877831B37D5831A }}
5656 subscription-id : ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_C134184A4BE14CC38BD904A95BCC9867 }}
5757
5858 - name : Deploy to Azure Web App
5959 id : deploy-to-webapp
60- uses : azure/webapps-deploy@v3
60+ uses : azure/webapps-deploy@02a81bead70021f5284939794bcec79c271ab383 # v3
6161 with :
6262 app-name : ' bod-roadmapreport'
6363 slot-name : ' Production'
You can’t perform that action at this time.
0 commit comments