We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eebcf45 commit d69f83cCopy full SHA for d69f83c
2 files changed
.github/actions/setup/action.yaml
@@ -11,7 +11,7 @@ runs:
11
node-version: 24.14.0
12
package-manager-cache: false
13
14
- - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
+ - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
15
name: Install pnpm
16
with:
17
run_install: false
.github/workflows/publish.yaml
@@ -27,7 +27,7 @@ jobs:
27
28
- uses: ./.github/actions/setup
29
30
- - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
+ - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
31
id: create_token
32
33
app-id: ${{ vars.GH_APP_ID }}
0 commit comments