Skip to content

Commit aecb1ec

Browse files
committed
Managed by Terraform: Update config.yml github workflow
1 parent adb581e commit aecb1ec

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build_plugin_binaries.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
container:
1818
image: docker.mirror.hashicorp.services/cimg/go:1.18
1919
steps:
20-
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
20+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
2121
- uses: "./.github/actions/build-and-persist-plugin-binary"
2222
with:
2323
GOOS: darwin
@@ -34,7 +34,7 @@ jobs:
3434
container:
3535
image: docker.mirror.hashicorp.services/cimg/go:1.18
3636
steps:
37-
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
37+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
3838
- uses: "./.github/actions/build-and-persist-plugin-binary"
3939
with:
4040
GOOS: freebsd
@@ -55,7 +55,7 @@ jobs:
5555
container:
5656
image: docker.mirror.hashicorp.services/cimg/go:1.18
5757
steps:
58-
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
58+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
5959
- uses: "./.github/actions/build-and-persist-plugin-binary"
6060
with:
6161
GOOS: linux
@@ -80,7 +80,7 @@ jobs:
8080
container:
8181
image: docker.mirror.hashicorp.services/cimg/go:1.18
8282
steps:
83-
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
83+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
8484
- uses: "./.github/actions/build-and-persist-plugin-binary"
8585
with:
8686
GOOS: netbsd
@@ -101,7 +101,7 @@ jobs:
101101
container:
102102
image: docker.mirror.hashicorp.services/cimg/go:1.18
103103
steps:
104-
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
104+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
105105
- uses: "./.github/actions/build-and-persist-plugin-binary"
106106
with:
107107
GOOS: openbsd
@@ -122,7 +122,7 @@ jobs:
122122
container:
123123
image: docker.mirror.hashicorp.services/cimg/go:1.18
124124
steps:
125-
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
125+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
126126
- uses: "./.github/actions/build-and-persist-plugin-binary"
127127
with:
128128
GOOS: solaris
@@ -135,7 +135,7 @@ jobs:
135135
container:
136136
image: docker.mirror.hashicorp.services/cimg/go:1.18
137137
steps:
138-
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
138+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
139139
- uses: "./.github/actions/build-and-persist-plugin-binary"
140140
with:
141141
GOOS: windows

0 commit comments

Comments
 (0)