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