Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit ed75937

Browse files
chore(deps): update ci dependencies (#112)
1 parent b8a7d46 commit ed75937

File tree

6 files changed

+16
-13
lines changed

6 files changed

+16
-13
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
call-terraform-ci-pipeline:
11-
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/[email protected].0
11+
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/[email protected].6
1212
secrets: inherit
1313
with:
1414
craSCCv2: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ on:
88

99
jobs:
1010
call-terraform-release-pipeline:
11-
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/[email protected].0
11+
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/[email protected].6
1212
secrets: inherit

tests/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.21.3
77
require (
88
github.com/gruntwork-io/terratest v0.46.11
99
github.com/stretchr/testify v1.8.4
10-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.29.0
10+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.29.1
1111
)
1212

1313
require (
@@ -20,8 +20,8 @@ require (
2020
github.com/IBM-Cloud/bluemix-go v0.0.0-20240212062122-3386b538a495 // indirect
2121
github.com/IBM-Cloud/power-go-client v1.5.9 // indirect
2222
github.com/IBM/cloud-databases-go-sdk v0.5.0 // indirect
23-
github.com/IBM/go-sdk-core/v5 v5.15.1 // indirect
24-
github.com/IBM/platform-services-go-sdk v0.59.0 // indirect
23+
github.com/IBM/go-sdk-core/v5 v5.15.2 // indirect
24+
github.com/IBM/platform-services-go-sdk v0.59.1 // indirect
2525
github.com/IBM/vpc-go-sdk v1.0.2 // indirect
2626
github.com/Microsoft/go-winio v0.6.1 // indirect
2727
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect

tests/go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,10 @@ github.com/IBM-Cloud/power-go-client v1.5.9/go.mod h1:ZJXBj6/gc5tszHMZMzm3MjPy79
196196
github.com/IBM/cloud-databases-go-sdk v0.5.0 h1:Bie6MnT1jLchQmtKVA20HHETTPdlOR+i11P2kJ55viM=
197197
github.com/IBM/cloud-databases-go-sdk v0.5.0/go.mod h1:nCIVfeZnhBYIiwByT959dFP4VWUeNLxomDYy63tTC6M=
198198
github.com/IBM/go-sdk-core/v5 v5.9.2/go.mod h1:YlOwV9LeuclmT/qi/LAK2AsobbAP42veV0j68/rlZsE=
199-
github.com/IBM/go-sdk-core/v5 v5.15.1 h1:XOzNZbBgnlxOGK1JMMBtZJYSVguK4TFPJiYutuzFmdA=
200-
github.com/IBM/go-sdk-core/v5 v5.15.1/go.mod h1:so2mbdIgSp6X8Zm/qLV+whdchTGgi04c3j4xFMsqlCc=
201-
github.com/IBM/platform-services-go-sdk v0.59.0 h1:FSRM3oKHxzShLCsIIb6Dl+JSaVOXpBWnfWFITJR6DDk=
202-
github.com/IBM/platform-services-go-sdk v0.59.0/go.mod h1:+U6Kg7o5u/Bh4ZkLxjymSgfdpVsaWAtsMtzhwclUry0=
199+
github.com/IBM/go-sdk-core/v5 v5.15.2 h1:b/lXZ2IGOAHmmSA/bJRCXMRWwi9+6F8bU8gHGy2w1hw=
200+
github.com/IBM/go-sdk-core/v5 v5.15.2/go.mod h1:ee+AZaB15yUwZigJdRCwZZ3u7HIvEQzxNUdxVpnJHY8=
201+
github.com/IBM/platform-services-go-sdk v0.59.1 h1:qyXJX1sNgbDDrXb5M9LrjMjCm2w9dkSEtBGAfZJlT0Y=
202+
github.com/IBM/platform-services-go-sdk v0.59.1/go.mod h1:cLKLn9Bd1YcTM/micLQmikjZDDQvRgfhdAHKOeulILg=
203203
github.com/IBM/vpc-go-sdk v1.0.2 h1:WhI1Cb8atA8glUdFg0SEUh9u8afjnKHxZAj9onQBi04=
204204
github.com/IBM/vpc-go-sdk v1.0.2/go.mod h1:42NO/XCXsyrYqpvtxoX5xwSEv/jBU1MKEoyaYkIUico=
205205
github.com/Microsoft/go-winio v0.5.2/go.mod h1:WpS1mjBmmwHBEWmogvA2mj8546UReBk4v8QkMxJ6pZY=
@@ -602,8 +602,8 @@ github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o
602602
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
603603
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
604604
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
605-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.29.0 h1:scc0ZJHBU1ce5wU+uhv+L0RBxdFxHfki4jBBj4lEox4=
606-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.29.0/go.mod h1:7+0glxdITdHEB/yfhMciTkYjPTbTdu0fl6SvzeTxC5g=
605+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.29.1 h1:J3YzQz9d2QuZh4vds05TRXmjIBoiSfhwcvzEdHpdX5w=
606+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.29.1/go.mod h1:ywlE6V9hcF//J4/dB5U/m4hHadlXva2oItQBeMmPaEA=
607607
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
608608
github.com/tmccombs/hcl2json v0.5.0 h1:cT2sXStOzKL06c8ZTf9vh+0N8GKGzV7+9RUaY5/iUP8=
609609
github.com/tmccombs/hcl2json v0.5.0/go.mod h1:B0ZpBthAKbQur6yZRKrtaqDmYLCvgnwHOBApE0faCpU=

tests/pr_test.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,10 @@ func TestRunCompleteUpgradeExample(t *testing.T) {
8282

8383
// Generate a 15 char long random string for the admin_pass
8484
randomBytes := make([]byte, 13)
85-
rand.Read(randomBytes)
85+
_, err := rand.Read(randomBytes)
86+
if err != nil {
87+
log.Fatal(err)
88+
}
8689
randomPass := "A1" + base64.URLEncoding.EncodeToString(randomBytes)[:13]
8790

8891
options := testhelper.TestOptionsDefaultWithVars(&testhelper.TestOptions{

0 commit comments

Comments
 (0)