diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 43a7605..6619fdc 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -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" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c5f0e5..7014328 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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). @@ -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/ diff --git a/action.yml b/action.yml index c7a5d92..cc10e4f 100644 --- a/action.yml +++ b/action.yml @@ -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 }}