File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
1515 runs-on : ubuntu-latest
1616 name : Build and Deploy Job
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3.7.0
1919 with :
2020 submodules : true
2121 lfs : false
2222 - name : Build And Deploy
2323 id : builddeploy
24- uses : Azure/static-web-apps-deploy@v1
24+ uses : Azure/static-web-apps-deploy@1a947af9992250f3bc2e68ad0754c0b0c11566c9 # v1
2525 with :
2626 azure_static_web_apps_api_token : ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_CALM_FLOWER_041A6A01E }}
2727 repo_token : ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
4040 steps :
4141 - name : Close Pull Request
4242 id : closepullrequest
43- uses : Azure/static-web-apps-deploy@v1
43+ uses : Azure/static-web-apps-deploy@1a947af9992250f3bc2e68ad0754c0b0c11566c9 # v1
4444 with :
4545 azure_static_web_apps_api_token : ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_CALM_FLOWER_041A6A01E }}
4646 action : " close"
You can’t perform that action at this time.
0 commit comments