Skip to content

Commit 99c1291

Browse files
authored
Merge pull request #1016 from the-hideout/combined-prs-branch
Combined PRs
2 parents 04d30ed + aefcd5f commit 99c1291

File tree

4 files changed

+19
-13
lines changed

4 files changed

+19
-13
lines changed

.github/workflows/branch-deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if: ${{ steps.branch-deploy.outputs.continue == 'true' &&
6060
steps.branch-deploy.outputs.noop != 'true' &&
6161
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
6363
with:
6464
apiToken: ${{ secrets.CF_API_TOKEN }}
6565
accountId: ${{ secrets.CF_ACCOUNT_ID }}
@@ -85,7 +85,7 @@ jobs:
8585
if: ${{ steps.branch-deploy.outputs.continue == 'true' &&
8686
steps.branch-deploy.outputs.noop != 'true' &&
8787
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
8989
with:
9090
apiToken: ${{ secrets.CF_API_TOKEN }}
9191
accountId: ${{ secrets.CF_ACCOUNT_ID }}

.github/workflows/codeql-analysis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626

2727
# Initializes the CodeQL tools for scanning.
2828
- name: Initialize CodeQL
29-
uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # pin@v2
29+
uses: github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195 # pin@v2
3030
with:
3131
languages: ${{ matrix.language }}
3232

3333
- name: Autobuild
34-
uses: github/codeql-action/autobuild@662472033e021d55d94146f66f6058822b0b39fd # pin@v2
34+
uses: github/codeql-action/autobuild@aa578102511db1f4524ed59b8cc2bae4f6e88195 # pin@v2
3535

3636
- name: Perform CodeQL Analysis
37-
uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # pin@v2
37+
uses: github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # pin@v2

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: deploy
5555
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
5757
with:
5858
apiToken: ${{ secrets.CF_API_TOKEN }}
5959
accountId: ${{ secrets.CF_ACCOUNT_ID }}

package-lock.json

+13-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)