Skip to content

Commit 1f9c1aa

Browse files
authored
ci: pin our deploy workflow's action refs to commit SHAs (#48)
1 parent 5508155 commit 1f9c1aa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/azure-static-web-apps-calm-flower-041a6a01e.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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)
@@ -40,7 +40,7 @@ jobs:
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"

0 commit comments

Comments
 (0)