|
16 | 16 | golangci-lint:
|
17 | 17 | runs-on: ubuntu-latest
|
18 | 18 | steps:
|
19 |
| - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
| 19 | + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 |
20 | 20 | - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
|
21 | 21 | with:
|
22 | 22 | go-version-file: 'go.mod'
|
|
29 | 29 | name: tfprotov5 (${{ matrix.os}}, Terraform ${{ matrix.terraform}})
|
30 | 30 | runs-on: ${{ matrix.os }}
|
31 | 31 | steps:
|
32 |
| - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
33 |
| - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
| 32 | + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 |
| 33 | + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 |
34 | 34 | with:
|
35 | 35 | path: terraform-provider-corner
|
36 | 36 | repository: hashicorp/terraform-provider-corner
|
|
62 | 62 | name: tfprotov6 (${{ matrix.os}}, Terraform ${{ matrix.terraform}})
|
63 | 63 | runs-on: ${{ matrix.os }}
|
64 | 64 | steps:
|
65 |
| - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
66 |
| - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
| 65 | + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 |
| 66 | + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 |
67 | 67 | with:
|
68 | 68 | path: terraform-provider-corner
|
69 | 69 | repository: hashicorp/terraform-provider-corner
|
|
94 | 94 | matrix:
|
95 | 95 | go-version: ['1.23', '1.22']
|
96 | 96 | steps:
|
97 |
| - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
| 97 | + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 |
98 | 98 | - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
|
99 | 99 | with:
|
100 | 100 | go-version: ${{ matrix.go-version }}
|
|
0 commit comments