From 91f37d92f81a148863732881c4e3eb024b73f096 Mon Sep 17 00:00:00 2001 From: "hash-dependencies[bot]" <313803700+hash-dependencies[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 16:21:35 +0000 Subject: [PATCH] Update GitHub Action `hashintel/.github` to 583b046 --- .github/workflows/housekeeping.yml | 2 +- .github/workflows/preflight-target.yml | 4 ++-- .github/workflows/preflight.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/housekeeping.yml b/.github/workflows/housekeeping.yml index 18796afd7..25a936280 100644 --- a/.github/workflows/housekeeping.yml +++ b/.github/workflows/housekeeping.yml @@ -65,7 +65,7 @@ jobs: actions: read contents: read id-token: write - uses: hashintel/.github/.github/workflows/housekeeping-dependencies.yml@b7a5d7f651c1d6a862d5dd97aa6164125bedb6c5 # main + uses: hashintel/.github/.github/workflows/housekeeping-dependencies.yml@583b0468f2033c884bc82281e8f9c48edf1daeb7 # main with: repoCache: ${{ inputs.repoCache || 'enabled' }} logLevel: ${{ inputs.logLevel || 'info' }} diff --git a/.github/workflows/preflight-target.yml b/.github/workflows/preflight-target.yml index 6040d7c6a..1e51aa132 100644 --- a/.github/workflows/preflight-target.yml +++ b/.github/workflows/preflight-target.yml @@ -16,10 +16,10 @@ jobs: permissions: contents: read pull-requests: write - uses: hashintel/.github/.github/workflows/preflight-dependencies.yml@69449a772a55c55a101d4fefdceb4024b6bc3107 # main + uses: hashintel/.github/.github/workflows/preflight-dependencies.yml@583b0468f2033c884bc82281e8f9c48edf1daeb7 # main pr-title: name: PR title permissions: contents: read - uses: hashintel/.github/.github/workflows/preflight-pr-title.yml@69449a772a55c55a101d4fefdceb4024b6bc3107 # main + uses: hashintel/.github/.github/workflows/preflight-pr-title.yml@583b0468f2033c884bc82281e8f9c48edf1daeb7 # main diff --git a/.github/workflows/preflight.yml b/.github/workflows/preflight.yml index 16edd89fd..28f1c5d36 100644 --- a/.github/workflows/preflight.yml +++ b/.github/workflows/preflight.yml @@ -13,10 +13,10 @@ jobs: name: Todo comments permissions: contents: read - uses: hashintel/.github/.github/workflows/preflight-todo-comments.yml@69449a772a55c55a101d4fefdceb4024b6bc3107 # main + uses: hashintel/.github/.github/workflows/preflight-todo-comments.yml@583b0468f2033c884bc82281e8f9c48edf1daeb7 # main lint: name: Lint permissions: contents: read - uses: hashintel/.github/.github/workflows/preflight-actionlint.yml@69449a772a55c55a101d4fefdceb4024b6bc3107 # main + uses: hashintel/.github/.github/workflows/preflight-actionlint.yml@583b0468f2033c884bc82281e8f9c48edf1daeb7 # main