|
38 | 38 | steps:
|
39 | 39 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
40 | 40 | - id: setup-go
|
41 |
| - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 |
| 41 | + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 |
42 | 42 | with:
|
43 | 43 | go-version-file: .go-version
|
44 | 44 | - name: go mod download all
|
@@ -78,11 +78,11 @@ jobs:
|
78 | 78 | - build-pre-checks
|
79 | 79 | steps:
|
80 | 80 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
81 |
| - - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 |
| 81 | + - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 |
82 | 82 | with:
|
83 | 83 | go-version-file: .go-version
|
84 | 84 | - run: make ci-test
|
85 |
| - - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 |
| 85 | + - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 |
86 | 86 | with:
|
87 | 87 | node-version: '20'
|
88 | 88 | - run: npm install -g bats@${BATS_VERSION}
|
@@ -127,7 +127,7 @@ jobs:
|
127 | 127 | - name: Checkout
|
128 | 128 | uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
129 | 129 | - name: Setup go
|
130 |
| - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 |
| 130 | + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 |
131 | 131 | with:
|
132 | 132 | go-version-file: .go-version
|
133 | 133 | - name: Build binary
|
@@ -331,7 +331,7 @@ jobs:
|
331 | 331 | helm repo add hashicorp https://helm.releases.hashicorp.com
|
332 | 332 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
333 | 333 | - name: Setup go
|
334 |
| - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 |
| 334 | + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 |
335 | 335 | with:
|
336 | 336 | go-version-file: .go-version
|
337 | 337 | - name: Run tests
|
@@ -383,7 +383,7 @@ jobs:
|
383 | 383 | helm repo add hashicorp https://helm.releases.hashicorp.com
|
384 | 384 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
385 | 385 | - name: Setup go
|
386 |
| - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 |
| 386 | + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 |
387 | 387 | with:
|
388 | 388 | go-version-file: .go-version
|
389 | 389 | - name: Run tests
|
|
0 commit comments