Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

# Node provides npx for the @modelcontextprotocol/* servers.
- name: Set up Node 22
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: "22"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
# Production PyPI — only on a published Release. Trusted Publishing (OIDC).
- name: Publish to PyPI
if: github.event_name == 'release'
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1
with:
packages-dir: dist/
# No `password:` — OIDC Trusted Publishing is used (no stored secret).
Expand All @@ -152,7 +152,7 @@ jobs:
# Requires a SEPARATE Trusted Publisher on test.pypi.org (optional; see RELEASING.md).
- name: Publish to TestPyPI (manual dry run)
if: github.event_name == 'workflow_dispatch' && github.event.inputs.publish-target == 'testpypi'
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1
with:
packages-dir: dist/
repository-url: https://test.pypi.org/legacy/
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ runs:
- name: "Upload SARIF to GitHub code scanning"
id: sarif-upload
if: inputs.upload-sarif == 'true' && steps.sarif-path.outputs.exists == 'true'
uses: github/codeql-action/upload-sarif@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0
uses: github/codeql-action/upload-sarif@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
with:
sarif_file: ${{ steps.sarif-path.outputs.sarif }}
category: ${{ inputs.category }}
Expand Down
Loading