File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ jobs:
2323 runs-on : ${{ matrix.os }}
2424
2525 steps :
26- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
26+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2727 - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2828 with :
2929 node-version : " 20.x"
30- - uses : pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
30+ - uses : pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
3131
3232 - run : pnpm install
3333
@@ -74,13 +74,13 @@ jobs:
7474 name : changesets
7575 runs-on : ubuntu-latest
7676 steps :
77- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
77+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
7878 with :
7979 fetch-depth : 0
8080 - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
8181 with :
8282 node-version : ' lts/*'
83- - uses : pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
83+ - uses : pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
8484
8585 - run : pnpm install
8686
Original file line number Diff line number Diff line change 4040
4141 steps :
4242 - name : Checkout repository
43- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
43+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
4444
4545 # Initializes the CodeQL tools for scanning.
4646 - name : Initialize CodeQL
Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ jobs:
2727 if : github.repository == 'microsoft/TypeScript-Website'
2828
2929 steps :
30- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
30+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3131 with :
3232 # Fetch the full history, to build attribution.json
3333 fetch-depth : 0
3434 - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3535 with :
3636 node-version : " 20.x"
3737
38- - uses : pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
38+ - uses : pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
3939
4040 # Builds the modules, and boostraps the other modules
4141 - name : Build website
Original file line number Diff line number Diff line change 1212 contents : write
1313
1414 steps :
15- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
15+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
1616 - run : |
1717 if [[ $(git log --format="%H" --since "50 days" | head -c1 | wc -c) == 0 ]]; then
1818 git config user.email "290192711+typescript-automation[bot]@users.noreply.github.com"
Original file line number Diff line number Diff line change 2020 if : github.repository == 'microsoft/TypeScript-Website'
2121
2222 steps :
23- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
23+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2424 with :
2525 fetch-depth : 0
2626 filter : blob:none
2929 with :
3030 node-version : " 20.x"
3131 registry-url : " https://registry.npmjs.org/"
32- - uses : pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
32+ - uses : pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
3333
3434 - name : Prepare website v2
3535 run : |
You can’t perform that action at this time.
0 commit comments