|
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: terraform-provider-corner (tfprotov5 / Terraform ${{ matrix.terraform}}) |
30 | 30 | runs-on: ubuntu-latest |
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 |
|
55 | 55 | name: terraform-provider-corner (tfprotov6 / Terraform ${{ matrix.terraform}}) |
56 | 56 | runs-on: ubuntu-latest |
57 | 57 | steps: |
58 | | - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
59 | | - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
| 58 | + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 |
| 59 | + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 |
60 | 60 | with: |
61 | 61 | path: terraform-provider-corner |
62 | 62 | repository: hashicorp/terraform-provider-corner |
|
81 | 81 | matrix: |
82 | 82 | go-version: [ '1.23', '1.22' ] |
83 | 83 | steps: |
84 | | - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
| 84 | + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 |
85 | 85 | - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 |
86 | 86 | with: |
87 | 87 | go-version: ${{ matrix.go-version }} |
|
0 commit comments