diff --git a/.github/workflows/.aspect-workflows-reusable.yaml b/.github/workflows/.aspect-workflows-reusable.yaml index d3b3919a..40553a2a 100644 --- 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.10.11) +# Aspect Workflows Reusable Workflow for GitHub Actions (v5.10.12) # -# https://github.com/marketplace/actions/aspect-workflows?version=5.10.11 +# https://github.com/marketplace/actions/aspect-workflows?version=5.10.12 # # 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.10.11 +# uses: my-github-org/workflows-action/.github/workflows/.aspect-workflows-reusable.yaml@5.10.12 # ``` # ================================================================================================== -name: Aspect Workflows Reusable Workflow (v5.10.11) +name: Aspect Workflows Reusable Workflow (v5.10.12) on: # Makes this workflow reusable, see @@ -124,7 +124,7 @@ jobs: output_dir: ${{ fromJson(needs.setup.outputs.cfg).platform.directories.ARTIFACTS_DIR }} - name: Checkout health - uses: aspect-build/workflows-action@5.10.11 + uses: aspect-build/workflows-action@5.10.12 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: @@ -132,7 +132,7 @@ jobs: task: checkout - name: ${{ fromJson(needs.setup.outputs.cfg).workflows_config[matrix.job].name }} - uses: aspect-build/workflows-action@5.10.11 + uses: aspect-build/workflows-action@5.10.12 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/workflows-action@5.10.11 + uses: aspect-build/workflows-action@5.10.12 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/.github/workflows/aspect-workflows-delivery.yaml b/.github/workflows/aspect-workflows-delivery.yaml index ef3b30b9..28c31c0c 100644 --- a/.github/workflows/aspect-workflows-delivery.yaml +++ b/.github/workflows/aspect-workflows-delivery.yaml @@ -38,7 +38,7 @@ jobs: - name: Agent health check run: ${ASPECT_WORKFLOWS_BIN_DIR}/agent_health_check - name: Run delivery - uses: aspect-build/workflows-action@5.10.11 + uses: aspect-build/workflows-action@5.10.12 with: task: delivery workspace: ${{ inputs.workspace }} diff --git a/.github/workflows/aspect-workflows-warming.yaml b/.github/workflows/aspect-workflows-warming.yaml index ac8f96ff..fe7e45af 100644 --- a/.github/workflows/aspect-workflows-warming.yaml +++ b/.github/workflows/aspect-workflows-warming.yaml @@ -22,7 +22,7 @@ jobs: - name: Agent health check run: ${ASPECT_WORKFLOWS_BIN_DIR}/agent_health_check - name: Create warming archive - uses: aspect-build/workflows-action@5.10.11 + uses: aspect-build/workflows-action@5.10.12 with: task: warming - name: Archive warming tars diff --git a/.github/workflows/deps.bzl b/.github/workflows/deps.bzl index 977dbd14..abd3d075 100644 --- a/.github/workflows/deps.bzl +++ b/.github/workflows/deps.bzl @@ -2,8 +2,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -ASPECT_WORKFLOWS_VERSION = "5.10.11" -ASPECT_WORKFLOWS_ACTION_INTEGRITY = "sha256-1nZ1pknuQ6vxfT4OoZjeMDT1UUqvwIYAOcl8R4jy6gQ=" +ASPECT_WORKFLOWS_VERSION = "5.10.12" +ASPECT_WORKFLOWS_ACTION_INTEGRITY = "sha256-LOm+hsAJ6H7vBo6yythu6Cwoy7y0oNvXBGTd/Iggx7I=" def aspect_workflows_github_actions_deps(): "Fetch deps needed for Aspect Workflows on GitHub Actions"