|
7 | 7 | runs-on: ubuntu-latest |
8 | 8 | steps: |
9 | 9 | # Checkout the npm/cli repo |
10 | | - - uses: actions/checkout@v2 |
| 10 | + - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 |
11 | 11 | - name: Use Node.js 14.x |
12 | | - uses: actions/setup-node@v1 |
| 12 | + uses: actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e # v1.4.6 |
13 | 13 | with: |
14 | 14 | node-version: 14.x |
15 | 15 | - name: Install dependencies |
|
24 | 24 | check_docs: |
25 | 25 | runs-on: ubuntu-latest |
26 | 26 | steps: |
27 | | - - uses: actions/checkout@v2 |
| 27 | + - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 |
28 | 28 | - name: Use Node.js 14.x |
29 | | - uses: actions/setup-node@v1 |
| 29 | + uses: actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e # v1.4.6 |
30 | 30 | with: |
31 | 31 | node-version: 14.x |
32 | 32 | - name: Install dependencies |
|
42 | 42 | runs-on: ubuntu-latest |
43 | 43 | steps: |
44 | 44 | # Checkout the npm/cli repo |
45 | | - - uses: actions/checkout@v2 |
| 45 | + - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 |
46 | 46 | - name: Use Node.js 14.x |
47 | | - uses: actions/setup-node@v1 |
| 47 | + uses: actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e # v1.4.6 |
48 | 48 | with: |
49 | 49 | node-version: 14.x |
50 | 50 | - name: Install dependencies |
@@ -76,11 +76,11 @@ jobs: |
76 | 76 |
|
77 | 77 | steps: |
78 | 78 | # Checkout the npm/cli repo |
79 | | - - uses: actions/checkout@v2 |
| 79 | + - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 |
80 | 80 |
|
81 | 81 | # Installs the specific version of Node.js |
82 | 82 | - name: Use Node.js ${{ matrix.node-version }} |
83 | | - uses: actions/setup-node@v1 |
| 83 | + uses: actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e # v1.4.6 |
84 | 84 | with: |
85 | 85 | node-version: ${{ matrix.node-version }} |
86 | 86 |
|
@@ -118,11 +118,11 @@ jobs: |
118 | 118 |
|
119 | 119 | steps: |
120 | 120 | # Checkout the npm/cli repo |
121 | | - - uses: actions/checkout@v2 |
| 121 | + - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 |
122 | 122 |
|
123 | 123 | # Installs the specific version of Node.js |
124 | 124 | - name: Use Node.js ${{ matrix.node-version }} |
125 | | - uses: actions/setup-node@v1 |
| 125 | + uses: actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e # v1.4.6 |
126 | 126 | with: |
127 | 127 | node-version: ${{ matrix.node-version }} |
128 | 128 |
|
@@ -159,11 +159,11 @@ jobs: |
159 | 159 |
|
160 | 160 | steps: |
161 | 161 | # Checkout the npm/cli repo |
162 | | - - uses: actions/checkout@v2 |
| 162 | + - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 |
163 | 163 |
|
164 | 164 | # Installs the specific version of Node.js |
165 | 165 | - name: Use Node.js ${{ matrix.node-version }} |
166 | | - uses: actions/setup-node@v1 |
| 166 | + uses: actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e # v1.4.6 |
167 | 167 | with: |
168 | 168 | node-version: ${{ matrix.node-version }} |
169 | 169 |
|
|
0 commit comments