From 55c0074db832ffd4ce944ddd2ea75c9fd6aee79b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 22:07:45 +0000 Subject: [PATCH 1/2] chore(deps): update actions/cache digest to 55cc834 --- .github/actions/artifact-cache/action.yml | 2 +- .github/workflows/agents-auto-pilot.yml | 2 +- .github/workflows/health-42-actionlint.yml | 4 ++-- .github/workflows/maint-52-validate-workflows.yml | 2 +- .github/workflows/reusable-10-ci-python.yml | 14 +++++++------- .github/workflows/reusable-agents-verifier.yml | 4 ++-- .../.github/actions/artifact-cache/action.yml | 2 +- .../.github/workflows/agents-auto-pilot.yml | 2 +- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/actions/artifact-cache/action.yml b/.github/actions/artifact-cache/action.yml index d4e65f351..9b88c83a6 100644 --- a/.github/actions/artifact-cache/action.yml +++ b/.github/actions/artifact-cache/action.yml @@ -59,7 +59,7 @@ runs: - name: Restore artifact cache id: restore - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: ${{ steps.prepare.outputs.artifact-path }} key: ${{ steps.prepare.outputs.cache-key }} diff --git a/.github/workflows/agents-auto-pilot.yml b/.github/workflows/agents-auto-pilot.yml index 986acb3b9..4e09ad429 100644 --- a/.github/workflows/agents-auto-pilot.yml +++ b/.github/workflows/agents-auto-pilot.yml @@ -222,7 +222,7 @@ jobs: - name: Cache pip (LLM requirements) if: steps.check_enabled.outputs.enabled == 'true' - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: | ~/.cache/pip diff --git a/.github/workflows/health-42-actionlint.yml b/.github/workflows/health-42-actionlint.yml index 4974c7c8d..ba1fd436d 100644 --- a/.github/workflows/health-42-actionlint.yml +++ b/.github/workflows/health-42-actionlint.yml @@ -84,7 +84,7 @@ jobs: - name: Restore cached actionlint id: actionlint-cache - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: ~/.cache/actionlint key: actionlint-${{ runner.os }}-${{ env.ACTIONLINT_VERSION }} @@ -103,7 +103,7 @@ jobs: - name: Restore cached reviewdog id: reviewdog-cache - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: ~/.cache/reviewdog key: reviewdog-${{ runner.os }}-${{ env.REVIEWDOG_VERSION }} diff --git a/.github/workflows/maint-52-validate-workflows.yml b/.github/workflows/maint-52-validate-workflows.yml index 7dcda8203..641db40e3 100644 --- a/.github/workflows/maint-52-validate-workflows.yml +++ b/.github/workflows/maint-52-validate-workflows.yml @@ -24,7 +24,7 @@ jobs: - name: Cache workflow linters id: cache-linters - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: ~/.local/bin key: workflow-linters-actionlint-1.7.3-yq-4.44.3 diff --git a/.github/workflows/reusable-10-ci-python.yml b/.github/workflows/reusable-10-ci-python.yml index 10cd531ff..e048833e4 100644 --- a/.github/workflows/reusable-10-ci-python.yml +++ b/.github/workflows/reusable-10-ci-python.yml @@ -467,7 +467,7 @@ jobs: - name: Cache uv artifacts if: ${{ inputs.cache }} - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: | ~/.cache/uv @@ -869,7 +869,7 @@ jobs: - name: Cache uv artifacts if: ${{ inputs.cache }} - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: | ~/.cache/uv @@ -1190,7 +1190,7 @@ jobs: - name: Cache uv artifacts if: ${{ inputs.cache }} - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: | ~/.cache/uv @@ -1403,7 +1403,7 @@ jobs: - name: Cache mypy state if: ${{ inputs.cache }} - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: ${{ inputs['working-directory'] || '.' }}/.mypy_cache key: >- @@ -1547,7 +1547,7 @@ jobs: - name: Cache uv artifacts if: ${{ inputs.cache }} - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: | ~/.cache/uv @@ -1853,7 +1853,7 @@ jobs: - name: Cache mypy state if: ${{ inputs.cache && inputs.typecheck && inputs['run-mypy'] }} - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: ${{ inputs['working-directory'] || '.' }}/.mypy_cache key: >- @@ -1867,7 +1867,7 @@ jobs: - name: Cache pytest state if: ${{ inputs.cache }} - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: ${{ inputs['working-directory'] || '.' }}/.pytest_cache key: >- diff --git a/.github/workflows/reusable-agents-verifier.yml b/.github/workflows/reusable-agents-verifier.yml index ef388d36a..f3d3753da 100644 --- a/.github/workflows/reusable-agents-verifier.yml +++ b/.github/workflows/reusable-agents-verifier.yml @@ -667,7 +667,7 @@ jobs: steps.context.outputs.should_run == 'true' && inputs.mode == 'evaluate' }} - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: | ~/.cache/pip @@ -976,7 +976,7 @@ jobs: steps.context.outputs.should_run == 'true' && inputs.mode == 'compare' }} - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: | ~/.cache/pip diff --git a/templates/consumer-repo/.github/actions/artifact-cache/action.yml b/templates/consumer-repo/.github/actions/artifact-cache/action.yml index d4e65f351..9b88c83a6 100644 --- a/templates/consumer-repo/.github/actions/artifact-cache/action.yml +++ b/templates/consumer-repo/.github/actions/artifact-cache/action.yml @@ -59,7 +59,7 @@ runs: - name: Restore artifact cache id: restore - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: ${{ steps.prepare.outputs.artifact-path }} key: ${{ steps.prepare.outputs.cache-key }} diff --git a/templates/consumer-repo/.github/workflows/agents-auto-pilot.yml b/templates/consumer-repo/.github/workflows/agents-auto-pilot.yml index 986acb3b9..4e09ad429 100644 --- a/templates/consumer-repo/.github/workflows/agents-auto-pilot.yml +++ b/templates/consumer-repo/.github/workflows/agents-auto-pilot.yml @@ -222,7 +222,7 @@ jobs: - name: Cache pip (LLM requirements) if: steps.check_enabled.outputs.enabled == 'true' - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: | ~/.cache/pip From 6b2664ae04c18eaa13a26dc42046937ea1318b84 Mon Sep 17 00:00:00 2001 From: Tim Stranske Date: Fri, 26 Jun 2026 18:14:01 -0500 Subject: [PATCH 2/2] test: refresh cache digest expectations --- .github/scripts/__tests__/artifact-cache.test.js | 2 +- agents/codex-1447.md | 2 +- tests/workflows/test_workflow_llm_installs.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/scripts/__tests__/artifact-cache.test.js b/.github/scripts/__tests__/artifact-cache.test.js index 646cc0a63..ebe4d1098 100644 --- a/.github/scripts/__tests__/artifact-cache.test.js +++ b/.github/scripts/__tests__/artifact-cache.test.js @@ -277,5 +277,5 @@ test('action metadata exposes required public inputs and outputs', () => { assert.match(metadata, /cache-hit:/); assert.match(metadata, /artifact-found:/); assert.match(metadata, /artifact-path:/); - assert.match(metadata, /actions\/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6/); + assert.match(metadata, /actions\/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6/); }); diff --git a/agents/codex-1447.md b/agents/codex-1447.md index b226447da..ee145ee3f 100644 --- a/agents/codex-1447.md +++ b/agents/codex-1447.md @@ -1,5 +1,5 @@ diff --git a/tests/workflows/test_workflow_llm_installs.py b/tests/workflows/test_workflow_llm_installs.py index bcf341c4f..b8a973c2a 100644 --- a/tests/workflows/test_workflow_llm_installs.py +++ b/tests/workflows/test_workflow_llm_installs.py @@ -24,7 +24,7 @@ "gpt-5.5": (0, 125, 0), "gpt-5.4": (0, 125, 0), } -ACTIONS_CACHE_V6_REF = "actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8" +ACTIONS_CACHE_V6_REF = "actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9" def _load_text(path: Path) -> str: