|
36 | 36 | go_path: ${{ steps.vars.outputs.go_path }} |
37 | 37 | steps: |
38 | 38 | - name: Checkout Repository |
39 | | - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1 |
| 39 | + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 |
40 | 40 |
|
41 | 41 | - name: Setup Golang Environment |
42 | 42 | uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0 |
|
58 | 58 | needs: vars |
59 | 59 | steps: |
60 | 60 | - name: Checkout Repository |
61 | | - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1 |
| 61 | + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 |
62 | 62 |
|
63 | 63 | - name: Setup Golang Environment |
64 | 64 | uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0 |
|
81 | 81 | needs: vars |
82 | 82 | steps: |
83 | 83 | - name: Checkout Repository |
84 | | - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1 |
| 84 | + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 |
85 | 85 | - name: Setup Node.js Environment |
86 | 86 | uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 |
87 | 87 | with: |
|
94 | 94 | needs: vars |
95 | 95 | steps: |
96 | 96 | - name: Checkout Repository |
97 | | - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1 |
| 97 | + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 |
98 | 98 | with: |
99 | 99 | fetch-depth: 0 |
100 | 100 |
|
@@ -157,7 +157,7 @@ jobs: |
157 | 157 | needs: [vars, binary] |
158 | 158 | steps: |
159 | 159 | - name: Checkout Repository |
160 | | - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1 |
| 160 | + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 |
161 | 161 | - name: Fetch Cached Artifacts |
162 | 162 | uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 |
163 | 163 | with: |
|
0 commit comments