Skip to content

Commit d8c551f

Browse files
committed
ci: action versions
1 parent a995ac5 commit d8c551f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflow-templates/delete.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: "Checkout Github Action"
2222
uses: actions/checkout@v4
2323
- name: "Deploy deletion from Cloudflare Pages"
24-
uses: andykenward/github-actions-cloudflare-pages/delete@v2.3.2
24+
uses: andykenward/github-actions-cloudflare-pages/delete@def80dd70ba3eb3d243520092bd303aa6454ec40 #v3.3.1
2525
with:
2626
cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
2727
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflow-templates/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: "Checkout Github Action"
2323
uses: actions/checkout@v4
2424
- name: "Deploy to Cloudflare Pages"
25-
uses: andykenward/github-actions-cloudflare-pages@v3.0.0
25+
uses: andykenward/github-actions-cloudflare-pages@def80dd70ba3eb3d243520092bd303aa6454ec40 #v3.3.1
2626
with:
2727
cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
2828
cloudflare-account-id: ${{ vars.CLOUDFLARE_ACCOUNT_ID }}

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
- name: Rebuild the dist/ directory
4040
run: pnpm run build
4141
- name: Perform CodeQL Analysis
42-
uses: github/codeql-action/analyze@v4
42+
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 #v4.32.6
4343
with:
4444
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)