Skip to content

Commit b358c92

Browse files
chore(deps): pin dependencies
1 parent d757d5e commit b358c92

13 files changed

+257
-257
lines changed

.github/actions/prepare/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Prepare
44

55
runs:
66
steps:
7-
- uses: actions/setup-node@v4
7+
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
88
with:
99
node-version: '20'
1010
- name: Install dependencies

.github/workflows/accessibility-alt-text-bot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
if: ${{ !endsWith(github.actor, '[bot]') }}
44
runs-on: ubuntu-latest
55
steps:
6-
- uses: github/[email protected]
6+
- uses: github/accessibility-alt-text-bot@602a5efcf386c52ef8b9a11ead9bfa6ef8d56ba5 # v1.4.0
77

88
name: Accessibility Alt Text Bot
99

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ jobs:
22
build:
33
runs-on: ubuntu-latest
44
steps:
5-
- uses: actions/checkout@v4
5+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
66
- uses: ./.github/actions/prepare
77
- run: npm run build
88

.github/workflows/lint-knip.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ jobs:
22
lint_knip:
33
runs-on: ubuntu-latest
44
steps:
5-
- uses: actions/checkout@v4
5+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
66
- uses: ./.github/actions/prepare
77
- run: npm run lint:knip
88

.github/workflows/lint-markdown.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ jobs:
22
lint_markdown:
33
runs-on: ubuntu-latest
44
steps:
5-
- uses: actions/checkout@v4
5+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
66
- uses: ./.github/actions/prepare
77
- run: npm run lint:md
88

.github/workflows/lint-spelling.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ jobs:
22
lint_spelling:
33
runs-on: ubuntu-latest
44
steps:
5-
- uses: actions/checkout@v4
5+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
66
- uses: ./.github/actions/prepare
77
- run: npm run lint:spelling
88

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ jobs:
22
lint:
33
runs-on: ubuntu-latest
44
steps:
5-
- uses: actions/checkout@v4
5+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
66
- uses: ./.github/actions/prepare
77
- run: npm run lint
88

.github/workflows/pr-review-requested.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ jobs:
22
pr_review_requested:
33
runs-on: ubuntu-latest
44
steps:
5-
- uses: actions-ecosystem/action-remove-labels@v1
5+
- uses: actions-ecosystem/action-remove-labels@2ce5d41b4b6aa8503e285553f75ed56e0a40bae0 # v1
66
with:
77
labels: 'status: waiting for author'
88
- if: failure()

.github/workflows/prettier.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ jobs:
22
prettier:
33
runs-on: ubuntu-latest
44
steps:
5-
- uses: actions/checkout@v4
5+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
66
- uses: ./.github/actions/prepare
77
- run: npm run format -- --list-different
88

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ jobs:
22
test:
33
runs-on: ubuntu-latest
44
steps:
5-
- uses: actions/checkout@v4
5+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
66
- uses: ./.github/actions/prepare
77
- run: npm test
88

.github/workflows/tsc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ jobs:
22
type_check:
33
runs-on: ubuntu-latest
44
steps:
5-
- uses: actions/checkout@v4
5+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
66
- uses: ./.github/actions/prepare
77
- run: npm run tsc
88

0 commit comments

Comments
 (0)