2424 starlight-view-modes : ${{ steps.filter.outputs.starlight-view-modes }}
2525 steps :
2626 - name : Check out the repo
27- uses : actions/checkout@v4
27+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2828
29- - uses : dorny/paths-filter@v3
29+ - uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
3030 id : filter
3131 with :
3232 filters : |
@@ -44,19 +44,19 @@ jobs:
4444 steps :
4545 - name : Generate GitHub App token
4646 id : generate_token
47- uses : tibdex/github-app-token@v2.1.0
47+ uses : tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
4848 with :
4949 app_id : ${{ secrets.BOT_APP_ID }}
5050 private_key : ${{ secrets.BOT_PRIVATE_KEY }}
5151
5252 - name : Checkout Repo
53- uses : actions/checkout@v4
53+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5454
5555 - name : Setup PNPM
56- uses : pnpm/action-setup@v3
56+ uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
5757
5858 - name : Setup Node
59- uses : actions/setup-node@v4
59+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
6060 with :
6161 node-version : ${{ env.NODE_VERSION }}
6262 cache : " pnpm"
6666
6767 - name : Create Release Pull Request
6868 id : changesets
69- uses : changesets/action@v1
69+ uses : changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc # v1.4.10
7070 with :
7171 commit : " [ci] release"
7272 title : " [ci] release"
8181 IMAGE_TAG : ${{ env.IMAGE_TAG }}
8282 steps :
8383 - name : Check out the repo
84- uses : actions/checkout@v4
84+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8585
8686 - name : Read version from package.json
8787 id : get_version
@@ -105,13 +105,13 @@ jobs:
105105 contents : write
106106 id-token : write
107107 steps :
108- - uses : actions/checkout@v4
108+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
109109
110110 - name : Setup PNPM
111- uses : pnpm/action-setup@v3
111+ uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
112112
113113 - name : Setup Node
114- uses : actions/setup-node@v4
114+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
115115 with :
116116 node-version : ${{ env.NODE_VERSION }}
117117 cache : " pnpm"
@@ -134,10 +134,10 @@ jobs:
134134 contents : write
135135 steps :
136136 - name : Check out the repo
137- uses : actions/checkout@v4
137+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
138138
139139 - id : extract-changelog
140- uses : sean0x42/markdown-extract@v2.1.0
140+ uses : sean0x42/markdown-extract@7b185cbe85263116bbf741e739e7198ba86465dc # v2.1.0
141141 with :
142142 file : packages/starlight-view-modes/CHANGELOG.md
143143 pattern : ${{ needs.image-tag.outputs.IMAGE_TAG }}
@@ -163,7 +163,7 @@ jobs:
163163 if : env.RELEASE_SKIPPED == 'false'
164164 env :
165165 DISCORD_WEBHOOK : ${{ secrets.DISCORD_WEBHOOK_URL }}
166- uses : Ilshidur/action-discord@0.3.2
166+ uses : Ilshidur/action-discord@0c4b27844ba47cb1c7bee539c8eead5284ce9fa9 # 0.3.2
167167 with :
168168 args : |
169169 # ${{ env.IMAGE_NAME }}@${{ needs.image-tag.outputs.IMAGE_TAG }}
0 commit comments