diff --git a/.github/workflows/bazel-test-ownership-check.yml b/.github/workflows/bazel-test-ownership-check.yml index e22c751e7262..b09e6f7c8ce4 100644 --- a/.github/workflows/bazel-test-ownership-check.yml +++ b/.github/workflows/bazel-test-ownership-check.yml @@ -82,5 +82,5 @@ jobs: report_failure: needs: [checks] if: ${{ failure() && needs.checks.outputs.below-threshold != 'true' }} - uses: sourcegraph/sourcegraph/.github/workflows/report-job-failure.yml@main + uses: sourcegraph/workflows/.github/workflows/report-job-failure.yml@main secrets: inherit diff --git a/.github/workflows/buildchecker.yml b/.github/workflows/buildchecker.yml index 2745686ce4cc..352170ff3759 100644 --- a/.github/workflows/buildchecker.yml +++ b/.github/workflows/buildchecker.yml @@ -30,5 +30,5 @@ jobs: report_failure: needs: run if: ${{ failure() }} - uses: sourcegraph/sourcegraph/.github/workflows/report-job-failure.yml@main + uses: sourcegraph/workflows/.github/workflows/report-job-failure.yml@main secrets: inherit diff --git a/.github/workflows/pg-utils.yml b/.github/workflows/pg-utils.yml index 590e7433c6c5..d5da7335e2f3 100644 --- a/.github/workflows/pg-utils.yml +++ b/.github/workflows/pg-utils.yml @@ -117,5 +117,5 @@ jobs: report_failure: needs: [aarch64-darwin, x86_64-darwin, x86_64-linux] if: ${{ failure() }} - uses: sourcegraph/sourcegraph/.github/workflows/report-job-failure.yml@main + uses: sourcegraph/workflows/.github/workflows/report-job-failure.yml@main secrets: inherit diff --git a/.github/workflows/pr-auditor.yml b/.github/workflows/pr-auditor.yml index b47c41ec9c2a..cc990b948e45 100644 --- a/.github/workflows/pr-auditor.yml +++ b/.github/workflows/pr-auditor.yml @@ -23,5 +23,5 @@ jobs: report_failure: needs: check-pr if: ${{ failure() }} - uses: sourcegraph/sourcegraph/.github/workflows/report-job-failure.yml@main + uses: sourcegraph/workflows/.github/workflows/report-job-failure.yml@main secrets: inherit diff --git a/.github/workflows/tracking-issue.yml b/.github/workflows/tracking-issue.yml index b0a98f6cfd59..6e59a5aefe88 100644 --- a/.github/workflows/tracking-issue.yml +++ b/.github/workflows/tracking-issue.yml @@ -14,5 +14,5 @@ jobs: report_failure: needs: sync-tracking-issues if: ${{ failure() }} - uses: sourcegraph/sourcegraph/.github/workflows/report-job-failure.yml@main + uses: sourcegraph/workflows/.github/workflows/report-job-failure.yml@main secrets: inherit diff --git a/.github/workflows/universal-ctags.yml b/.github/workflows/universal-ctags.yml index ab96d89a7c8f..c0f91d968353 100644 --- a/.github/workflows/universal-ctags.yml +++ b/.github/workflows/universal-ctags.yml @@ -117,5 +117,5 @@ jobs: report_failure: needs: [aarch64-darwin, x86_64-darwin, x86_64-linux] if: ${{ failure() }} - uses: sourcegraph/sourcegraph/.github/workflows/report-job-failure.yml@main + uses: sourcegraph/workflows/.github/workflows/report-job-failure.yml@main secrets: inherit