File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-20.04
2323 name : Benchmark TypeScript Types
2424 steps :
25- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
25+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2626 with :
2727 fetch-depth : 0
2828 - name : Setup node
Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
24+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2525
2626 # Initializes the CodeQL tools for scanning.
2727 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2828 runs-on : ubuntu-latest
2929 name : Lint Markdown files
3030 steps :
31- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
31+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
3232
3333 - name : Setup node
3434 uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
4848 runs-on : ubuntu-20.04
4949 name : Test Generating Docs
5050 steps :
51- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
51+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
5252 - run : git fetch --depth=1 --tags # download all tags for documentation
5353
5454 - name : Setup node
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 name : Lint JS-Files
2424 steps :
25- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
25+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2626
2727 - name : Setup node
2828 uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
5757 MONGOMS_VERSION : ${{ matrix.mongodb }}
5858 MONGOMS_PREFER_GLOBAL_PATH : 1
5959 steps :
60- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
60+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
6161
6262 - name : Setup node
6363 uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
9292 MONGOMS_VERSION : 6.0.4
9393 MONGOMS_PREFER_GLOBAL_PATH : 1
9494 steps :
95- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
95+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
9696 - name : Setup node
9797 uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
9898 with :
@@ -118,7 +118,7 @@ jobs:
118118 runs-on : ubuntu-latest
119119 name : Replica Set tests
120120 steps :
121- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
121+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
122122 - name : Setup node
123123 uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
124124 with :
@@ -135,6 +135,6 @@ jobs:
135135 contents : read
136136 steps :
137137 - name : Check out repo
138- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
138+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
139139 - name : Dependency review
140140 uses : actions/dependency-review-action@v3
Original file line number Diff line number Diff line change 1515 if : github.repository == 'Automattic/mongoose'
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
18+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
1919 - name : Setup node
2020 uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
2121 with :
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 name : Lint TS-Files
2424 steps :
25- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
25+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2626
2727 - name : Setup node
2828 uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
4040 runs-on : ubuntu-latest
4141 name : Test Typescript Types
4242 steps :
43- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
43+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
4444
4545 - name : Setup node
4646 uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
You can’t perform that action at this time.
0 commit comments