Skip to content

Commit 75da2e4

Browse files
Result of tsccr-helper -log-level=info gha update -latest .github/ (#1268)
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
1 parent cb36a25 commit 75da2e4

14 files changed

+28
-28
lines changed

.github/workflows/_testacc_boundary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: 0
3131
token: ${{ secrets.HCP_SDK_PIPELINE_TOKEN }}
3232
- name: Set up Go
33-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
33+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
3434
with:
3535
cache: true
3636
go-version-file: 'go.mod'
@@ -77,7 +77,7 @@ jobs:
7777
-html=testacc-boundary.out \
7878
-o testacc-boundary.html
7979
- name: Upload TestAcc Coverage Artifact
80-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
80+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8181
with:
8282
name: coverage-boundary
8383
path: testacc-boundary.html

.github/workflows/_testacc_consul.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fetch-depth: 0
3232
token: ${{ secrets.HCP_SDK_PIPELINE_TOKEN }}
3333
- name: Set up Go
34-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
34+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
3535
with:
3636
cache: true
3737
go-version-file: 'go.mod'
@@ -78,7 +78,7 @@ jobs:
7878
-html=testacc-consul.out \
7979
-o testacc-consul.html
8080
- name: Upload TestAcc Coverage Artifact
81-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
81+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8282
with:
8383
name: coverage-consul
8484
path: testacc-consul.html

.github/workflows/_testacc_iam.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fetch-depth: 0
3232
token: ${{ secrets.HCP_SDK_PIPELINE_TOKEN }}
3333
- name: Set up Go
34-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
34+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
3535
with:
3636
cache: true
3737
go-version-file: 'go.mod'
@@ -79,7 +79,7 @@ jobs:
7979
-html=testacc-iam.out \
8080
-o testacc-iam.html
8181
- name: Upload TestAcc Coverage Artifact
82-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
82+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8383
with:
8484
name: coverage-iam
8585
path: testacc-iam.html

.github/workflows/_testacc_packer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fetch-depth: 0
3434
token: ${{ secrets.HCP_SDK_PIPELINE_TOKEN }}
3535
- name: Set up Go
36-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
36+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
3737
with:
3838
cache: true
3939
go-version-file: 'go.mod'
@@ -100,7 +100,7 @@ jobs:
100100
-timeout=360m \
101101
-run=TestAcc_Packer.*
102102
- name: Upload TestAcc Coverage Artifact
103-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
103+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
104104
with:
105105
name: coverage-packer
106106
path: testacc-packer.html

.github/workflows/_testacc_platform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fetch-depth: 0
3434
token: ${{ secrets.HCP_SDK_PIPELINE_TOKEN }}
3535
- name: Set up Go
36-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
36+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
3737
with:
3838
cache: true
3939
go-version-file: 'go.mod'
@@ -101,7 +101,7 @@ jobs:
101101
-html=testacc-platform.out \
102102
-o testacc-platform.html
103103
- name: Upload TestAcc Coverage Artifact
104-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
104+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
105105
with:
106106
name: coverage-platform
107107
path: testacc-platform.html

.github/workflows/_testacc_vault.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: 0
3131
token: ${{ secrets.HCP_SDK_PIPELINE_TOKEN }}
3232
- name: Set up Go
33-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
33+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
3434
with:
3535
cache: true
3636
go-version-file: 'go.mod'
@@ -77,7 +77,7 @@ jobs:
7777
-html=testacc-vault.out \
7878
-o testacc-vault.html
7979
- name: Upload TestAcc Coverage Artifact
80-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
80+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8181
with:
8282
name: coverage-vault
8383
path: testacc-vault.html

.github/workflows/_testacc_vaultradar.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929
token: ${{ secrets.HCP_SDK_PIPELINE_TOKEN }}
3030
- name: Set up Go
31-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
31+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
3232
with:
3333
cache: true
3434
go-version-file: 'go.mod'
@@ -92,7 +92,7 @@ jobs:
9292
-html=testacc-vaultradar.out \
9393
-o testacc-vaultradar.html
9494
- name: Upload TestAcc Coverage Artifact
95-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
95+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
9696
with:
9797
name: coverage-vaultradar
9898
path: testacc-vaultradar.html

.github/workflows/_testacc_vaultsecrets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929
token: ${{ secrets.HCP_SDK_PIPELINE_TOKEN }}
3030
- name: Set up Go
31-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
31+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
3232
with:
3333
cache: true
3434
go-version-file: 'go.mod'
@@ -86,7 +86,7 @@ jobs:
8686
-html=testacc-vaultsecrets.out \
8787
-o testacc-vaultsecrets.html
8888
- name: Upload TestAcc Coverage Artifact
89-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
89+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
9090
with:
9191
name: coverage-vaultsecrets
9292
path: testacc-vaultsecrets.html

.github/workflows/_testacc_waypoint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929
token: ${{ secrets.HCP_SDK_PIPELINE_TOKEN }}
3030
- name: Set up Go
31-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
31+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
3232
with:
3333
cache: true
3434
go-version-file: 'go.mod'
@@ -75,7 +75,7 @@ jobs:
7575
-html=testacc-waypoint.out \
7676
-o testacc-waypoint.html
7777
- name: Upload TestAcc Coverage Artifact
78-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
78+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
7979
with:
8080
name: coverage-waypoint
8181
path: testacc-waypoint.html

.github/workflows/pr-stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
stale:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
10+
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
1111
with:
1212
ascending: true
1313
operations-per-run: 100

0 commit comments

Comments
 (0)