Skip to content

Commit 01083e5

Browse files
chore(deps): pin dependencies
1 parent b3121e4 commit 01083e5

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/check-pr-title.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
requireScope: false
3232
wip: true
3333

34-
- uses: marocchino/[email protected]
34+
- uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # v2.9.0
3535
# When the previous steps fails, the workflow would stop. By adding this
3636
# condition you can continue the execution with the populated error message.
3737
if: always() && (steps.lint_pr_title.outputs.error_message != null)
@@ -53,7 +53,7 @@
5353
5454
# Delete a previous comment when the issue has been resolved
5555
- if: ${{ steps.lint_pr_title.outputs.error_message == null }}
56-
uses: marocchino/[email protected]
56+
uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # v2.9.0
5757
with:
5858
header: pr-title-lint-error
5959
GITHUB_TOKEN: ${{ github.token }}

.github/workflows/checks.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
18-
- uses: oven-sh/setup-bun@v2
18+
- uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2
1919
- name: Install Dependencies
2020
run: bun install
2121
- name: Runs Prettier Formatter
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
29-
- uses: oven-sh/setup-bun@v2
29+
- uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2
3030
- name: Install Dependencies
3131
run: bun install
3232
- name: Runs cSpell Spell Checker
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
40-
- uses: oven-sh/setup-bun@v2
40+
- uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2
4141
- name: Install Dependencies
4242
run: bun install
4343
- name: Runs Markdown Linter
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
steps:
5050
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
51-
- uses: oven-sh/setup-bun@v2
51+
- uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2
5252
- name: Install Dependencies
5353
run: bun install
5454
- name: Runs ESLint

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2323

24-
- uses: oven-sh/setup-bun@v2
24+
- uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2
2525

2626
- name: "Install dependencies"
2727
run: bun install --production --frozen-lockfile

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
persist-credentials: false # <--- checking this in commit context
2828

29-
- uses: oven-sh/setup-bun@v2
29+
- uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2
3030

3131
- name: "Install dependencies"
3232
run: bun install --production --frozen-lockfile

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
ref: "${{ github.event.inputs.ref }}"
2929

30-
- uses: oven-sh/setup-bun@v2
30+
- uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2
3131

3232
- name: "Install dependencies"
3333
run: bun install --production --frozen-lockfile

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
fetch-depth: 0
1919
persist-credentials: false
2020

21-
- uses: actions/setup-node@v4
21+
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
2222
with:
2323
node-version: 'latest'
24-
- uses: oven-sh/setup-bun@v2
24+
- uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2
2525

2626
- name: "Install dependencies"
2727
run: bun install --production --frozen-lockfile

0 commit comments

Comments
 (0)