File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 3030 matrix : ${{ steps.matrix.outputs.matrix }}
3131
3232 steps :
33- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
33+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3434 with :
3535 # Need this to be able to inquire about origin/master
3636 filter : blob:none # https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/
6262 fail-fast : false
6363
6464 steps :
65- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
65+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6666 with :
6767 # Need this to be able to inquire about origin/master
6868 filter : blob:none # https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/
@@ -132,7 +132,7 @@ jobs:
132132 - test
133133
134134 steps :
135- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
135+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
136136 - uses : ./.github/actions/setup-for-scripts
137137
138138 - name : Get suggestions dir
@@ -162,7 +162,7 @@ jobs:
162162 if : github.repository == 'DefinitelyTyped/DefinitelyTyped'
163163
164164 steps :
165- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
165+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
166166 - uses : ./.github/actions/setup-for-scripts
167167
168168 - run : pnpm tsc -p ./scripts
Original file line number Diff line number Diff line change 2121 if : github.repository == 'DefinitelyTyped/DefinitelyTyped'
2222
2323 steps :
24- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
24+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525 with :
2626 fetch-depth : 0
2727
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 if : github.repository == 'DefinitelyTyped/DefinitelyTyped'
1616 steps :
17- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
17+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1818 with :
1919 # Use a deploy key so that CI triggers on pushes; we want to know if formatting broke something.
2020 ssh-key : ${{ secrets.DEPLOY_KEY }}
Original file line number Diff line number Diff line change 2323 if : github.repository == 'DefinitelyTyped/DefinitelyTyped'
2424
2525 steps :
26- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
26+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727 - uses : ./.github/actions/setup-for-scripts
2828 - run : node ./scripts/ghostbuster.js > ${{ runner.temp }}/comment.md
2929 env :
4242 fi
4343
4444 - if : ${{ inputs.skipPR != 'true' }}
45- uses : peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0 .0
45+ uses : peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1 .0
4646 with :
4747 token : ${{ secrets.GITHUB_TOKEN }}
4848 commit-message : ' Remove contributors with deleted accounts #no-publishing-comment'
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 if : github.repository == 'DefinitelyTyped/DefinitelyTyped'
1313 steps :
14- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
14+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1515 - uses : ./.github/actions/setup-for-scripts
1616 - run : pnpm remark --frail . .github
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 if : ${{ github.repository == 'DefinitelyTyped/DefinitelyTyped' }}
1313 steps :
14- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
14+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1515 - uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
1616 with :
1717 node-version : ' 20'
Original file line number Diff line number Diff line change 2323 if : github.repository == 'DefinitelyTyped/DefinitelyTyped'
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
26+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727 - uses : ./.github/actions/setup-for-scripts
2828
2929 - name : Fetch TypeScript versions and release dates from npm
You can’t perform that action at this time.
0 commit comments