|
16 | 16 | golangci-lint:
|
17 | 17 | runs-on: ubuntu-latest
|
18 | 18 | steps:
|
19 |
| - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 |
| 19 | + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 |
20 | 20 | - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
|
21 | 21 | with:
|
22 | 22 | go-version-file: 'go.mod'
|
|
29 | 29 | name: terraform-provider-corner (tfprotov5 / Terraform ${{ matrix.terraform}})
|
30 | 30 | runs-on: ubuntu-latest
|
31 | 31 | steps:
|
32 |
| - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 |
33 |
| - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 |
| 32 | + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 |
| 33 | + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 |
34 | 34 | with:
|
35 | 35 | path: terraform-provider-corner
|
36 | 36 | repository: hashicorp/terraform-provider-corner
|
|
55 | 55 | name: terraform-provider-corner (tfprotov6 / Terraform ${{ matrix.terraform}})
|
56 | 56 | runs-on: ubuntu-latest
|
57 | 57 | steps:
|
58 |
| - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 |
59 |
| - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 |
| 58 | + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 |
| 59 | + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 |
60 | 60 | with:
|
61 | 61 | path: terraform-provider-corner
|
62 | 62 | repository: hashicorp/terraform-provider-corner
|
|
81 | 81 | matrix:
|
82 | 82 | go-version: [ '1.22', '1.21' ]
|
83 | 83 | steps:
|
84 |
| - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 |
| 84 | + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 |
85 | 85 | - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
|
86 | 86 | with:
|
87 | 87 | go-version: ${{ matrix.go-version }}
|
|
0 commit comments