From d13e97f777816739382de09264820d7a263739e3 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Fri, 18 Sep 2026 07:55:08 +0200 Subject: [PATCH] ci: zizmor fix ref to reusable workflows Signed-off-by: Jan Kowalleck --- .github/workflows/lint_2.x_schemas.yml | 2 +- .github/workflows/test_2.x_java.yml | 2 +- .github/workflows/test_2.x_js.yml | 2 +- .github/workflows/test_2.x_php.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint_2.x_schemas.yml b/.github/workflows/lint_2.x_schemas.yml index f983dcb0b..cafb0c90d 100644 --- a/.github/workflows/lint_2.x_schemas.yml +++ b/.github/workflows/lint_2.x_schemas.yml @@ -18,7 +18,7 @@ env: jobs: discover-schema: - uses: ./.github/workflows/discover_2.x_schema.yml + uses: $/.github/workflows/discover_2.x_schema.yml discover-linter: timeout-minutes: 5 runs-on: ubuntu-latest diff --git a/.github/workflows/test_2.x_java.yml b/.github/workflows/test_2.x_java.yml index 8405d3f03..d9719f122 100644 --- a/.github/workflows/test_2.x_java.yml +++ b/.github/workflows/test_2.x_java.yml @@ -23,7 +23,7 @@ env: jobs: discover-schema: - uses: ./.github/workflows/discover_2.x_schema.yml + uses: $/.github/workflows/discover_2.x_schema.yml test_java: needs: - discover-schema diff --git a/.github/workflows/test_2.x_js.yml b/.github/workflows/test_2.x_js.yml index 9ce1b1200..ec1082042 100644 --- a/.github/workflows/test_2.x_js.yml +++ b/.github/workflows/test_2.x_js.yml @@ -25,7 +25,7 @@ env: jobs: discover-schema: - uses: ./.github/workflows/discover_2.x_schema.yml + uses: $/.github/workflows/discover_2.x_schema.yml test_js: needs: - discover-schema diff --git a/.github/workflows/test_2.x_php.yml b/.github/workflows/test_2.x_php.yml index 9ed8a29fa..08e724efa 100644 --- a/.github/workflows/test_2.x_php.yml +++ b/.github/workflows/test_2.x_php.yml @@ -25,7 +25,7 @@ env: jobs: discover-schema: - uses: ./.github/workflows/discover_2.x_schema.yml + uses: $/.github/workflows/discover_2.x_schema.yml test_php: needs: - discover-schema