|
15 | 15 | runs-on: ubuntu-latest |
16 | 16 | steps: |
17 | 17 | - name: Checkout Repo |
18 | | - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
| 18 | + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 |
19 | 19 | - name: Setup Go |
20 | 20 | uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 |
21 | 21 | with: |
|
38 | 38 | needs: [setup-environment] |
39 | 39 | steps: |
40 | 40 | - name: Checkout Repo |
41 | | - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
| 41 | + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 |
42 | 42 | - name: Setup Go |
43 | 43 | uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 |
44 | 44 | with: |
|
62 | 62 | timeout-minutes: 30 |
63 | 63 | steps: |
64 | 64 | - name: Checkout Repo |
65 | | - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
| 65 | + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 |
66 | 66 | - name: Setup Go |
67 | 67 | uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 |
68 | 68 | with: |
|
87 | 87 | needs: [setup-environment] |
88 | 88 | steps: |
89 | 89 | - name: Checkout Repo |
90 | | - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
| 90 | + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 |
91 | 91 | - name: Setup Go |
92 | 92 | uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 |
93 | 93 | with: |
@@ -150,7 +150,7 @@ jobs: |
150 | 150 | - name: Run vmmeter |
151 | 151 | uses: self-actuated/vmmeter-action@v1 |
152 | 152 | - name: Checkout Repo |
153 | | - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
| 153 | + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 |
154 | 154 | - name: Setup Go |
155 | 155 | uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 |
156 | 156 | with: |
@@ -194,7 +194,7 @@ jobs: |
194 | 194 | needs: [setup-environment] |
195 | 195 | steps: |
196 | 196 | - name: Checkout Repo |
197 | | - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
| 197 | + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 |
198 | 198 | - name: Setup Go |
199 | 199 | uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 |
200 | 200 | with: |
@@ -263,7 +263,7 @@ jobs: |
263 | 263 |
|
264 | 264 | steps: |
265 | 265 | - name: Checkout Repo |
266 | | - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
| 266 | + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 |
267 | 267 | - name: Setup Go |
268 | 268 | uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 |
269 | 269 | with: |
|
0 commit comments