|
17 | 17 | name: Check & Lint |
18 | 18 | runs-on: ubuntu-latest |
19 | 19 | steps: |
20 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
21 | | - - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 |
| 20 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 21 | + - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
22 | 22 | with: |
23 | 23 | path: | |
24 | 24 | ~/.cargo/registry/index/ |
|
48 | 48 | name: Test |
49 | 49 | runs-on: ubuntu-latest |
50 | 50 | steps: |
51 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
52 | | - - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 |
| 51 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 52 | + - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
53 | 53 | with: |
54 | 54 | path: | |
55 | 55 | ~/.cargo/registry/index/ |
|
69 | 69 | name: Code Coverage |
70 | 70 | runs-on: ubuntu-latest |
71 | 71 | steps: |
72 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
73 | | - - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 |
| 72 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 73 | + - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
74 | 74 | with: |
75 | 75 | path: | |
76 | 76 | ~/.cargo/registry/index/ |
|
90 | 90 | - name: Coverage summary |
91 | 91 | run: cargo llvm-cov report --ignore-filename-regex 'main\.rs|auth/' |
92 | 92 | - name: Upload coverage artifact |
93 | | - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 |
| 93 | + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 |
94 | 94 | with: |
95 | 95 | name: coverage-report |
96 | 96 | path: lcov.info |
|
99 | 99 | name: Cross Compile (Linux) |
100 | 100 | runs-on: ubuntu-latest |
101 | 101 | steps: |
102 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
103 | | - - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 |
| 102 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 103 | + - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
104 | 104 | with: |
105 | 105 | path: | |
106 | 106 | ~/.cargo/registry/index/ |
@@ -148,8 +148,8 @@ jobs: |
148 | 148 | name: Cross Compile (macOS) |
149 | 149 | runs-on: macos-latest |
150 | 150 | steps: |
151 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
152 | | - - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 |
| 151 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 152 | + - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
153 | 153 | with: |
154 | 154 | path: | |
155 | 155 | ~/.cargo/registry/index/ |
@@ -193,8 +193,8 @@ jobs: |
193 | 193 | run: |
194 | 194 | shell: bash |
195 | 195 | steps: |
196 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
197 | | - - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 |
| 196 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 197 | + - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
198 | 198 | with: |
199 | 199 | path: | |
200 | 200 | ~/.cargo/registry/index/ |
@@ -224,8 +224,8 @@ jobs: |
224 | 224 | name: WASM (WASI + Browser) |
225 | 225 | runs-on: ubuntu-latest |
226 | 226 | steps: |
227 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
228 | | - - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 |
| 227 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 228 | + - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
229 | 229 | with: |
230 | 230 | path: | |
231 | 231 | ~/.cargo/registry/index/ |
|
0 commit comments