|
28 | 28 | outputs: |
29 | 29 | go-version: ${{ steps.get-go-version.outputs.go-version }} |
30 | 30 | steps: |
31 | | - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 |
| 31 | + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
32 | 32 | - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 |
33 | 33 | with: |
34 | 34 | go-version-file: 'go.mod' |
|
52 | 52 | product-prerelease-version: ${{ steps.set-product-version.outputs.prerelease-product-version }} |
53 | 53 | product-minor-version: ${{ steps.set-product-version.outputs.minor-product-version }} |
54 | 54 | steps: |
55 | | - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 |
| 55 | + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
56 | 56 | - name: Set variables |
57 | 57 | id: set-product-version |
58 | 58 | uses: hashicorp/actions-set-product-version@v2 |
|
67 | 67 | filepath: ${{ steps.generate-metadata-file.outputs.filepath }} |
68 | 68 | steps: |
69 | 69 | - name: "Checkout directory" |
70 | | - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 |
| 70 | + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
71 | 71 | - name: Generate metadata file |
72 | 72 | id: generate-metadata-file |
73 | 73 | uses: hashicorp/actions-generate-metadata@v1 |
|
85 | 85 | runs-on: ubuntu-latest |
86 | 86 | steps: |
87 | 87 | - name: "Checkout directory" |
88 | | - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 |
| 88 | + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
89 | 89 | with: |
90 | 90 | path: ${{ env.PKG_NAME }} |
91 | 91 | - name: "Copy manifest from checkout directory to a file with the desired name" |
@@ -137,7 +137,7 @@ jobs: |
137 | 137 |
|
138 | 138 | name: Go ${{ needs.get-go-version.outputs.go-version }} ${{ matrix.goos }} ${{ matrix.goarch }} build |
139 | 139 | steps: |
140 | | - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 |
| 140 | + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
141 | 141 | - uses: hashicorp/actions-go-build@v1 |
142 | 142 | env: |
143 | 143 | CGO_ENABLED: 0 |
|
0 commit comments