Skip to content

Commit fdb5e62

Browse files
fix precommit issues
1 parent 6b8f77e commit fdb5e62

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/validate-pr-labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ on:
88

99
jobs:
1010
check-label:
11-
uses: OutSystems/rd.github-reusable-workflows/.github/workflows/validate-pr-labels.yaml@v1.0.0
11+
uses: OutSystems/rd.github-reusable-workflows/.github/workflows/validate-pr-labels.yaml@9d497d1c5bc6e355aa8f4663539e6b75c212f6b4

.github/workflows/validate-pr-title.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ on:
88

99
jobs:
1010
build:
11-
uses: OutSystems/rd.github-reusable-workflows/.github/workflows/validate-pr-title.yaml@v1.0.0
11+
uses: OutSystems/rd.github-reusable-workflows/.github/workflows/validate-pr-title.yaml@9d497d1c5bc6e355aa8f4663539e6b75c212f6b4

cicd/azure-pipeline-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ resources:
2727
endpoint: OutSystems
2828

2929
jobs:
30-
- template: python/packages/new-azure-pipeline.yml@rd-ai-azure-pipeline-templates@v6.5.1
30+
- template: python/packages/new-azure-pipeline.yml@rd-ai-azure-pipeline-templates
3131
parameters:
3232
PackageName: 'mcp-python-sdk'
3333
SonarCloudProject: 'OutSystems_mcp-python-sdk'

cicd/azure-pipeline-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ resources:
2626

2727

2828
jobs:
29-
- template: python/packages/new-azure-pipeline-pr.yml@rd-ai-azure-pipeline-templates@v6.5.1
29+
- template: python/packages/new-azure-pipeline-pr.yml@rd-ai-azure-pipeline-templates
3030
parameters:
3131
PackageName: 'mcp-python-sdk'
3232
SonarCloudProject: 'OutSystems_mcp-python-sdk'

0 commit comments

Comments
 (0)