generated from bazel-contrib/rules-template
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade Aspect Workflows 5.10.9
- Loading branch information
1 parent
ded1737
commit a72a339
Showing
4 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# ================================================================================================== | ||
# Aspect Workflows Reusable Workflow for GitHub Actions (v5.10.8) | ||
# Aspect Workflows Reusable Workflow for GitHub Actions (v5.10.9) | ||
# | ||
# https://github.com/marketplace/actions/aspect-workflows?version=5.10.8 | ||
# https://github.com/marketplace/actions/aspect-workflows?version=5.10.9 | ||
# | ||
# At this time, GitHub Actions does not allow referencing reusable workflows from public | ||
# repositories in other organizations. See | ||
|
@@ -37,10 +37,10 @@ | |
# jobs: | ||
# aspect-workflows: | ||
# name: Aspect Workflows | ||
# uses: my-github-org/workflows-action/.github/workflows/[email protected].8 | ||
# uses: my-github-org/workflows-action/.github/workflows/[email protected].9 | ||
# ``` | ||
# ================================================================================================== | ||
name: Aspect Workflows Reusable Workflow (v5.10.8) | ||
name: Aspect Workflows Reusable Workflow (v5.10.9) | ||
|
||
on: | ||
# Makes this workflow reusable, see | ||
|
@@ -124,15 +124,15 @@ jobs: | |
output_dir: ${{ fromJson(needs.setup.outputs.cfg).platform.directories.ARTIFACTS_DIR }} | ||
|
||
- name: Checkout health | ||
uses: aspect-build/[email protected].8 | ||
uses: aspect-build/[email protected].9 | ||
timeout-minutes: ${{ fromJson(needs.setup.outputs.cfg).workflows_config[matrix.job].checkout_task_timeout }} | ||
if: fromJson(needs.setup.outputs.cfg).workflows_config[matrix.job].has_checkout_task | ||
with: | ||
workspace: ${{ fromJson(needs.setup.outputs.cfg).workflows_config[matrix.job].workspace }} | ||
task: checkout | ||
|
||
- name: ${{ fromJson(needs.setup.outputs.cfg).workflows_config[matrix.job].name }} | ||
uses: aspect-build/[email protected].8 | ||
uses: aspect-build/[email protected].9 | ||
env: ${{ inputs.inherited_secrets != '' && fromJson(steps.process_secrets.outputs.filtered_secrets) || fromJson('{}') }} | ||
timeout-minutes: ${{ fromJson(needs.setup.outputs.cfg).workflows_config[matrix.job].timeout_in_minutes }} | ||
with: | ||
|
@@ -154,7 +154,7 @@ jobs: | |
|
||
- name: Delivery manifest | ||
if: fromJson(needs.setup.outputs.cfg).workflows_config[matrix.job].generate_manifest | ||
uses: aspect-build/[email protected].8 | ||
uses: aspect-build/[email protected].9 | ||
timeout-minutes: ${{ fromJson(needs.setup.outputs.cfg).workflows_config[matrix.job].delivery_manifest_timout }} | ||
with: | ||
workspace: ${{ fromJson(needs.setup.outputs.cfg).workflows_config[matrix.job].workspace }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ jobs: | |
- name: Agent health check | ||
run: ${ASPECT_WORKFLOWS_BIN_DIR}/agent_health_check | ||
- name: Run delivery | ||
uses: aspect-build/[email protected].0-rc1 | ||
uses: aspect-build/[email protected].9 | ||
with: | ||
task: delivery | ||
workspace: ${{ inputs.workspace }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
- name: Agent health check | ||
run: ${ASPECT_WORKFLOWS_BIN_DIR}/agent_health_check | ||
- name: Create warming archive | ||
uses: aspect-build/[email protected].0-rc1 | ||
uses: aspect-build/[email protected].9 | ||
with: | ||
task: warming | ||
- name: Archive warming tars | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters