From b91ddd9e42775024f49a9b819bb642b42c6e8af9 Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 09:20:18 +0000 Subject: [PATCH] Update GitHub Action `hashintel/.github` to a438cfc --- .github/workflows/housekeeping.yml | 2 +- .github/workflows/preflight.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/housekeeping.yml b/.github/workflows/housekeeping.yml index 784ffc2271a..5be707033b6 100644 --- a/.github/workflows/housekeeping.yml +++ b/.github/workflows/housekeeping.yml @@ -62,7 +62,7 @@ jobs: renovate: name: Dependencies - uses: hashintel/.github/.github/workflows/housekeeping-dependencies.yml@d76c83934e25cd960dd0b8424f8909ce6b7ad939 # main + uses: hashintel/.github/.github/workflows/housekeeping-dependencies.yml@a438cfcb14d76f46f0e119be68cfe81c8e9cf47c # main with: repoCache: ${{ inputs.repoCache || 'enabled' }} logLevel: ${{ inputs.logLevel || 'info' }} diff --git a/.github/workflows/preflight.yml b/.github/workflows/preflight.yml index a8e3dddfc6c..67c03dc55f0 100644 --- a/.github/workflows/preflight.yml +++ b/.github/workflows/preflight.yml @@ -14,7 +14,7 @@ jobs: permissions: contents: read pull-requests: write - uses: hashintel/.github/.github/workflows/preflight-dependencies.yml@d76c83934e25cd960dd0b8424f8909ce6b7ad939 # main + uses: hashintel/.github/.github/workflows/preflight-dependencies.yml@a438cfcb14d76f46f0e119be68cfe81c8e9cf47c # main labeler: name: Labeler @@ -33,10 +33,10 @@ jobs: name: Todo comments permissions: contents: read - uses: hashintel/.github/.github/workflows/preflight-todo-comments.yml@d76c83934e25cd960dd0b8424f8909ce6b7ad939 # main + uses: hashintel/.github/.github/workflows/preflight-todo-comments.yml@a438cfcb14d76f46f0e119be68cfe81c8e9cf47c # main pr-title: name: PR title permissions: contents: read - uses: hashintel/.github/.github/workflows/preflight-pr-title.yml@d76c83934e25cd960dd0b8424f8909ce6b7ad939 # main + uses: hashintel/.github/.github/workflows/preflight-pr-title.yml@a438cfcb14d76f46f0e119be68cfe81c8e9cf47c # main