Skip to content

Commit 52e1038

Browse files
committed
Set conformance audit workflow timeout to 60 minutes. Rearrange frontmatter.
1 parent 4390858 commit 52e1038

2 files changed

Lines changed: 35 additions & 33 deletions

File tree

.github/workflows/conformance-tier-audit.lock.yml

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/conformance-tier-audit.md

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@ permissions:
66
issues: read
77
pull-requests: read
88

9+
runtimes:
10+
dotnet:
11+
version: "10.0"
12+
action-version: "v5"
13+
node:
14+
version: "24"
15+
16+
network:
17+
allowed:
18+
- defaults
19+
- node
20+
- dotnet
21+
22+
tools:
23+
bash: true
24+
github: true
25+
26+
timeout-minutes: 60
27+
928
on:
1029
schedule:
1130
- cron: "weekly on thursday around 9am utc-7"
@@ -65,23 +84,6 @@ jobs:
6584
outputs:
6685
copilot_pat_number: ${{ steps.select-copilot-pat.outputs.copilot_pat_number }}
6786

68-
runtimes:
69-
dotnet:
70-
version: "10.0"
71-
action-version: "v5"
72-
node:
73-
version: "24"
74-
75-
network:
76-
allowed:
77-
- defaults
78-
- node
79-
- dotnet
80-
81-
tools:
82-
bash: true
83-
github: true
84-
8587
# Override the COPILOT_GITHUB_TOKEN expression used in the activation job
8688
# Consume the PAT number from the pre-activation step and select the corresponding secret
8789
engine:
@@ -92,9 +94,9 @@ engine:
9294
COPILOT_GITHUB_TOKEN: ${{ case(needs.pre_activation.outputs.copilot_pat_number == '0', secrets.COPILOT_PAT_0, needs.pre_activation.outputs.copilot_pat_number == '1', secrets.COPILOT_PAT_1, needs.pre_activation.outputs.copilot_pat_number == '2', secrets.COPILOT_PAT_2, needs.pre_activation.outputs.copilot_pat_number == '3', secrets.COPILOT_PAT_3, needs.pre_activation.outputs.copilot_pat_number == '4', secrets.COPILOT_PAT_4, needs.pre_activation.outputs.copilot_pat_number == '5', secrets.COPILOT_PAT_5, needs.pre_activation.outputs.copilot_pat_number == '6', secrets.COPILOT_PAT_6, needs.pre_activation.outputs.copilot_pat_number == '7', secrets.COPILOT_PAT_7, needs.pre_activation.outputs.copilot_pat_number == '8', secrets.COPILOT_PAT_8, needs.pre_activation.outputs.copilot_pat_number == '9', secrets.COPILOT_PAT_9, secrets.COPILOT_GITHUB_TOKEN) }}
9395
---
9496

95-
# Weekly Conformance Tier Audit
97+
# Conformance Tier Audit
9698

97-
Run the MCP SDK conformance tier audit every Thursday and publish the assessment and remediation reports to the workflow summary.
99+
Run the MCP SDK conformance tier audit and publish the assessment and remediation reports to the workflow summary.
98100

99101
## Inputs
100102

0 commit comments

Comments
 (0)