File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
24+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
2525
2626 - name : Initialize CodeQL
2727 uses : github/codeql-action/init@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v2.2.11
Original file line number Diff line number Diff line change 2929 fail-fast : false
3030 runs-on : ${{ matrix.os }}
3131 steps :
32- - uses : actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
32+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
3333 with :
3434 fetch-depth : 0
3535 - name : Use Node.js ${{ matrix.node-version }}
7979 name : Test Benchmark
8080 runs-on : ubuntu-latest
8181 steps :
82- - uses : actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
82+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
8383 - uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
8484 with :
8585 node-version : 18 # LTS
9696 name : Code Lint
9797 runs-on : ubuntu-latest
9898 steps :
99- - uses : actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
99+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
100100 - uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
101101 with :
102102 node-version : 18 # LTS
@@ -120,7 +120,7 @@ jobs:
120120 runs-on : ubuntu-latest
121121 if : ${{ github.event.pull_request }}
122122 steps :
123- - uses : actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
123+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
124124 with :
125125 fetch-depth : 0
126126 - uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
@@ -137,7 +137,7 @@ jobs:
137137 name : Verify Docs
138138 runs-on : ubuntu-latest
139139 steps :
140- - uses : actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
140+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
141141 - uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
142142 with :
143143 node-version : 18 # LTS
Original file line number Diff line number Diff line change 1515 name : Main
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
18+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
1919 with :
2020 fetch-depth : 0
2121 - uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
You can’t perform that action at this time.
0 commit comments