File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 autofix :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v5
8+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
99 - run : npm i -fg corepack && corepack enable
1010 - uses : actions/setup-node@v6
1111 with : { node-version: lts/*, cache: pnpm }
Original file line number Diff line number Diff line change 88 tests :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v5
11+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1212 - run : npm i -g --force corepack && corepack enable
1313 - uses : actions/setup-node@v6
1414 with : { node-version: lts/*, cache: pnpm }
@@ -17,18 +17,18 @@ jobs:
1717 - run : pnpm build
1818 - run : pnpm test:types
1919 - run : pnpm vitest --coverage
20- - uses : codecov/codecov-action@v5
20+ - uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
2121 with : { token: "${{ secrets.CODECOV_TOKEN }}" }
2222 publish :
2323 runs-on : ubuntu-latest
2424 permissions : { id-token: write, contents: read }
2525 needs : tests
2626 if : contains('refs/heads/main', github.ref) && github.event_name == 'push'
2727 steps :
28- - uses : actions/checkout@v5
28+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2929 with : { fetch-depth: 0 }
3030 - run : npm i -fg corepack && corepack enable
31- - uses : actions/setup-node@v5
31+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3232 with : { node-version: lts/*, cache: "pnpm" }
3333 - run : pnpm install
3434 - run : pnpm changelogen --bump --canary nightly
You can’t perform that action at this time.
0 commit comments