Skip to content

Commit 0f1f573

Browse files
build(deps): bump the github-actions-breaking group with 2 updates (#37705)
Bumps the github-actions-breaking group with 2 updates: [actions/setup-go](https://github.com/actions/setup-go) and [actions/github-script](https://github.com/actions/github-script). Updates `actions/setup-go` from 5.5.0 to 6.0.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@d35c59a...4469467) Updates `actions/github-script` from 7.0.1 to 8.0.0 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@60a0d83...ed59741) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-breaking - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-breaking ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d11bdf6 commit 0f1f573

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

.github/workflows/build-terraform-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
name: Terraform ${{ inputs.goos }} ${{ inputs.goarch }} v${{ inputs.product-version }}
3939
steps:
4040
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
41-
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
41+
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
4242
with:
4343
go-version: ${{ inputs.go-version }}
4444
- name: Build Terraform

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
192192

193193
- name: Install Go toolchain
194-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
194+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
195195
with:
196196
go-version: ${{ needs.get-go-version.outputs.go-version }}
197197

@@ -301,7 +301,7 @@ jobs:
301301

302302
steps:
303303
- name: Install Go toolchain
304-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
304+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
305305
with:
306306
go-version: ${{ needs.get-go-version.outputs.go-version }}
307307
- name: Download Terraform CLI package

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
ref: ${{ github.ref }} # Ref refers to the target branch of this PR
5858

5959
- name: "Check for changelog entry"
60-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
60+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
6161
with:
6262
script: |
6363
const fs = require("fs");

.github/workflows/checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: ./.github/actions/go-version
4949

5050
- name: Install Go toolchain
51-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
51+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
5252
with:
5353
go-version: ${{ steps.go.outputs.version }}
5454
cache-dependency-path: go.sum
@@ -73,7 +73,7 @@ jobs:
7373
uses: ./.github/actions/go-version
7474

7575
- name: Install Go toolchain
76-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
76+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
7777
with:
7878
go-version: ${{ steps.go.outputs.version }}
7979
cache-dependency-path: go.sum
@@ -101,7 +101,7 @@ jobs:
101101
uses: ./.github/actions/go-version
102102

103103
- name: Install Go toolchain
104-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
104+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
105105
with:
106106
go-version: ${{ steps.go.outputs.version }}
107107
cache-dependency-path: go.sum
@@ -125,7 +125,7 @@ jobs:
125125
uses: ./.github/actions/go-version
126126

127127
- name: Install Go toolchain
128-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
128+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
129129
with:
130130
go-version: ${{ steps.go.outputs.version }}
131131
cache-dependency-path: go.sum

.github/workflows/equivalence-test-diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: ./.github/actions/go-version
3030

3131
- name: Install Go toolchain
32-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
32+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
3333
with:
3434
go-version: ${{ steps.go.outputs.version }}
3535
cache-dependency-path: go.sum

.github/workflows/equivalence-test-manual-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: ./.github/actions/go-version
3939

4040
- name: Install Go toolchain
41-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
41+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
4242
with:
4343
go-version: ${{ steps.go.outputs.version }}
4444
cache-dependency-path: go.sum

.github/workflows/equivalence-test-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: ./.github/actions/go-version
5454

5555
- name: Install Go toolchain
56-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
56+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
5757
with:
5858
go-version: ${{ steps.go.outputs.version }}
5959
cache-dependency-path: go.sum

0 commit comments

Comments
 (0)