diff --git a/.github/workflows/housekeeping.yml b/.github/workflows/housekeeping.yml index 752115ca7b8..7249f85e489 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@9957be5b132761d8b54dea2eb3166f417ebacaf9 # main + uses: hashintel/.github/.github/workflows/housekeeping-dependencies.yml@8c1a3b18a4f6528fc8eabcf9acda7780a1e47776 # main with: repoCache: ${{ inputs.repoCache || 'enabled' }} logLevel: ${{ inputs.logLevel || 'info' }} diff --git a/.github/workflows/preflight-todo-comments.yml b/.github/workflows/preflight-todo-comments.yml index 14f16509a65..f30384bda6f 100644 --- a/.github/workflows/preflight-todo-comments.yml +++ b/.github/workflows/preflight-todo-comments.yml @@ -11,4 +11,4 @@ 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@8c1a3b18a4f6528fc8eabcf9acda7780a1e47776 # main diff --git a/.github/workflows/preflight.yml b/.github/workflows/preflight.yml index 8df9fe90828..45394a48b22 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@7968be8f8ddb5c20de24f53a3195ddb24cd7f943 # main + uses: hashintel/.github/.github/workflows/preflight-dependencies.yml@8c1a3b18a4f6528fc8eabcf9acda7780a1e47776 # main with: # GHSA-frvp-7c67-39w9: advisory has a wrong affected-version range; the fix was # backported in @hono/node-server. Remove once github/advisory-database#8824 merges. @@ -37,4 +37,4 @@ jobs: 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@8c1a3b18a4f6528fc8eabcf9acda7780a1e47776 # main