Skip to content

Commit fc9ab71

Browse files
committed
ci: set commit SHA to actions/checkout and actions/setup-node
1 parent e35ed57 commit fc9ab71

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717
- run: corepack enable
18-
- uses: actions/setup-node@v4
18+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
1919
with:
2020
node-version: "22"
2121
cache: "pnpm"

.github/workflows/sync.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,19 @@ jobs:
1515
yuki-no:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919
- run: corepack enable
20-
- uses: actions/setup-node@v4
20+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2121
with:
2222
node-version: "22"
2323
cache: "pnpm"
2424

2525
# https://github.com/Gumball12/yuki-no/
26-
- uses: Gumball12/yuki-no@wip
26+
- uses: Gumball12/yuki-no@fbefaa195fd73259626c84ff5a81a1e057360d3b # v1
2727
with:
2828
access-token: ${{ secrets.GITHUB_TOKEN }}
2929
head-repo: https://github.com/vitejs/vite.git
3030
track-from: a46f11a6c218f74b08ffb3e33a25c2ce02ba6643
3131
include: |
3232
docs/**
33-
plugins: |
34-
@yuki-no/plugin-release-tracking@latest
33+
release-tracking: true

0 commit comments

Comments
 (0)