Skip to content

Commit

Permalink
Use full commit hashes for third party actions
Browse files Browse the repository at this point in the history
  • Loading branch information
justjanne committed Mar 9, 2023
1 parent 8303e66 commit d66a4e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.CF_R2_TOKEN }}

- name: Wait for other steps to succeed
uses: lewagon/wait-on-check-action@v1.2.0
uses: lewagon/wait-on-check-action@3a563271c3f8d1611ed7352809303617ee7e54ac # 1.2.0
with:
ref: ${{ github.sha }}
running-workflow-name: "Build & Deploy develop.element.io"
Expand All @@ -102,7 +102,7 @@ jobs:

- name: Deploy to Cloudflare Pages
id: cfp
uses: cloudflare/pages-action@1
uses: cloudflare/pages-action@1631a1483b9131d13c61c8c9e6db68f7c7f5d0ee # v1
with:
apiToken: ${{ secrets.CF_PAGES_TOKEN }}
accountId: ${{ secrets.CF_PAGES_ACCOUNT_ID }}
Expand Down

0 comments on commit d66a4e1

Please sign in to comment.