Skip to content

Commit 962fd30

Browse files
Fix relative paths in 0-ai-gatekeeper-protocol root workflows
Fix relative paths from ../ to ../../ for depth-1 directory: - 0-ai-gatekeeper-protocol/.github/workflows/ Part of estate-wide CI/CD deduplication. Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
1 parent 70b8c01 commit 962fd30

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

0-ai-gatekeeper-protocol/.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ permissions:
1818

1919
jobs:
2020
analyze-js:
21-
uses: ../.github/workflows/codeql-reusable.yml
21+
uses: ../../.github/workflows/codeql-reusable.yml
2222
with:
2323
language: javascript-typescript

0-ai-gatekeeper-protocol/.github/workflows/governance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ permissions:
2323

2424
jobs:
2525
governance:
26-
uses: ../.github/workflows/governance-reusable.yml
26+
uses: ../../.github/workflows/governance-reusable.yml

0-ai-gatekeeper-protocol/.github/workflows/hypatia-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ permissions:
1717

1818
jobs:
1919
scan:
20-
uses: ../.github/workflows/hypatia-scan-reusable.yml
20+
uses: ../../.github/workflows/hypatia-scan-reusable.yml
2121
secrets: inherit

0-ai-gatekeeper-protocol/.github/workflows/mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ permissions:
1111

1212
jobs:
1313
mirror:
14-
uses: ../.github/workflows/mirror-reusable.yml
14+
uses: ../../.github/workflows/mirror-reusable.yml
1515
secrets: inherit

0-ai-gatekeeper-protocol/.github/workflows/scorecard-enforcer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ permissions:
1414

1515
jobs:
1616
scorecard:
17-
uses: ../.github/workflows/scorecard-reusable.yml
17+
uses: ../../.github/workflows/scorecard-reusable.yml

0-ai-gatekeeper-protocol/.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ permissions:
1313

1414
jobs:
1515
scorecard:
16-
uses: ../.github/workflows/scorecard-reusable.yml
16+
uses: ../../.github/workflows/scorecard-reusable.yml

0-ai-gatekeeper-protocol/.github/workflows/secret-scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
scan:
1818
permissions:
1919
contents: read
20-
uses: ../.github/workflows/secret-scanner-reusable.yml
20+
uses: ../../.github/workflows/secret-scanner-reusable.yml
2121
secrets: inherit

0 commit comments

Comments
 (0)