From a2675918ae93f545dc34e70835b711bbf35e84b2 Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Wed, 27 Mar 2024 19:36:40 -0400 Subject: [PATCH] Sync internal change to GitHub --- .github/workflows/.aspect-workflows-reusable.yaml | 14 +++++++------- README.md | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/.aspect-workflows-reusable.yaml b/.github/workflows/.aspect-workflows-reusable.yaml index 819448d..ce7e5f1 100755 --- a/.github/workflows/.aspect-workflows-reusable.yaml +++ b/.github/workflows/.aspect-workflows-reusable.yaml @@ -1,7 +1,7 @@ # ================================================================================================== -# Aspect Workflows Reusable Workflow for GitHub Actions (v5.9.23) +# Aspect Workflows Reusable Workflow for GitHub Actions (v5.9.24) # -# https://github.com/marketplace/actions/aspect-workflows?version=5.9.23 +# https://github.com/marketplace/actions/aspect-workflows?version=5.9.24 # # 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/.aspect-workflows-reusable.yaml@5.9.23 +# uses: my-github-org/workflows-action/.github/workflows/.aspect-workflows-reusable.yaml@5.9.24 # ``` # ================================================================================================== -name: Aspect Workflows Reusable Workflow (v5.9.23) +name: Aspect Workflows Reusable Workflow (v5.9.24) on: # Makes this workflow reusable, see @@ -124,14 +124,14 @@ jobs: output_dir: ${{ fromJson(needs.setup.outputs.cfg).platform.directories.ARTIFACTS_DIR }} - name: Branch Freshness - uses: aspect-build/workflows-action@5.9.23 + uses: aspect-build/workflows-action@5.9.24 timeout-minutes: ${{ fromJson(needs.setup.outputs.cfg).workflows_config[matrix.job].branch_freshness_timeout }} with: workspace: ${{ fromJson(needs.setup.outputs.cfg).workflows_config[matrix.job].workspace }} task: branch_freshness - name: ${{ fromJson(needs.setup.outputs.cfg).workflows_config[matrix.job].name }} - uses: aspect-build/workflows-action@5.9.23 + uses: aspect-build/workflows-action@5.9.24 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: @@ -153,7 +153,7 @@ jobs: - name: Delivery Manifest if: fromJson(needs.setup.outputs.cfg).workflows_config[matrix.job].generate_manifest - uses: aspect-build/workflows-action@5.9.23 + uses: aspect-build/workflows-action@5.9.24 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 }} diff --git a/README.md b/README.md index 9b443c4..6d04359 100755 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ If you forked the repo to your org, then replace `my-org` with your org in this jobs: aspect-workflows: name: Aspect Workflows - uses: my-org/workflows-action/.github/workflows/.aspect-workflows-reusable.yaml@5.9.23 + uses: my-org/workflows-action/.github/workflows/.aspect-workflows-reusable.yaml@5.9.24 ``` If you vendored the file, then instead it will be: @@ -105,7 +105,7 @@ jobs: - name: Agent health checks run: /etc/aspect/workflows/bin/agent_health_check - name: Run Delivery - uses: aspect-build/workflows-action@5.9.23 + uses: aspect-build/workflows-action@5.9.24 with: task: delivery env: