Skip to content

Commit 44de609

Browse files
ci(deps): update terraform-ibm-modules/common-pipeline-assets action to v1.12.2 (#196)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
1 parent 24b7e21 commit 44de609

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

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

1515
jobs:
1616
call-terraform-ci-pipeline:
17-
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-terraform-module-ci.yml@v1.9.1
17+
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-terraform-module-ci.yml@v1.12.2
1818
secrets: inherit
1919
with:
2020
craSCCv2: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ on:
1313
jobs:
1414
call-terraform-release-pipeline:
1515
if: ${{ github.event_name == 'workflow_dispatch' || (github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success') }}
16-
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-release.yml@v1.9.1
16+
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-release.yml@v1.12.2
1717
secrets: inherit

0 commit comments

Comments
 (0)