File tree 4 files changed +19
-13
lines changed
4 files changed +19
-13
lines changed Original file line number Diff line number Diff line change 59
59
if : ${{ steps.branch-deploy.outputs.continue == 'true' &&
60
60
steps.branch-deploy.outputs.noop != 'true' &&
61
61
steps.branch-deploy.outputs.environment == 'development' }}
62
- uses : cloudflare/wrangler-action@b2a0191ce60d21388e1a8dcc968b4e9966f938e1 # pin@v3.11 .0
62
+ uses : cloudflare/wrangler-action@6d58852c35a27e6034745c5d0bc373d739014f7f # pin@v3.13 .0
63
63
with :
64
64
apiToken : ${{ secrets.CF_API_TOKEN }}
65
65
accountId : ${{ secrets.CF_ACCOUNT_ID }}
85
85
if : ${{ steps.branch-deploy.outputs.continue == 'true' &&
86
86
steps.branch-deploy.outputs.noop != 'true' &&
87
87
steps.branch-deploy.outputs.environment == 'production' }}
88
- uses : cloudflare/wrangler-action@b2a0191ce60d21388e1a8dcc968b4e9966f938e1 # pin@v3.11 .0
88
+ uses : cloudflare/wrangler-action@6d58852c35a27e6034745c5d0bc373d739014f7f # pin@v3.13 .0
89
89
with :
90
90
apiToken : ${{ secrets.CF_API_TOKEN }}
91
91
accountId : ${{ secrets.CF_ACCOUNT_ID }}
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ jobs:
26
26
27
27
# Initializes the CodeQL tools for scanning.
28
28
- name : Initialize CodeQL
29
- uses : github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # pin@v2
29
+ uses : github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195 # pin@v2
30
30
with :
31
31
languages : ${{ matrix.language }}
32
32
33
33
- name : Autobuild
34
- uses : github/codeql-action/autobuild@662472033e021d55d94146f66f6058822b0b39fd # pin@v2
34
+ uses : github/codeql-action/autobuild@aa578102511db1f4524ed59b8cc2bae4f6e88195 # pin@v2
35
35
36
36
- name : Perform CodeQL Analysis
37
- uses : github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # pin@v2
37
+ uses : github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # pin@v2
Original file line number Diff line number Diff line change 53
53
54
54
- name : deploy
55
55
if : ${{ steps.deployment-check.outputs.continue == 'true' }}
56
- uses : cloudflare/wrangler-action@b2a0191ce60d21388e1a8dcc968b4e9966f938e1 # pin@v3.11 .0
56
+ uses : cloudflare/wrangler-action@6d58852c35a27e6034745c5d0bc373d739014f7f # pin@v3.13 .0
57
57
with :
58
58
apiToken : ${{ secrets.CF_API_TOKEN }}
59
59
accountId : ${{ secrets.CF_ACCOUNT_ID }}
You can’t perform that action at this time.
0 commit comments