File tree Expand file tree Collapse file tree 14 files changed +28
-28
lines changed
Expand file tree Collapse file tree 14 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 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'
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
Original file line number Diff line number Diff line change 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'
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
Original file line number Diff line number Diff line change 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'
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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'
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
Original file line number Diff line number Diff line change 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'
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
Original file line number Diff line number Diff line change 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'
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
Original file line number Diff line number Diff line change 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'
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments