Skip to content

Commit f59e7c8

Browse files
authored
Use updated preflight action and binary (#165)
* Use updated preflight action and binary * Fix actions version
1 parent 21c6262 commit f59e7c8

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ on:
3636
description: "Override where we fetch pipelines from, used for internal testing"
3737
pipelines_cli_version:
3838
type: string
39-
default: "v0.40.1"
39+
default: "v0.40.2"
4040
description: "For Gruntwork internal testing - the version of the pipelines CLI to use"
4141
pipelines_actions_ref:
4242
type: string
43-
default: "v4.0.0"
43+
default: "v4.1.0"
4444
description: "For Gruntwork internal testing - the ref of the pipelines actions to use"
4545
pipelines_credentials_ref:
4646
type: string

.github/workflows/pipelines-root.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ on:
3030
description: "Override where we fetch pipelines from, used for internal testing"
3131
pipelines_cli_version:
3232
type: string
33-
default: "v0.40.1"
33+
default: "v0.40.2"
3434
description: "For Gruntwork internal testing - the version of the pipelines CLI to use"
3535
pipelines_actions_ref:
3636
type: string
37-
default: "v4.0.0"
37+
default: "v4.1.0"
3838
description: "For Gruntwork internal testing - the ref of the pipelines actions to use"
3939
pipelines_credentials_ref:
4040
type: string
@@ -168,7 +168,6 @@ jobs:
168168
- name: Preflight Checks
169169
uses: ./pipelines-actions/.github/actions/pipelines-preflight-action
170170
with:
171-
IS_ROOT: "true"
172171
PIPELINES_READ_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }}
173172
INFRA_ROOT_WRITE_TOKEN: ${{ steps.pipelines-infra-root-write-token.outputs.PIPELINES_TOKEN }}
174173
ORG_REPO_ADMIN_TOKEN: ${{ steps.pipelines-org-repo-admin-token.outputs.PIPELINES_TOKEN }}

.github/workflows/pipelines-unlock.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ on:
4747
description: "Override where we fetch pipelines from, used for internal testing"
4848
pipelines_cli_version:
4949
type: string
50-
default: "v0.40.1"
50+
default: "v0.40.2"
5151
description: "For Gruntwork internal testing - the version of the pipelines CLI to use"
5252
pipelines_actions_ref:
5353
type: string
54-
default: "v4.0.0"
54+
default: "v4.1.0"
5555
description: "For Gruntwork internal testing - the ref of the pipelines actions to use"
5656
pipelines_credentials_ref:
5757
type: string

.github/workflows/pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ on:
3030
description: "Override where we fetch pipelines from, used for internal testing"
3131
pipelines_cli_version:
3232
type: string
33-
default: "v0.40.1"
33+
default: "v0.40.2"
3434
description: "For Gruntwork internal testing - the version of the pipelines CLI to use"
3535
pipelines_actions_ref:
3636
type: string
37-
default: "v4.0.0"
37+
default: "v4.1.0"
3838
description: "For Gruntwork internal testing - the ref of the pipelines actions to use"
3939
pipelines_credentials_ref:
4040
type: string

0 commit comments

Comments
 (0)