Skip to content

Commit 97ff994

Browse files
committed
uptick actions and fix inputs
1 parent 2d0309e commit 97ff994

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/pipelines-drift-detection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ on:
4444
description: "Repository to fetch pipelines actions from (e.g. use your org/repo for self-hosted)"
4545
pipelines_actions_ref:
4646
type: string
47-
default: "v4.6.0"
47+
default: "v4.7.0"
4848
description: "For Gruntwork internal testing - the ref of the pipelines actions to use"
4949
pipelines_credentials_repo:
5050
type: string

.github/workflows/pipelines-root.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ on:
3838
description: "Repository to fetch pipelines actions from (e.g. use your org/repo for self-hosted)"
3939
pipelines_actions_ref:
4040
type: string
41-
default: "v4.6.0"
41+
default: "v4.7.0"
4242
description: "For Gruntwork internal testing - the ref of the pipelines actions to use"
4343
pipelines_actions_customizations_repo:
4444
type: string
@@ -593,9 +593,11 @@ jobs:
593593

594594
# To learn more about customizing Pipelines see our documentation at https://docs.gruntwork.io/pipelines/maintain/extending/
595595
- name: "Post access control account custom action"
596-
uses: ./pipelines-actions/.github/custom-actions/post-access-control-account
596+
uses: ./${{ env.PIPELINES_ACTIONS_CUSTOMIZATIONS_PATH }}/.github/custom-actions/post-access-control-account
597597
with:
598598
job: ${{ toJson(fromJson(needs.pipelines_orchestrate.outputs.pipelines_jobs)[0]) }}
599+
account_names: ${{ join(fromJson(needs.pipelines_orchestrate.outputs.pipelines_jobs)[0].NewAccounts.*.Name, ',') }}
600+
access_control_repo_dir: ${{ steps.access_control_account.outputs.access_control_repo_dir }}
599601
PIPELINES_GRUNTWORK_READ_TOKEN: ${{ fromJson(steps.pipelines-tokens.outputs.tokens_json).gruntwork_read }}
600602
PIPELINES_CUSTOMER_ORG_READ_TOKEN: ${{ fromJson(steps.pipelines-tokens.outputs.tokens_json).customer_org_read }}
601603
ORG_REPO_ADMIN_TOKEN: ${{ fromJson(steps.pipelines-tokens.outputs.tokens_json).org_repo_admin }}
@@ -605,6 +607,7 @@ jobs:
605607
uses: ./pipelines-actions/.github/actions/pipelines-access-control-new-pr-action
606608
with:
607609
job: ${{ toJson(fromJson(needs.pipelines_orchestrate.outputs.pipelines_jobs)[0]) }}
610+
access_control_repo_dir: ${{ steps.access_control_account.outputs.access_control_repo_dir }}
608611
PIPELINES_GRUNTWORK_READ_TOKEN: ${{ fromJson(steps.pipelines-tokens.outputs.tokens_json).gruntwork_read }}
609612
PIPELINES_CUSTOMER_ORG_READ_TOKEN: ${{ fromJson(steps.pipelines-tokens.outputs.tokens_json).customer_org_read }}
610613
ORG_REPO_ADMIN_TOKEN: ${{ fromJson(steps.pipelines-tokens.outputs.tokens_json).org_repo_admin }}

.github/workflows/pipelines-unlock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ on:
5555
description: "Repository to fetch pipelines actions from (e.g. use your org/repo for self-hosted)"
5656
pipelines_actions_ref:
5757
type: string
58-
default: "v4.6.0"
58+
default: "v4.7.0"
5959
description: "For Gruntwork internal testing - the ref of the pipelines actions to use"
6060
pipelines_credentials_repo:
6161
type: string

.github/workflows/pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ on:
3838
description: "Repository to fetch pipelines actions from (e.g. use your org/repo for self-hosted)"
3939
pipelines_actions_ref:
4040
type: string
41-
default: "v4.6.0"
41+
default: "v4.7.0"
4242
description: "For Gruntwork internal testing - the ref of the pipelines actions to use"
4343
pipelines_credentials_repo:
4444
type: string

0 commit comments

Comments
 (0)