Skip to content

Commit 344b308

Browse files
Merge pull request #551 from hashicorp/dependabot/github_actions/actions-bf0acc0576
[chore] : Bump the actions group with 2 updates
2 parents aa02a21 + a7c1f46 commit 344b308

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/go-getter.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- "1.25"
2222
steps:
2323
- name: Setup go
24-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
24+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2525
with:
2626
go-version: ${{ matrix.go-version }}
2727

@@ -64,7 +64,7 @@ jobs:
6464
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.0.0
6565

6666
- name: Setup go
67-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
67+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
6868
with:
6969
go-version: "1.25" # Use latest for linting
7070

@@ -96,7 +96,7 @@ jobs:
9696
contents: read
9797
steps:
9898
- name: Setup go
99-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
99+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
100100
with:
101101
go-version: ${{ matrix.go-version }}
102102

@@ -122,7 +122,7 @@ jobs:
122122
run: go install gotest.tools/[email protected]
123123

124124
- name: Configure AWS Credentials
125-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
125+
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.0
126126
with:
127127
aws-region: us-east-1
128128
role-to-assume: arn:aws:iam::388664967494:role/hc-go-getter-test
@@ -166,7 +166,7 @@ jobs:
166166
run: git config --global core.autocrlf false
167167

168168
- name: Setup Go
169-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
169+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
170170
with:
171171
go-version: ${{ matrix.go-version }}
172172

@@ -189,7 +189,7 @@ jobs:
189189
run: go install gotest.tools/[email protected]
190190

191191
- name: Configure AWS Credentials
192-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
192+
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.0
193193
with:
194194
aws-region: us-east-1
195195
role-to-assume: arn:aws:iam::388664967494:role/hc-go-getter-test

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222
- name: Setup go
23-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
23+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2424
with:
2525
go-version: '^1.15'
2626
- name: Setup signore

0 commit comments

Comments
 (0)