Skip to content

Commit c09815f

Browse files
fix: address review feedback
- Use checkout@v6 for consistency with other workflows - Pin mcp-conformance-action to SHA for security
1 parent a70165b commit c09815f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/conformance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212

1313
steps:
1414
- name: Check out code
15-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15+
uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818

1919
- name: Run MCP Conformance Test
20-
uses: SamMorrowDrums/mcp-conformance-action@v1
20+
uses: SamMorrowDrums/mcp-conformance-action@b5c958a5a80d5708b68dec3b69a8c1bb8a5189df # v1
2121
with:
2222
setup_go: "true"
2323
install_command: go mod download

0 commit comments

Comments
 (0)