Update module github.com/modelcontextprotocol/registry to v1.6.0 #185
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # SPDX-FileCopyrightText: Copyright 2026 Stacklok, Inc. | |
| # SPDX-License-Identifier: Apache-2.0 | |
| name: CI | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| branches: [main] | |
| workflow_dispatch: | |
| permissions: | |
| contents: read | |
| jobs: | |
| lint: | |
| name: Lint | |
| uses: ./.github/workflows/lint.yml | |
| test: | |
| name: Test | |
| uses: ./.github/workflows/test.yml | |
| secrets: inherit | |
| license-headers: | |
| name: License Headers | |
| uses: ./.github/workflows/license-headers.yml | |
| security: | |
| name: Security | |
| # TODO: Add security-events: write once repo is public | |
| uses: ./.github/workflows/security.yml |