Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/iconsPublic

Commit252fab0

Browse files
chore(deps): pin dependencies
1 parent9c67a7f commit252fab0

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

‎.github/workflows/cleanup-preview-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
-name:Checkout Source Code
22-
uses:actions/checkout@v4
22+
uses:actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683#v4
2323

2424
-name:Prepare cleanup
2525
id:prepare

‎.github/workflows/commitlint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ jobs:
88
if:${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' }}
99
runs-on:ubuntu-latest
1010
steps:
11-
-uses:actions/checkout@v4
11+
-uses:actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683#v4
1212
with:
1313
fetch-depth:0
1414

1515
# See https://github.com/wagoid/commitlint-github-action/issues/560
1616
-name:Remove tsconfig
1717
run:rm tsconfig.json
1818

19-
-uses:wagoid/commitlint-github-action@v6.1.2
19+
-uses:wagoid/commitlint-github-action@3d28780bbf0365e29b144e272b2121204d5be5f3#v6.1.2
2020
with:
2121
configFile:commitlint.config.ts

‎.github/workflows/github-pages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
-name:Checkout
34-
uses:actions/checkout@v4
34+
uses:actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683#v4
3535

3636
-name:Use Node.js
3737
uses:actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6# v4.0.4
@@ -50,7 +50,7 @@ jobs:
5050
run:pnpm build:sandbox
5151

5252
-name:Setup Pages
53-
uses:actions/configure-pages@v5
53+
uses:actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b#v5
5454

5555
-name:Upload artifact
5656
uses:actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa# v3.0.1

‎.github/workflows/pr-closed.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
NPM_TOKEN:${{ secrets.NPM_TOKEN_PUBLIC_PUBLISH }}
1212
steps:
1313
-name:Checkout Source Code
14-
uses:actions/checkout@v4
14+
uses:actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683#v4
1515

1616
-name:Remove preview consumption comment
17-
uses:marocchino/sticky-pull-request-comment@v2
17+
uses:marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728#v2
1818
with:
1919
header:pr_preview_consumption
2020
delete:true

‎.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on:ubuntu-latest
2020
steps:
2121
-name:Checkout
22-
uses:actions/checkout@v4
22+
uses:actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683#v4
2323
with:
2424
fetch-depth:0
2525
token:${{ secrets.KONGPONENTS_BOT_PAT }}

‎.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
steps:
3030
-name:Remove preview consumption comment
3131
if:${{ github.event_name == 'pull_request' && env.GITHUB_TOKEN != '' }}
32-
uses:marocchino/sticky-pull-request-comment@v2
32+
uses:marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728#v2
3333
with:
3434
header:pr_preview_consumption
3535
delete:true
3636
GITHUB_TOKEN:${{ env.GITHUB_TOKEN }}
3737

3838
-name:Checkout
39-
uses:actions/checkout@v4
39+
uses:actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683#v4
4040
with:
4141
fetch-depth:0
4242

@@ -100,7 +100,7 @@ jobs:
100100
101101
-name:Provide preview link info
102102
if:${{ steps.package-preview.outputs.npm_instructions != '' && env.GITHUB_TOKEN != '' }}
103-
uses:marocchino/sticky-pull-request-comment@v2
103+
uses:marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728#v2
104104
with:
105105
header:pr_preview_consumption
106106
message:|

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp