File tree Expand file tree Collapse file tree
.github/workflow-templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 - name : ' Checkout Github Action'
2222 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323 - name : ' Deploy deletion from Cloudflare Pages'
24- uses : andykenward/github-actions-cloudflare-pages/delete@def80dd70ba3eb3d243520092bd303aa6454ec40 # v3.3.1
24+ uses : andykenward/github-actions-cloudflare-pages/delete@1f45924c4dd0c6d746a7edfaa4e1dea8958806a6 # v3.4.0
2525 with :
2626 cloudflare-api-token : ${{ secrets.CLOUDFLARE_API_TOKEN }}
2727 github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2222 - name : ' Checkout Github Action'
2323 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424 - name : ' Deploy to Cloudflare Pages'
25- uses : andykenward/github-actions-cloudflare-pages@def80dd70ba3eb3d243520092bd303aa6454ec40 # v3.3.1
25+ uses : andykenward/github-actions-cloudflare-pages@1f45924c4dd0c6d746a7edfaa4e1dea8958806a6 # v3.4.0
2626 with :
2727 cloudflare-api-token : ${{ secrets.CLOUDFLARE_API_TOKEN }}
2828 cloudflare-account-id : ${{ vars.CLOUDFLARE_ACCOUNT_ID }}
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126126 - run: npm ci
127127 run: npm run build
128128 - name: Deploy to Cloudflare Pages
129- uses: andykenward/github-actions-cloudflare-pages@v3.0 .0
129+ uses: andykenward/github-actions-cloudflare-pages@1f45924c4dd0c6d746a7edfaa4e1dea8958806a6 # v3.4 .0
130130 id: pages
131131 with:
132132 cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
@@ -163,7 +163,7 @@ jobs:
163163 ref: ${{ github.event.workflow_run.head_sha }}
164164
165165 - name: Deploy to Cloudflare Pages
166- uses: andykenward/github-actions-cloudflare-pages@v3.0 .0
166+ uses: andykenward/github-actions-cloudflare-pages@1f45924c4dd0c6d746a7edfaa4e1dea8958806a6 # v3.4 .0
167167 with:
168168 cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
169169 cloudflare-account-id: ${{ vars.CLOUDFLARE_ACCOUNT_ID }}
Original file line number Diff line number Diff line change 7373 timeout-minutes: 5
7474 steps:
7575 - name: Deploy deletion Cloudflare Pages
76- uses: andykenward/github-actions-cloudflare-pages/delete@v2.3.2
76+ uses: andykenward/github-actions-cloudflare-pages/delete@1f45924c4dd0c6d746a7edfaa4e1dea8958806a6 #v3.4.0
7777 with:
7878 cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
7979 github-token: ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments