Skip to content

Commit f0e7b09

Browse files
authored
Use updated preflight action that uses logic in binary (#127)
1 parent abb3ae5 commit f0e7b09

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ on:
3636
PR_CREATE_TOKEN:
3737
required: false
3838
env:
39-
PIPELINES_CLI_VERSION: v0.40.0-rc10
40-
PIPELINES_ACTIONS_VERSION: ore/dev-927-rework-pipelines-status-update-action
39+
PIPELINES_CLI_VERSION: v0.40.0-rc11
40+
PIPELINES_ACTIONS_VERSION: main
4141
BOILERPLATE_VERSION: v0.5.16
4242
GRUNTWORK_INSTALLER_VERSION: v0.0.40
4343

.github/workflows/pipelines-root.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ on:
3838
required: false
3939

4040
env:
41-
PIPELINES_CLI_VERSION: v0.40.0-rc10
42-
PIPELINES_ACTIONS_VERSION: ore/dev-927-rework-pipelines-status-update-action
41+
PIPELINES_CLI_VERSION: v0.40.0-rc11
42+
PIPELINES_ACTIONS_VERSION: main
4343
BOILERPLATE_VERSION: v0.5.16
4444
GRUNTWORK_INSTALLER_VERSION: v0.0.40
4545

@@ -56,6 +56,8 @@ jobs:
5656
pipelines_orchestrate:
5757
name: Detect Infrastructure Changes
5858
runs-on: ${{ fromJSON(inputs.runner) }}
59+
env:
60+
JOB_NAME: "Detect Infrastructure Changes"
5961
steps:
6062
- name: Record workflow env vars
6163
env:

.github/workflows/pipelines-unlock.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ on:
4545
PIPELINES_READ_TOKEN:
4646
required: true
4747
env:
48-
PIPELINES_CLI_VERSION: v0.40.0-rc10
49-
PIPELINES_ACTIONS_VERSION: ore/dev-927-rework-pipelines-status-update-action
48+
PIPELINES_CLI_VERSION: v0.40.0-rc11
49+
PIPELINES_ACTIONS_VERSION: main
5050

5151
jobs:
5252
unlock_one:

.github/workflows/pipelines.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ on:
3636
required: false
3737

3838
env:
39-
PIPELINES_CLI_VERSION: v0.40.0-rc10
40-
PIPELINES_ACTIONS_VERSION: ore/dev-927-rework-pipelines-status-update-action
39+
PIPELINES_CLI_VERSION: v0.40.0-rc11
40+
PIPELINES_ACTIONS_VERSION: main
4141

4242
# GitHub Actions tends to hit resource exhaustion and kill running jobs
4343
# if we leave parallelism unbounded, so we set the max to 10 for a sane default.
@@ -47,6 +47,8 @@ jobs:
4747
pipelines_orchestrate:
4848
name: Detect Infrastructure Changes
4949
runs-on: ${{ fromJSON(inputs.runner) }}
50+
env:
51+
JOB_NAME: "Detect Infrastructure Changes"
5052
steps:
5153
- name: Record workflow env vars
5254
env:

0 commit comments

Comments
 (0)